{% extends "base.html" %} {% load i18n %} {% comment %} Copyright 2010 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="logout"{% endblock %} {% block title %}{% trans "You have been logged out" %}{% endblock %} {% block text_title %}
{% blocktrans %}You are now logged out of the Ubuntu One website. However, you have not been automatically logged out of every website that uses this service.{% endblocktrans %}
{% if return_to_url %}{% blocktrans %}Return to {{ return_to_site_name }}{% endblocktrans %}
{% endif %} {% if other_sites %} {% include "widgets/other_sites.html" %} {% endif %} {% endblock %}