{% 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 html_extra %}data-qa-id="new_account"{% endblock %} {% block title %}{% trans "Create account" %}{% endblock %} {% block bodyclass %}{% endblock %} {% block menu %}{% endblock %} {% block text_title %}

{% if rpconfig and rpconfig.logo_url %} {% else %} {% trans "One account to log in to everything on Ubuntu" %} {% endif %}

{% endblock %} {% block content_id %}auth{% endblock %} {% block content %}
{% with selected_form="create" %}
{% include "ubuntuone/registration/_title.html" %}
{% include "ubuntuone/registration/_create_account_form.html" with create_form=form selected_form=selected_form %}
{% endwith %}
{% include "ubuntuone/registration/_ubuntuone_information.html" %}
{% endblock %} {% block extra_js %} {% include "registration/_password_meter.html" with pwd_selector="#id_password" pwd_confirm_selector="#id_passwordconfirm" %} {% endblock %}