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 %}

Recommendations

- + {% for rec in app.recommendation_set.all %} + {% endfor %}
UserCharacterCorporationValid Recommendation
UserCharacterCorporationValid RecommendationTotal 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 }}