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

Choose server

Back {% if not keepalived %} Open Compare Map Stat {% if role <= 2 %} Versions {% endif %} {% else %} {% if role <= 2 %} {% endif %} {% endif %}

{% if not aftersave %} {% if stderr or error %} {% include 'include/errors.html' %} {% endif %} {% endif %} {% if config %} {% if role <= 2 %}

Config from {{ 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
Go to view stats {% endif %} {% endif %}
{% endblock %}