{% extends "admin_tools/dashboard/module.html" %} {% load i18n %} {% block module_content %}
{% for child in module.children %}

{{ child.title }}

{% endfor %}
{% endblock %}