{% extends "base.html" %} {% load i18n %} {% load static_url %} {% 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 %}{% blocktrans %}Your Ubuntu One account{% endblocktrans %}{% endblock %} {% block bodyclass %}{% endblock %} {% block menu %}{% endblock %} {% block text_title %}

{% trans "Your Ubuntu One account" %}

{% endblock %} {% block content %}

{% trans "One account to log in to everything on Ubuntu" %}

{% blocktrans %}Ubuntu One is the single account you use to log in to all services and sites related to Ubuntu.{% endblocktrans %}

{% trans "Already have an SSO account?" %}

{% blocktrans %}You can use your existing Ubuntu single sign on or Launchpad credentials to log in. Your Ubuntu single sign on account is now called your Ubuntu One account.{% endblocktrans %}

{% endblock %}