{% 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 embedded %} {% endif %}
{% block menu %}
{% if user.is_authenticated %} {% include "widgets/ubuntu/logout-button.html" %} {% else %} {% include "widgets/ubuntu/login-button.html" %} {% endif %}
{% endblock %}
{% 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 %}
{% block content %}{% endblock %}
{% if not embedded %} {% block language_footer %} {% endblock %} {% endif %}
{% if google_analytics_id %} {% endif %}