{% 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 title %}{% trans "Create account" %}{% endblock %} {% block extra_header_top %} {% endblock %} {% block extra_header %} {% include "widgets/passwords_head_content.html" %} {% endblock %} {% block text_title %}

{{ brand.create_account }}

{% endblock %} {% block content_id %}auth{% endblock %} {% block content %}

{% blocktrans %}Enter the following information, and we will send you instructions on how to confirm your account.{% endblocktrans %}

{% csrf_token %}


{{ form.displayname }} {% if form.displayname.errors %} {{ form.displayname.errors|first }} {% endif %}


{{ form.email }} {% if form.email.errors %} {{ form.email.errors|first }} {% endif %}

{% include "widgets/passwords.html" %}

{% include "widgets/recaptcha.html" %}

{# {{workflow}} #} {% if old %} {% endif %} {% trans "or" %} {% trans "cancel" %}

{% endblock %}