{% extends "admin_tools/dashboard/module.html" %} {% load i18n %} {% block module_content %}
{% if module.title %} {% if subindex %}

{{ module.title }}

{% else %}

{{ module.title }}

{% endif %} {% endif %} {% for child in module.children %}
{% if child.change_url %}{{ child.title }}{% else %}{{ child.title }}{% endif %} {% if child.add_url or child.change_url %} {% endif %}
{% endfor %}
{% endblock %}