{% extends "base.html" %} {% block title %}Application Settings{% endblock %} {% block content %}

Application Settings

{% if message %} {% endif %}
Configure Settings
{% for section_name, settings in settings_by_section.items() %}
{{ section_name }}
{% for setting in settings %}
{% endfor %}
{% endfor %}
{% endblock %}