{% extends "auth_base.html" %}
{% load i18n %}
{% block head %}
{% endblock %}
{% block page_title %}
{% trans 'Site is in Maintenance' %}
{% endblock %}
{% block body_title %}{% trans 'Site is in Maintenance' %}{% endblock %}
{% block content %}
{% trans 'The site is currently in maintenance and should be up again soon!' %}
{% endblock %}