From 1b7453c4afc4d46a8796ce7ca2a3d5e13e06f401 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 15 Jul 2014 11:12:02 +0200 Subject: [PATCH] Better display which applications have been voted or not --- .../templates/applications/index.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/blender-bfct/application/templates/applications/index.html b/blender-bfct/application/templates/applications/index.html index fede6eb..87b0914 100755 --- a/blender-bfct/application/templates/applications/index.html +++ b/blender-bfct/application/templates/applications/index.html @@ -3,22 +3,23 @@

BFCT Applications

- +
- + - + + {% for application in applications %} - - + + +
## Name CountrySubmission DateSubmitted On StatusVoted Approvals
{{ application.id }}
{{ application.id }} {{application.user.first_name}} {{application.user.last_name}} @@ -40,6 +41,13 @@ {% endif %} + {% if application.is_reviewed() %} + + {% else %} + + {% endif %} + {{application.approve}} /