{% extends "base.html" %} {% load humanize %} {% load if_extra %} {% 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 %} Reject Application, {% ifequal app.blacklisted 0 %} Accept Application, {% endifequal %} {% ifnotequal app.status 4 %} Mark as In Query, {% endifnotequal %} {% endif %} {% ifequal app.status 3 %} Mark as Complete, {% endifequal %} {% endif %} {% endifnotequal %}
{% if audit %}| Event Type | User | Date | Event Details |
|---|---|---|---|
| {{ a.get_event_display }} | {{ a.user }} | {{ a.date }} | {{ a.text }} |
| Blacklist Type | Blacklisted Value | Reason |
|---|---|---|
| {{ a.get_type_display }} | {{ a.value }} | {{ a.reason }} |
| Character | Corp / Alliance | ISK | SP | Links |
|---|---|---|---|---|
| {{ char.name }} | {{ char.corporation }}{% if char.corporation.alliance %} / {{ char.corporation.alliance }}{% endif %} | {{ char.balance|intcomma }} ISK | {{ char.total_sp|intcomma }} SP | / EveGate Profile |
| Account | Karma | Validated | Creation Date |
|---|---|---|---|
| {{ acc.username }} | {{ acc.link_karma }} / {{ acc.comment_karma }} | {% if acc.validated %}Validated{%else %}NOT VALIDATED{% endif %} | {{ acc.date_created }} |
{{ reddit_error }}
{% endif %} {% for post in posts %} {% ifnotequal post.kind 1 %}{{ post.title }} - (/r/{{ post.subreddit }})
{% else %}{{ post.body }} - (/r/{{post.subreddit}}) Permalink
{% endifnotequal %} {% endfor %}