{% extends "template/template.html" %} {% block title%}Config: {{config_name}}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Config: {{config_name}}

{% if read_only %}
WARNING! etc/{{config_name}} file is not writable by user {{system_user}}. Read-only mode enabled!
{% endif %}
{% for s in data %} {% for o in s.data %} {% endfor %} {% endfor %}
{{s.section}}{% if s.help %}Help{%endif%}
{{o.label}} {{o.default}} {% if o.help %}Help{%endif%}
{% if read_only %}{% else %} {% endif %}
{% endblock %}