Login confirmation for {{web.host}}
{% if denied %}
You denied access to log in into {{web.host}}
{% endif %}
{% if not_accepted_scopes %}
{{web.host}} wants to access the information about:
{% for scope in not_accepted_scopes %}
- {{ scope|title }}
{% endfor %}
{% endif %}
{% if accepted_scopes %}
List of previously accepted scopes:
{% for scope in accepted_scopes %}
- {{ scope|title }}
{% endfor %}
{% endif %}