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

{% trans child.title %}

{% endfor %} {% endblock %}