{% load i18n grp_dashboard_tags %} {{ dashboard.media }}
{% for module in dashboard.children %} {% if module.column == 1 %} {% grp_render_dashboard_module module forloop.counter %} {% endif %} {% endfor %}
{% for module in dashboard.children %} {% if module.column == 2 %} {% grp_render_dashboard_module module forloop.counter %} {% endif %} {% endfor %}
{% for module in dashboard.children %} {% if module.column == 3 %} {% grp_render_dashboard_module module forloop.counter %} {% endif %} {% endfor %}