{% extends "base.html" %} {% block title %}{{lang.words.edit|title()}} {{lang.words.section2}}{% endblock %} {% block h2 %}{{lang.words.edit|title()}} {{lang.words.section2}} {% endblock %} {% block content %} {% if is_serv_protected and g.user_params['role'] > 2 %} {% else %}
{% if g.user_params['role'] <= 3 %} {{lang.words.edit|title()}} {% endif %}
{% if config %} {% if g.user_params['role'] <= 3 %}

{{lang.phrases.you_are_editing}} "{{section}}" {{lang.phrases.section_from_server}} {{ serv }}

{% if not is_serv_protected or g.user_params['role'] <= 2 %}

{% if is_restart|int == 0 %} {% endif %} {% if section != 'globals' and section != 'defaults' %} {% endif %}

{% endif %}
{% endif %} {% endif %}
{% endif %} {% endblock %}