## mako <%page expression_filter="h"/> <%! from django.utils.translation import ugettext as _ from provider.templatetags.scope import scopes from django.core.urlresolvers import reverse from openedx.core.djangolib.markup import HTML, Text %> <%inherit file="../main.html"/> <%block name="bodyclass">oauth2 <%block name="body">
% if not error:

${Text(_("{start_strong}{application_name}{end_strong} would like to access your data with the following permissions:")).format( start_strong=HTML(""), application_name=client.name, end_strong=HTML("") )}

${form.errors} ${form.non_field_errors()}
% else:

${error} ${error_description}

% endif