diff --git a/templates/hr/applications/view.html b/templates/hr/applications/view.html index c6e3561..bfb00e9 100644 --- a/templates/hr/applications/view.html +++ b/templates/hr/applications/view.html @@ -69,12 +69,13 @@ {% if app.recommendation_set.all %}
| User | Character | Corporation | Valid Recommendation | |
|---|---|---|---|---|
| User | Character | Corporation | Valid Recommendation | Total User Recomendations |
| {{ rec.user }} | {{ rec.user_character }} | {{ rec.user_character.corporation }} | {% if rec.is_valid %}Yes{% else %}No{% endif %} | +{{ rec.user.recommendation_set.all.count }} |