{% extends "grappelli/dashboard/module.html" %} {% load i18n %} {% block module_content %} {% spaceless %} {% for child in module.children %}
{% trans child.name %} {% for model in child.models %}
{% if model.admin_url %} {{ model.title }} {% else %} {{ model.title }} {% endif %} {% if model.add_url %} {% endif %}
{% endfor %}
{% endfor %} {% endspaceless %} {% endblock %}