{% load i18n %} {% load evelinks %}
{% for std in characters %} {% endfor %}
{% translate "Character" %} {% translate "Corporation" %} {% translate "Alliance" %} {% translate "Scopes" %} {% translate "Standing" %} {% translate "Actions" %}
   {{ std.character.character_name }} [{{ 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 %} {% translate "Cancel" %} {% elif std.pendingRevocation == True %} {% elif not std.hasStanding %} {% if std.hasRequiredScopes %} {% translate "Apply" %} {% else %} {% endif %} {% else %} {% translate "Revoke" %} {% endif %}