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

{% if role <= 3 %} {% endif %}

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

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

Note:

When reconfiguring the master server, the slave will be reconfigured automatically

Unable to delete entire section

{% endif %} {% endif %} {% if aftersave %}
New config was saved as: {{ cfg }}
{% if stderr or error %} {% include 'include/errors.html' %} {% else %}
Config is ok
Config | Go to stats {% endif %} {% endif %} {% endblock %}