{% comment %} Copyright 2010 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% load i18n %} {% if last_authenticated_sites %}

{% trans "Sites you last authenticated to" %}

{% for site in last_authenticated_sites %} {% endfor %}
{% trans "Site" %} {% trans "Last authenticated" %}
{% if embedded %}{{ site.trust_root }}{% else %} {{ site.trust_root }}{% endif %} {{ site.date_last_used|date:"Y-m-d" }}
{% endif %}