{% 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="decide"{% endblock %} {% block qaid %}{% endblock %} {% block title %} {% blocktrans %}Authenticate to {{ trust_root }}{% endblocktrans %} {% endblock %} {% block text_title %}
{% blocktrans %} You are logging in to {{ trust_root }} {% endblocktrans %}
{% if rpconfig %}{% blocktrans with site_name=rpconfig.displayname %}{{ site_name }} has requested some personal information, please choose what you would like to share:{% endblocktrans %}
{% else %}{% blocktrans %} The site has requested some personal information, please choose what you would like to share:{% endblocktrans %}
{% endif %}