{% extends "base.html" %} {% load humanize %} {% load if_extra %} {% block title %}View Application{% endblock %} {% block content %}
{% if app.status < 1 %} Submit Application, {% endif %} {% if hrstaff %} Add Note, {% if app.status < 2 or app.status = 4 %} Reject Application, Accept Application, {% ifnotequal app.status 4 %} Mark as In Query, {% endifnotequal %} {% endif %} {% ifequal app.status 3 %} Mark as Complete, {% endifequal %} {% endif %} {% endifnotequal %}
{% if audit %}| Event Type | Changed By | Changed Date | Event Details |
|---|---|---|---|
| {{ a.event_description }} | {{ a.user }} | {{ a.date }} | {{ a.text }} |
{{ post.title }} - /r/{{ post.subreddit }}
{% else %}{{ post.body }} - (/r/{{post.subreddit}}) Permalink
{% endifequal %} {% endfor %}