{% extends "admin/base_site.html" %} {% load static %} {% block title %}{{ title }} | {{ site_title }}{% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% csrf_token %} {% if sections %}
{% endif %} {% for section in sections %}

{{ section.label }}

{% for field_data in section.fields %} {{ field_data.rendered_input|safe }} {% empty %}

No fields in this section.

{% endfor %}
{% empty %}

No configuration sections defined for this app.

{% endfor %}
{% endblock %}