{% extends "layout.html" %} {% block maincontent %}

{{trustroot}} requests to use the following details from your Fedora Account

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