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

{% trans "Create a New Election:" %} {{name}}

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

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

{% blocktrans %} Trustees (up to 5) {% endblocktrans %}






{% endifnotequal %}



{% ifequal election_type "one" %}
{% blocktrans %} Your Election's Secret Key:
{% endblocktrans %}
{% blocktrans %} (You need to copy and paste this key and keep it safe,
otherwise you won't be able to tally your election.) {% endblocktrans %}
{% endifequal %} {% endblock %}