{% if not client or client.show_client_id %}{{ client_id }}{% endif %}
{% if client and client.show_description and client.description %}{{ client.description }}{% endif %}
wants to access your account
Requested permissions:
{% for s in scope.split() %}
{% if s == 'openid' %}
{% elif s == 'profile' %}
{% elif s == 'email' %}
{% elif s == 'offline_access' %}
{% else %}
{% endif %}
{{ s }}
{% endfor %}