{% 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 %} {% if hrstaff %} Add Note, Send Message to Applicant, {% 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 | Changed By | Changed 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 }} |
{{ 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 %}