From b7341184ce0ecc72e54db678c7f21d40134d6ada Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 22 Feb 2011 09:02:54 +0000 Subject: [PATCH] View on the applications the total number of recommendations each user has given --- templates/hr/applications/view.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }}