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

Application Details

{% if form %}
{{ form.as_table }}
{% endif %} {% if recs %}

Recommendations

{% endif %} {% if hrstaff %}

EVE Characters

Reddit Accounts

Reddit Posts

{% endif %} {% endblock %}