diff --git a/templates/hr/applications/view.html b/templates/hr/applications/view.html index 8d6e073..044ff55 100644 --- a/templates/hr/applications/view.html +++ b/templates/hr/applications/view.html @@ -93,12 +93,13 @@ {% if app.user.redditaccount_set.all %}
| Account | Karma | Validated | Creation Date | |
|---|---|---|---|---|
| Account | Karma | Validated | Creation Date | Matches Criteria? |
| {{ acc.username }} | {{ acc.link_karma }} / {{ acc.comment_karma }} | {% if acc.validated %}Validated{%else %}NOT VALIDATED{% endif %} | {{ acc.date_created }} | +{% if acc.is_valid %}Yes{% else %}No{% endif %} |