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 @@
# | +# | Name | Country | -Submission Date | +Submitted On | Status | +Voted | 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}} / |