-<%
-# basic election information template
--%>
+<% %>
+
+<% if @election.voters.length == 0 %>
+<p>There are currently no voters registered for this election.</p>
+<% else %>
<p>The following voters are currently registered for this election:</p>
<ul>
</div>
<% end %>
</ul>
-
+<% end %>