Files
mayan-edms/3rd_party_apps/grappelli/templates/admin_tools/dashboard/module.html
2011-02-03 20:31:38 -04:00

8 lines
179 B
HTML
Executable File

{% if not module.is_empty %}
{% block module_content %}
{% for child in module.children %}
{{ child }}
{% endfor %}
{% endblock %}
{% endif %}