{% extends "layout.html" %} {% block title %}{% trans %}Approval{% endtrans %}{% endblock %} {% block toptext %} {% trans %}{{trust_root}} is asking to authenticate via OpenID using FedOAuth{% endtrans %} {% endblock %} {% block body_classes %}final{% endblock %} {% block body %} {% trans %}Review the authorization details{% endtrans %}

{% for entry in data %} {% endfor %}
Trust Root {{trust_root}}
{% trans %}Privacy Policy{% endtrans %} {{sreg_policy_url}}
{{entry['text']}} {{entry['value']}}
{% trans %}Remember approval for{% endtrans %}

{% endblock %}