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

{% if is_super_user %}
{{ error_messages|raw }} {% if is_primary %} {{ primary_replication_html|raw }} {% elseif primary_configure is null and clear_screen is null %}
{% trans 'Primary replication' %}
{% apply format('', '')|raw %} {% trans %} This server is not configured as primary in a replication process. Would you like to %sconfigure%s it? {% endtrans %} {% endapply %}
{% endif %} {% if primary_configure is not null %} {{ primary_configuration_html|raw }} {% else %} {% if clear_screen is null %} {{ replica_configuration_html|raw }} {% endif %} {% if replica_configure is not null %} {{ change_primary_html|raw }} {% endif %} {% endif %}
{% else %} {{ 'No privileges'|trans|error }} {% endif %}