summaryrefslogtreecommitdiff
path: root/lib/grappelli/templates/admin_tools/dashboard/module.html
blob: 85f55f81ca2c881b7db350aec98835e2175577e3 (plain)
1
2
3
4
5
6
7
{% if not module.is_empty %}
    {% block module_content %}
        {% for child in module.children %}
            {{ child }}
        {% endfor %}
    {% endblock %}
{% endif %}