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

Application Details

Actions

{% ifequal app.status 0 %} Submit Application {% endifequal %} {% if hrstaff %} Add Note, Reject Application, Accept Application {% endif %}

{% 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 %}