{% extends "helios/templates/cryptobase.html" %} {% block content %}

Create a New Election: {{name}}

{% ifequal election_type "helios" %} An election managed by Helios. {% else %} {% ifequal election_type "one" %} An election managed by you, the single administrator. {% else %} An election managed by multiple trustees. {% endifequal %} {% endifequal %}

{% ifnotequal election_type "multiple" %} {% else %}

Trustees (up to 5)






{% endifnotequal %}



{% ifequal election_type "one" %}
Your Election's Secret Key:

(You need to copy and paste this key and keep it safe,
otherwise you won't be able to tally your election.)
{% endifequal %} {% endblock %}