{% extends 'base.html' %} {% block content %}
{% if client.oauthLogoURI %} {{ client.oauthClientName }} {% endif %}

{{ gettext('The application %(name)s is requesting access to:', name=client.oauthClientName) }}

{{ grant.request.scope }}

{{ gettext('from: %(user)s', user=user.name) }}

{% endblock %}