{% trans "Are you sure?" %}
{% if appserver %} {% else %} {% ifequal action "clear" %} {% endifequal %} {% endif %}{% if action == "set" %} {% if appserver %} {% blocktrans %}You are about to enable readonly mode on appserver {{ appserver }}.{% endblocktrans %} {% else %} {% blocktrans %}You are about to enable readonly mode globally.{% endblocktrans %}
{% blocktrans %}All appservers will be passed to read-only mode if you confirm.{% endblocktrans %} {% endif %} {% elif action == "clear" %} {% if appserver %} {% blocktrans %}You are about to clear readonly mode on appserver {{ appserver }}.{% endblocktrans %}
{% blocktrans %}If you confirm, {{ appserver }} will attempt to resume normal operation with its master database connection.{% endblocktrans %}
{% else %} {% blocktrans %}You are about to clear readonly mode globally.{% endblocktrans %}{% blocktrans %}If you confirm, all appservers will attempt to resume normal operation.{% endblocktrans %} {% endif %} {% endif %}