{% extends "base.html" %} {% block content %} {% if is_serv_protected and role > 2 %} {% else %}

{% 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 is_restart|int == 0 %} {% endif %} {% 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
{% if warning %}
{{warning}}
{% endif %} Config | Go to stats {% endif %} {% endif %}
{% endif %}
{% endblock %}