{% extends extend_template %} {% load url from future %} {% load i18n %} {% load nav_helpers %} {% block main %} {% list_nav 'list_settings' 'Settings' %} {% if visible_section %} {% csrf_token %} {% for field in form %} {% endfor %}
{{ field.errors }} {{ field.label_tag }}:
[More info{{ field.help_text }} ]
{{ field }}
{% endif %} {% endblock %}