{% load bootstrap %} {% load staticfiles %} {% load i18n %} {% load evelinks %}

{% trans "Your Characters" %}

{% if authinfo.main_char_id %} {% else %} {% endif %}
{% for std in characters %} {% endfor %}
{% 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 %}

{% if corporations_enabled %}

{% trans "Your Corporations" %}

{% if authinfo.main_char_id %} {% else %} {% endif %}
{% for st in corps %} {% endfor %}
{% trans "Corporation" %} {% trans "Keys/Req" %} {% trans "Standing" %} {% trans "Action" %}

{{ st.corp.corporation_name }}

{{ st.have_scopes }}/{{ st.corp.member_count }}

{% if st.inOrganisation == True %} {% elif st.requestActioned == True %} {% elif st.pendingRequest == True %} {% elif st.pendingRevocation == True %} {% elif st.standing == None and st.pendingRequest == False %} {% else %} {% include 'standingsrequests/partials/_standing.html' with standing=st.standing %} {% endif %}

{% if st.pendingRequest == True or st.requestActioned == True %} {% elif st.pendingRevocation == True %} {% elif st.standing == None or st.standing == 0 or st.standingReqExists == None%} {% if st.have_keys >= st.corp.member_count %} {% else %} {% endif %} {% else %} {% endif %}

{% endif %}