{% 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 %}{% trans "Pre-authorization not approved" %}{% endblock %} {% block content %}

{% blocktrans %}A site identifying as {{ trust_root }} has asked us for pre-authorization. However, that site is not approved for pre-authorization.{% endblocktrans %}

{% endblock %}