{% extends 'whctools/base_staff.html' %} {% block staff_page %}
Remember to modify the in-game ACL BEFORE you hit "Accept". Otherwise you may lose track of who you accepted.
{% for char in applied_chars %} {% endfor %}
Character Main App Age Skills Check Action
{{ char.application.eve_character.character_name }}
A: {{ char.application.eve_character.alliance_name }}
{{ char.application.get_main_character.character_name }} {{ char.application.last_updated|timesince }} {% if char.is_main_char and not char.ma_is_valid %}
Failed to fetch skills from Member Audit.
Refresh page or ask player to re-register if it persists.
{% else %} {% endif %}
Reject: Skills Reject: Other
{% endblock %}