{% extends "main_card.html.twig" %} {% block title %}{% trans %}oauth.authorize.title{% endtrans %}{% endblock %} {% block card_title %} {% trans %}oauth.authorize.title{% endtrans %}: {{ client.name }} {% endblock %} {% block card_content %}
{% trans with {'%client%': client.name} %}oauth.authorize.description{% endtrans %}
{% if levels is not empty %}{% trans %}oauth.authorize.scopes_intro{% endtrans %}
{% trans %}oauth.authorize.revoke_hint{% endtrans %}
{% endblock %}