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