{% trans 'Replica replication' %}
{% if server_replica_multi_replication %} {% trans 'Primary connection:' %}
{{ get_hidden_inputs(url_params) }}


{% endif %} {% if server_replica_status %}
{% if not replica_sql_running %} {{ 'Replica SQL Thread not running!'|trans|error }} {% endif %} {% if not replica_io_running %} {{ 'Replica IO Thread not running!'|trans|error }} {% endif %}

{% trans 'Server is configured as replica in a replication process. Would you like to:' %}

{% elseif not has_replica_configure %} {% apply format('', '')|raw %} {% trans 'This server is not configured as replica in a replication process. Would you like to %sconfigure%s it?' %} {% endapply %} {% endif %}