{% extends "base.html" %} {% load humanize %} {% block title %}View Application{% endblock %} {% block content %}
{% ifequal app.status 0 %} Submit Application {% endifequal %} {% if hrstaff %} Add Note, Reject Application, Accept Application {% endif %}
{% 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 }} - Permalink
{% endif %} {% endfor %}