{% extends "base.html" %} {% load i18n %} {% comment %} Copyright 2010 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block title %} {% trans "Read-only mode" %} {% endblock %} {% block text_title %}

{% trans "We're currently in read-only mode." %}

{% endblock %} {% block content %}

{% blocktrans %}Apologies, the page you're requesting isn't accessible at the moment, as we're running with a minimum set of features. Hopefully we will have the full service up and running again in no time.{% endblocktrans %}

{% blocktrans %}Please try again in a while.{% endblocktrans %}

{% trans "Try again" %} {% trans "or" %} {% trans "Go to our home page" %}
{% endblock %}