{% extends "standingsrequests/_base.html" %} {% load static %} {% load i18n %} {% block details %}

{% translate "My Requests" %}

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.

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

{% translate "Icon Legend" %}
{% translate "Character is in this organisation." %}
{% translate "The character / corporation has no standings from this organisation towards it." %}
{% translate "The standing has been requested and is pending action by a standings manager." %}
{% translate "The request has been accepted by a standings manager, but is waiting for confirmation that those standings have been updated in game." %}
{% translate "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." %}
{% translate "More keys are required to request standing for this corporation." %}
{% endblock %} {% block extra_css %} {{ block.super }} {% endblock extra_css %} {% block extra_javascript %} {% include "standingsrequests/bundles/htmx.html" %} {% include "standingsrequests/bundles/helper-js.html" %} {% endblock %}