{% extends "allianceauth/base.html" %} {% load i18n %} {% block page_title %}{{page_title}}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% translate 'is requesting access to your Alliance Auth User data'%}
{% translate "Logged in as:" %} {{request.user.profile.main_character}} [ {{request.user.profile.main_character.corporation_ticker}} ]
{% trans "The application is requesting the following" %}
{{ scope }}
{% trans 'You will be redirected back to the application after authorization' %}
{% trans 'This Application cannot access other data within Alliance Auth!' %}
{{ error.description }}