{% if error %}

{{ error }}

{% elif application %}

{{ application.name }} wants to access your account

{% if scope %}
Requested scope: {{ scope }}
{% endif %}
{% endif %}