{{ error_messages|raw }}
{% if is_master %}
{{ master_replication_html|raw }}
{% elseif master_configure is null and clear_screen is null %}
{% 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 %}