{% load i18n %} {% load evelinks %}
{% translate "Character" %} | {% translate "Corporation" %} | {% translate "Alliance" %} | {% translate "Scopes" %} | {% translate "Standing" %} | {% translate "Actions" %} |
---|---|---|---|---|---|
|
[{{ std.character.corporation_ticker }}] {{ std.character.corporation_name }} | {{ std.character.alliance_name|default_if_none:"" }} | {% if std.hasRequiredScopes %} {% else %} {% translate "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_symbol.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 %} {% if std.hasRequiredScopes %} Apply {% else %} {% endif %} {% else %} Revoke {% endif %} |