{% extends "admin/base.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% for col in lucus_dashboard_columns %}
{% for sec in col.sections %}

{{ sec.title }}

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