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

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

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

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 %}