{% 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 %} {% load static_url %} {% block title %}{% trans "Log in" %}{% endblock %} {% block extra_header %}{% endblock %}
{% if user.is_authenticated %} {% include "widgets/launchpad/logout-button.html" %} {% else %} {% include "widgets/launchpad/login-button.html" %} {% 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 messages %} {% for message in messages %}

{{ message }}

{% endfor %} {% endif %}
{% block content %}{% endblock %}
{% if rpconfig.ga_snippet %}{% load google_analytics %} {% endif %}