{% extends "base.html" %} {% load i18n %} {% comment %} Copyright 2010 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block extra_header %} {% endblock %} {% block content %}
{% if rpconfig %} {% include "widgets/trusted_rp.html" %} {% else %}

{% blocktrans %}Log in to Launchpad Login Service{% endblocktrans %}

{% endif %}
{% if token and rpconfig %}

{% blocktrans with rpconfig.displayname as rpconfigname %}You are here because {{ rpconfigname }} uses the Launchpad Login Service.{% endblocktrans %}

{% endif %}
{% 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 not readonly %}

{% trans "Create a new account" %}

{% endif %}
{% if next %}{% endif %} {% if token %}{% trans "or" %} {% trans "cancel" %}{% endif %}
 

{% trans "What is Launchpad and a Launchpad Account?" %}

{% blocktrans %}Launchpad is the central point where we gather all sorts of interactions around Ubuntu, Canonical and free software generally. You can use your Launchpad account to report bugs, to find or contribute translations, to find specs, to contribute code.{% endblocktrans %}

{% endblock %}