{% load i18n static maintenance_tags %} {% if refresh %} {% endif %} {% translate "Maintenance" %}
{% block content %}
{% block icon %} {% endblock %}

{% translate "We are sorry" %}

{% translate "The site is currently undergoing maintenance, we will be back shortly." %}

{% url "wagtailadmin_home" as wagtailadmin_home %} {% if request.path|startswith:wagtailadmin_home %} {# and "maintenance.toggle_maintenance_mode" in perms %}#} {% translate "If you are authorized, you can deactivate the maintenance mode." %}
{% translate "Do be careful - it is likely on for a reason and will deactive shortly." %} {% endif %}
{% endblock %}