{% extends "admin/base.html" %} {% load i18n %} {# colMS reserves 300px for #content-related; Lucus dashboard has no right rail — use full-width colM #} {% block coltype %}colM{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% for col in lucus_dashboard_columns %}
{% for sec in col.sections %}

{{ sec.title }}

{% endfor %}
{% endfor %}
{% endblock %}