{% load i18n admin_tools_dashboard_tags %}
{#

{% trans "Modules" %}

#} {% if has_disabled_modules %} {% endif %}
{% for module in dashboard.children %} {% if module.name == 'applist' or module.name == 'modellist' or module.name == 'feed' or module.name == 'recentactions' %} {% admin_tools_render_dashboard_module module %} {% endif %} {% endfor %}
{% for module in dashboard.children %} {% if module.name == 'linklist' %} {% admin_tools_render_dashboard_module module %} {% endif %} {% endfor %}