{% extends "base.html" %} {% load i18n static_url %} {% comment %} Copyright 2010-2013 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block extra_meta %} {% endblock %} {% block messages %} {{ block.super }} {% if form.email.errors or form.password.errors or form.oath_token.errors or form.non_field_errors %}

There were some problems with the information you gave us. Please check below and try again.

{% endif %} {% endblock %} {% block html_extra %}data-qa-id="login"{% endblock %} {% block text_title %}

{% trans "One account to log in to everything on Ubuntu" %}

{% endblock %} {% block extra_css %} {% if rpconfig and rpconfig.logo_url %} {% endif %} {% endblock %} {% block content %}
{% with selected_form="login" %}
{% include "registration/_title.html" %}
{% if not readonly %}
{% include "registration/_create_account_form.html" with create_form=create_account_form csrf_token=csrf_token %}
{% endif %}
{% endwith %}
{% include "registration/_ubuntuone_information.html" %}
{% endblock %} {% block extra_js %} {% include "registration/_password_meter.html" with pwd_selector=".create-form #id_password" pwd_confirm_selector=".create-form #id_passwordconfirm" %} {% endblock %}