{% comment %} Copyright 2010 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% load i18n %} {% block title %}{% trans "Log in" %}{% endblock %} {% block extra_header %}{% endblock %}
{% if user.is_authenticated %} {% include "widgets/launchpad/logout-button.html" %} {% else %} {% trans "Log in / Register" %} {% endif %}
{% block text_title %}{% endblock %}
{% if readonly %}
{% blocktrans %}We are currently in read-only mode. That means that at the moment you can't create new accounts, update your personal information, or request password reminders.{% endblocktrans %}
{% endif %} {% if message %}

{{ message }}

{% endif %} {% if readonly %}
{% blocktrans %}We are currently in read-only mode. That means that at the moment you can't create new accounts, update your personal information, or request password reminders.{% endblocktrans %}
{% endif %}
{% block content %}{% endblock %}