{% extends "base.html" %} {% load humanize %} {% load if_extra %} {% block title %}View Application{% endblock %} {% block content %}

Application Details

{% ifnotequal app.status 5 %}

Actions

{% if app.status < 1 %} Submit Application,  {% endif %} {% if hrstaff %} Add Note, {% if app.status < 2 or app.status = 4 %} Reject ApplicationAccept Application,  {% ifnotequal app.status 4 %} Mark as In Query,  {% endifnotequal %} {% endif %} {% ifequal app.status 3 %} Mark as Complete,  {% endifequal %} {% endif %} {% endifnotequal %}

{% if audit %}

Event Log

{% for a in audit %} {% endfor %}
Event TypeChanged ByChanged DateEvent Details
{{ a.event_description }}{{ a.user }}{{ a.date }}{{ a.text }}
{% endif %} {% if recs %}

Recommendations

{% endif %} {% if hrstaff %}

EVE Characters

Reddit Accounts

Reddit Posts

{% endif %} {% endblock %}