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

Choose server

{% if onclick %} Show {% else %} {% endif %}

{% if note %}
Note: If you reconfigure Master server, Slave will reconfigured automatically
{% endif %} {% if config %}

Config from {{ serv }}

{% endif %} {% if aftersave %}
New config was saved as: {{ cfg }}

Go to view stats {% if stderr %}
Some errors:

{{stderr}}
{% else %}
Config ok
{% endif %} {% endif %}
{% endblock %}