{% extends "base.html" %} {% load humanize %} {% load if_extra %} {% load installed %} {% block title %}View Application{% endblock %} {% block content %}
{% if app.status < 1 %} Submit Application {% else %} Withdraw Application {% endif %} Add Message {% if hrstaff %} Add Staff Note {% if app.status < 2 or app.status = 4 or app.status = 6 %} {% if perms.hr.can_accept %} Reject Application {% ifequal app.blacklisted 0 %} Accept Application {% endifequal %} {% endif %} {% ifnotequal app.status 4 %} Mark as In Query {% endifnotequal %} {% ifnotequal app.status 6 %} Flag for Review {% endifnotequal %} {% endif %} {% ifequal app.status 3 %} Mark as Complete {% endifequal %} {% endif %}
| Event Type | User | Date | Event Details |
|---|---|---|---|
| {{ a.get_event_display }} | {{ a.user }} | {{ a.date|date:"Y/m/d H:i:s" }} | {{ a.text|linebreaks }} |
| Blacklist Type | Blacklisted Value | Reason | Source |
|---|---|---|---|
| {{ a.get_type_display }} | {{ a.value }} | {{ a.reason }} | {{ a.source }} |
| User | Character | Corporation | Valid Recommendation | Total User Recomendations |
|---|---|---|---|---|
| {{ rec.user }} | {{ rec.user_character }} | {{ rec.user_character.corporation }} | {% if rec.is_valid %}Yes{% else %}No{% endif %} | {{ rec.user.recommendation_set.all.count }} |
| Character | Corp / Alliance | ISK | SP | Training | Links |
|---|---|---|---|---|---|
| {{ char.name }} | {{ char.corporation }}{% if char.corporation.alliance %} / {{ char.corporation.alliance }}{% endif %} | {{ char.balance|intcomma }} ISK | {{ char.total_sp|intcomma }} SP | {% if char.current_training %}{{ char.current_training.skill.name }} to Level {{ char.current_training.in_training }}{% endif %} | {% if request.is_igb %}Show In Eve / {% endif %}EveGate Profile / EveSearch / EVEGate Forums |
| Account | Karma | Validated | Creation Date | Matches Criteria? | Links |
|---|---|---|---|---|---|
| {{ acc.username }} | {{ acc.link_karma }} / {{ acc.comment_karma }} | {% if acc.validated %}Validated{%else %}NOT VALIDATED{% endif %} | {{ acc.date_created }} | {% if acc.is_valid %}Yes{% else %}No{% endif %} | Metareddit |