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

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

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

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

{% if not is_serv_protected or role <= 2 %}

{% if section != 'globals' and section != 'defaults' %} {% endif %}

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