{{ get_image('s_replication') }} {% trans 'Replication' %}

{% if is_super_user %}
{{ error_messages|raw }} {% if is_master %} {{ master_replication_html|raw }} {% elseif master_configure is null and clear_screen is null %}
{% trans 'Master replication' %} {% apply format('', '')|raw %} {% trans %} This server is not configured as master in a replication process. Would you like to %sconfigure%s it? {% endtrans %} {% endapply %}
{% endif %} {% if master_configure is not null %} {{ master_configuration_html|raw }} {% else %} {% if clear_screen is null %} {{ slave_configuration_html|raw }} {% endif %} {% if slave_configure is not null %} {{ change_master_html|raw }} {% endif %} {% endif %}
{% else %} {{ 'No privileges'|trans|error }} {% endif %}