{% load static %} {% load i18n %} {% load evelinks %}
{% trans "Character" %} | {% trans "Corporation" %} | {% trans "Alliance" %} | {% trans "Scopes" %} | {% trans "Standing" %} | {% trans "Actions" %} |
---|---|---|---|---|---|
|
[{{ std.character.corporation_ticker }}] {{ std.character.corporation_name }} | {{ std.character.alliance_name|default_if_none:"" }} | {% if std.hasRequiredScopes %} {% else %} {% trans "Required" %} {% endif %} |
{% if std.inOrganisation == True %} {% elif std.requestActioned == True %} {% elif std.pendingRequest == True %} {% elif std.pendingRevocation == True %} {% elif std.standing == None and std.pendingRequest == False %} {% else %} {% include 'standingsrequests/partials/_standing.html' with standing=std.standing %} {% endif %} |
{% if std.inOrganisation == True %} {% elif std.pendingRequest == True or std.requestActioned == True %} Cancel {% elif std.pendingRevocation == True %} {% elif not std.hasStanding %} Apply {% else %} Revoke {% endif %} |