{% load bootstrap %} {% load staticfiles %} {% load i18n %} {% load evelinks %}
{% trans "Character" %} | {% trans "Corporation" %} | {% trans "Alliance" %} | {% trans "Scopes" %} | {% trans "Standing" %} | {% trans "Action" %} | |
---|---|---|---|---|---|---|
|
{{ std.character.character_name }} |
[{{ std.character.corporation_ticker }}] {{ std.character.corporation_name }} |
{{ std.character.alliance_name }} |
{% 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 %} {% elif std.pendingRevocation == True %} {% elif std.standing == None or std.standing == 0 or std.standingReqExists == None%} {% else %} {% endif %} |