{% extends extend_template %} {% load i18n %} {% block heading %} {{list.list_name}} {{list.real_name}} {% endblock %} {% block header %} {% if visible_section %}
{% trans "List Settings " %}{{ fqdn_listname }}

{% trans "This page visualizes all list settings. This gives an idea of what the settings page could look like." %}

{{ form.as_div }}
{% endif %} {% endblock %} {% block smallBoxLeft %} {% for section in form_sections %}
{{section.0}}
{{section.1}}
{% endfor %} {% endblock %} {% block actionButtonsList %} {% endblock %}