{% extends "base.html" %} {% load i18n %} {% load gargoyle_tags %} {% 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 title %}{% trans "Create account" %}{% endblock %} {% block extra_header_top %} {% endblock %} {% block extra_header %} {% include "widgets/passwords_head_content.html" %} {% endblock %} {% block text_title %} {% if rpconfig and rpconfig.logo_url %}
{% ifswitch ALLOW_UNVERIFIED %} {% blocktrans %}Enter the following information.{% endblocktrans %} {% else %} {% blocktrans %}Enter the following information, and we will send you instructions on how to confirm your account.{% endblocktrans %} {% endifswitch %}
{% if token %}{% url new_account token as new_account_url %} {% else %}{% url new_account as new_account_url %}{% endif %} {% endblock %}