{% extends "users/layout.html" %} {% block users_content %} <{bs_form form=form action=url_for_same() class_="oauth-authorize-form" }>

{{_("Allow %(app)s to access your account", app=grant.client.client_name)|safe}}

{{grant.client.description|markdown|safe}} {% if scopes %}

{{_("Requested permissions")}}:

{% endif %}
<{ bs_btn _("Allow") name="allow" type="submit" style="primary" size="lg" }/> <{ bs_btn _("Deny") name="deny" type="submit" style="default" size="lg" }/>
{% endblock %}