{% load i18n grp_dashboard_tags %} {{ dashboard.media }}
{% with ''|ljust:dashboard.columns as range %} {% with '0' as outer_counter %} {% for _ in range %} {% with outer_counter|add:'1' as outer_counter %}
{% for module in dashboard.children %} {% if module.column == outer_counter %} {% grp_render_dashboard_module module forloop.counter %} {% endif %} {% endfor %}
{% endwith %} {% endfor %} {% endwith %} {% endwith %}