{% extends 'standingsmanager/_base.html' %} {% load i18n %} {% load static %} {% block details %}
Request standings for your characters. Once approved, you can add them to sync.
| Character | Corporation / Alliance | Status | Scopes | Actions | |
|---|---|---|---|---|---|
| {% if char.can_request %} {% elif char.can_remove %} {% endif %} |
|
{{ char.corporation_name }}
{% if char.corporation_ticker %}
[{{ char.corporation_ticker }}]
{% endif %}
{% if char.alliance_name %}
{{ char.alliance_name }} {% endif %} |
{% if char.status == 'approved' %} {{ char.status_text }} {% elif char.status == 'pending' %} {{ char.status_text }} {% elif char.status == 'can_request' %} {{ char.status_text }} {% else %} {{ char.status_text }} {% endif %} |
{% if char.has_scopes %}
All scopes
{% else %}
Missing scopes
{% if char.missing_scopes %}
{{ char.missing_scopes|join:", " }} {% endif %} Add Required Scopes {% endif %} |
{% if char.can_request %} {% elif char.can_remove %} {% else %} - {% endif %} |
Request standings for entire corporations. ALL characters in the corporation must have valid tokens registered in Auth.
| Corporation | Alliance | Members | Status | Token Coverage | Actions |
|---|---|---|---|---|---|
|
|
{% if corp.alliance_name %} {{ corp.alliance_name }} {% else %} - {% endif %} | {{ corp.registered_count }}/{{ corp.actual_member_count }} registered | {% if corp.status == 'approved' %} {{ corp.status_text }} {% elif corp.status == 'pending' %} {{ corp.status_text }} {% elif corp.status == 'can_request' %} {{ corp.status_text }} {% else %} {{ corp.status_text }} {% endif %} |
{% if corp.has_full_coverage %}
Complete
{% else %}
Incomplete
{% if corp.missing_characters %}
Missing: {{ corp.missing_characters|join:", " }} {% endif %} {% endif %} |
{% if corp.can_request %} {% elif corp.can_remove %} {% else %} - {% endif %} |
To request standings for a corporation, ALL characters in the corporation must have valid tokens registered in Auth. This ensures the entire corporation has authorized the standing request.
{% if required_scopes %}{{ scope }}