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