{% extends "base.html" %} {% load i18n %} {% load static_url %} {% load menu_item %} {% comment %} Copyright 2014 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 text_title %}

{% trans "Ubuntu One" %}

{% endblock %} {% block menu %}{% endblock %} {% block content %} {% url 'faq' as faq_url %}

{% blocktrans %}Ubuntu One is the single account you use to log in to all services and sites related to Ubuntu. For more information please read the Ubuntu One FAQ.{% endblocktrans %}

Looking for Ubuntu One File Services?

{% blocktrans with url1="http://blog.canonical.com/2014/04/02/shutting-down-ubuntu-one-file-services/" url2="http://voices.canonical.com/ubuntuone/2014/06/03/moving-your-content-away-from-ubuntu-one-file-services/" email="isd-support@canonical.com" %} The Ubuntu One Files Services have been closed (see the original announcement or follow up posts for more details). If you have questions about the Ubuntu One File Services shutdown, please email {{ email }}. {% endblocktrans %}

{% url 'login' as login_url %} {% blocktrans %} Create or log in to your Ubuntu One account. {% endblocktrans %}

{% endblock %}