diff --git a/helios/templates/voters_list.html b/helios/templates/voters_list.html index aa4a5ef5bfa623b8f69c2833b12e7ffdb11f06ee..043c2fcc64767273d92164f5d532943ea8ad7e1b 100644 --- a/helios/templates/voters_list.html +++ b/helios/templates/voters_list.html @@ -63,6 +63,16 @@ Prior Bulk Uploads: <a href="./list?page={{voters_page.previous_page_number}}&limit={{limit}}&q={{q|urlencode}}">previous {{limit}}</a> {% 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}}) {% if voters_page.has_next %}