{% load i18n staticfiles admin_tools_dashboard_tags %} {% block dashboard_scripts %} {% endblock %} {% block dashboard_title %} {% if dashboard.title %}

{{ dashboard.title|capfirst }}

{% endif %} {% endblock %} {% block dashboard_panel %}

{% trans "Modules" %}

{% if has_disabled_modules %} {% endif %}
{% endblock %} {% block dashboard_container %}
{% for module in dashboard.children %} {% admin_tools_render_dashboard_module module %}{% endfor %}
{% endblock %}