{% if selects|length == 0 %}
{% include 'include/getstarted.html' %}
{% else %}
Choose server
{% 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 %}