{% extends "layout.html" %} {% block toptext %} {{trustroot}} is asking to authenticate via OpenID using Ipsilon {% endblock %} {% block main %} Review the authorization details

{% for entry in authz_details|dictsort %} {%- if entry[1] is iterable and not entry[1] is string -%} {%- else -%} {%- endif -%} {% endfor %}
{{ entry[0] }}{{ entry[1] | join(', ') }}{{ entry[1] }}
Remember approval for

{% endblock %}