send_to=forms.ChoiceField(label="Send To",choices=[('all','all voters'),('voted','only voters who cast a ballot'),('none','no one -- are you sure about this?')])
{% if not election.frozen_at %}[<aonclick="return confirm('Are you sure you want to remove Helios as a trustee?');"href="{% url helios.views.delete_trustee election.uuid %}?uuid={{t.uuid}}">x</a>]{% endif %}
{% else %}
({{t.email}})
{% if not election.frozen_at %}[<aonclick="return confirm('Are you sure you want to remove this Trustee?');"href="{% url helios.views.delete_trustee election.uuid %}?uuid={{t.uuid}}">x</a>]{% endif %}
[<aonclick="return confirm('Are you sure you want to send this trustee his/her admin URL?');"href="{% url helios.views.trustee_send_url election.uuid t.uuid %}">send login</a>]