diff --git a/helios/templates/voters_list.html b/helios/templates/voters_list.html
index 9b5e264a59d81ca802cd0353bfdc3d4236b6f6ac..b2460a2a974ec93c38e6cda68990712122ca18ed 100644
--- a/helios/templates/voters_list.html
+++ b/helios/templates/voters_list.html
@@ -88,10 +88,6 @@ Prior Bulk Uploads:
 
 {% if voters %}
 
-{% if voters_page.has_previous %}
-<a href="./list?page={{voters_page.previous_page_number}}&limit={{limit}}&q={{q|urlencode}}">previous {{limit}}</a> &nbsp;&nbsp;
-{% endif %}
-
 <p>
 <b>
 {% if election.num_cast_votes %}
@@ -102,6 +98,11 @@ no votes yet
 </b>
 </p>
 
+{% if voters_page.has_previous %}
+<a href="./list?page={{voters_page.previous_page_number}}&limit={{limit}}&q={{q|urlencode}}">previous {{limit}}</a> &nbsp;&nbsp;
+{% endif %}
+
+
 Voters {{voters_page.start_index}} - {{voters_page.end_index}} (of {{total_voters}})&nbsp;&nbsp;
 
 {% if voters_page.has_next %}