{% extends "standingsrequests/base.html" %} {% load bootstrap %} {% load static %} {% load i18n %} {% block page_content %}

On this page you can create requests to get standing or revoke standing with {{ organization.name }} for your alts. If you are missing an alt, please add it first on the dashboard.

{% trans "Your Characters" %}

{% include "standingsrequests/partials/_spinner.html" %}
{% if corporations_enabled %}

{% trans "Your Corporations" %}

{% include "standingsrequests/partials/_spinner.html" %}
{% endif %}
{% trans "Icon Legend" %}
{% trans "Character is in this organisation." %}
{% trans "The character / corporation has no standings from this organisation towards it." %}
{% trans "The standing has been requested and is pending action by a standings manager." %}
{% trans "The request has been accepted by a standings manager, but is waiting for confirmation that those standings have been updated in game." %}
{% trans "The standing is being revoked by yourself, a standings manager or automatically if you no longer meet the requirements permitting blue standings access. It is pending confirmation." %}
{% trans "More keys are required to request standing for this corporation." %}
{% endblock %} {% block extra_javascript %} {% endblock %}