{% 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 title %} {% blocktrans %}Authenticate to {{ trust_root }}{% endblocktrans %} {% endblock %} {% block content_id %}auth{% endblock %} {% block content %}
{% 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 %}