Files
mayan-edms/3rd_party_apps/grappelli/templates/admin_tools/dashboard/module.html

8 lines
179 B
HTML

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