{% if admin_p or not election.use_voter_aliases %}
{% if admin_p or not election.use_voter_aliases %}
<td>
<td>
{% if admin_p %}
{% if admin_p %}
{% if not election.frozen_at %}
[<aonclick="return confirm('are you sure you want to remove {{voter.name}} ?');"href="{% url helios.views.voter_delete election.uuid, voter.uuid %}">x</a>]
[<aonclick="return confirm('are you sure you want to remove {{voter.name}} ?');"href="{% url helios.views.voter_delete election.uuid, voter.uuid %}">x</a>]
{% endif %}
{% endif %}
{% if election.frozen_at and election.openreg and not election.encrypted_tally %}
[<aonclick="return confirm('are you sure you want to remove {{voter.name}} and the vote he/she has cast?');"href="{% url helios.views.voter_delete election.uuid, voter.uuid %}">x</a>]