{% extends "base.html" %} {% block content %}

Choose a section

{% if aftersave %} Back {% else %} Back {% endif %} {% if role <= 2 %} {% endif %}

{% if config %} {% if role <= 2 %}

You are editting "{{section}}" from server {{ serv }}

{% if note %}
Note: If you reconfigure Master server, Slave will reconfigured automatically
{% endif %}
{% endif %} {% endif %} {% if aftersave %}
New config was saved as: {{ cfg }}
{% if stderr or error %} {% include 'include/errors.html' %} {% else %}
Config is ok
Configs | Go to view stats {% endif %} {% endif %}
{% endblock %}