{% if not error %}

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

{% else %}

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

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

{{ error }}

{% endif %}