{% extends "twocols.html" %} {% 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 extra_header %} {% endblock %} {% block menu %}{% endblock %} {% block text_title %} {% if rpconfig and rpconfig.logo_url %} {% endif %} {% endblock %} {% block leftcol %}
{% if rpconfig %} {% include "widgets/trusted_rp.html" %} {% else %}

{% blocktrans %}Log in to Ubuntu Single Sign On{% endblocktrans %}

{% endif %}

{% blocktrans %}Please note that if you've registered with Launchpad you can use your existing Launchpad credentials to log in.{% endblocktrans %}

{% csrf_token %}


{{ form.email }} {% if form.email.errors %} {{ form.email.errors|join:"" }} {% endif %}


{{ form.password }} {% if form.password.errors %} {{ form.password.errors|join:"" }} {% endif %} {% if form.non_field_errors %} {{ form.non_field_errors|join:"" }} {% endif %}

{% if not readonly %} {% trans "Forgot your password?" %} {% endif %}

{% if next %}{% endif %} {% if token %}{% trans "or" %} {% if rpconfig %} {% blocktrans with rpconfig_name=rpconfig.displayname %}go back to {{ rpconfig_name }}{% endblocktrans %} {% else %} {% trans "cancel" %} {% endif %} {% endif %}
 
{% endblock %} {% block rightcol %}

{% trans "Are you new?" %}

{% blocktrans %}This is a new service to provide a single, central login service for all Ubuntu-related sites.{% endblocktrans %}

{%if not embedded %}

{% trans "Find out more" %}

{% endif %}

{{ brand.provides_access }}

{% if not readonly %}

{% trans "New account" %}

{% endif %} {% endblock %}