Skip to content
Snippets Groups Projects
Commit c4833dd1 authored by Ben Adida's avatar Ben Adida
Browse files

added number of cast votes

parent 5b19b49d
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,16 @@ Prior Bulk Uploads: ...@@ -63,6 +63,16 @@ Prior Bulk Uploads:
<a href="./list?page={{voters_page.previous_page_number}}&limit={{limit}}&q={{q|urlencode}}">previous {{limit}}</a> &nbsp;&nbsp; <a href="./list?page={{voters_page.previous_page_number}}&limit={{limit}}&q={{q|urlencode}}">previous {{limit}}</a> &nbsp;&nbsp;
{% endif %} {% endif %}
<p>
<b>
{% if election.num_cast_votes %}
{{election.num_cast_votes}} cast vote{% ifequal election.num_cast_votes 1 %}{% else %}s{% endifequal %}
{% else %}
no votes yet
{% endif %}
</b>
</p>
Voters {{voters_page.start_index}} - {{voters_page.end_index}} (of {{total_voters}})&nbsp;&nbsp; Voters {{voters_page.start_index}} - {{voters_page.end_index}} (of {{total_voters}})&nbsp;&nbsp;
{% if voters_page.has_next %} {% if voters_page.has_next %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment