{% extends "django_eveonline_connector/adminlte/corporations/view_corporation.html" %} {% block header %} Roster {% endblock %} {% block description %} {{corporation.name}} {% endblock %} {% block tab_content %}
Character | Alternate Characters | {% for character in characters %}
---|---|
![]() |
{% for character in character.get_related_characters %}
![]() |
Character | Status | {% for character in unauthorized_characters %}||
---|---|---|---|
![]() |
{% if character.token and not character.token.valid %}
Invalid Token | {% elif not character.token %}Missing Token | {% else %}Unknown Reason | {% endif %}