{% extends 'layout.html' %} {% block body %}
{{application.bio_message|safe}}
Submitted {{application.show_pretty_date('submission')}}.
{% if review %}You {% if review.approved %} approved {% else %} rejected {% endif %} this candidate.
Reviewer | Verdict |
---|---|
{% if review.reviewer.id == current_user.id %} {% endif %} {{review.reviewer.first_name}} {{review.reviewer.last_name}} {% if review.reviewer.id == current_user.id %} {% endif %} | {% if review.approved %} {% else %} {% endif %} |
Tsk tsk! Nobody reviewed this yet. |
{{comment.pretty_creation_date}}
{{comment.user.first_name}} {{comment.user.last_name}}
{{comment.text}}