{% extends "wagtailadmin/generic/base.html" %} {% load i18n wagtailadmin_tags static %} {% block main_content %}
{% icon name="help" %}

{% translate "Once activating maintenance mode the site will be unavailable." %}

{% translate "Maintenance mode" %}

{%spaceless%} {% translate "Maintenance mode is only to be used when the site should not be publicly accessible." %} {% translate "It will lock users out of being able to any pages, except pages in the admin site." %} {% translate "These pages will remain available for administration purposes." %} {% translate "There are different maintenance modes based on the type of work that is to be done." %} {% endspaceless %}

{% translate "Select" %}

{% csrf_token %} {% for field in form %}
{% for error in field.errors %}

{{ error }}

{% endfor %} {{ field }} {% if field.help_text %}

{{ field.help_text|safe }}

{% endif %}
{% endfor %}
{% endblock %}