{% extends "base.html" %} {% load i18n static_url %} {% 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 extra_meta %} {% endblock %} {% block bodyclass %}{% endblock %} {% block menu %}{% endblock %} {% block text_title %} {% trans "One account to log in to everything on Ubuntu" %} {% endblock %} {% block extra_css %} {% if rpconfig and rpconfig.logo_url %} {% endif %} {% endblock %} {% block content %}
{% include "ubuntuone/_login_title.html" %} {% include "ubuntuone/_login_create_radio.html" with page="login" %}
{% include "ubuntuone/registration/_create_account_form.html" with create_form=create_account_form csrf_token=csrf_token %}
{% include "_ubuntuone_information.html" %}
{% endblock %} {% block extra_js %} {% endblock %}