{% if not error %}

{{ _(client_id) }} {{ _("wants to access the following details from your account") }}

{% for dtl in details %}
{{ _(dtl.title()) }}
{% endfor %}
{% else %}

{{ _("Authorization error for {}.").format(client_id) }}

{{ _("An unexpected error occurred while authorizing {}.").format(client_id) }}

{{ error }}

{% endif %}