{% extends "main_card.html.twig" %} {% block title %}{% trans %}oauth.authorize.title{% endtrans %}{% endblock %} {% block card_title %}
{% trans %}oauth.authorize.title{% endtrans %}
{% endblock %} {% block card_content %}

{% trans with {'%client%': client.name} %}oauth.authorize.description{% endtrans %}

{% if levels is not empty %}

{% trans %}oauth.authorize.scopes_intro{% endtrans %}

{% endif %}

{% trans %}oauth.authorize.revoke_hint{% endtrans %}

{% endblock %}