{% if not error %}
{{ _(client_id) }}

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

{% else %}

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

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

{{ error }}

{% endif %}