{% extends 'server_ui/templates/base.html' %} {% block title %}{{ settings.SITE_TITLE }}{% endblock %} {% block header %}

{{ settings.SITE_TITLE }}

{% endblock %} {% block content %}
 
{% if settings.MASTER_HELIOS %}

Helios offers verifiable online elections.

We believe democracy is important, whether it’s your book club, parent-teacher association, student government, workers’ union, or state. So we’ve made truly verifiable elections as easy as everything else on the Web.

Helios elections are:

More than 2,000,000 votes have been cast using Helios.

{% if create_p %} create an election {% endif %} {% else %}

{{settings.WELCOME_MESSAGE|safe}}

{% if elections|length %}

{% for election in elections %}

{{election.name}}{% if settings.SHOW_USER_INFO %}
by {{election.admin.display_html_small|safe}}{% endif %}

{% endfor %}

{% else %}

no featured elections at the moment

{% endif %} {% endif %}
 
{% if user %} {% if create_p %} create election
Administration
{% if elections_administered %} {% else %} none yet {% endif %}
{% endif %}
Recent Votes
{% if elections_voted %} {% else %} none yet {% endif %}
{% else %} {% if settings.SHOW_LOGIN_OPTIONS %}
Log In to Start Voting
{{login_box|safe}} {% else %}

Select an election to start voting. You will be asked for your voting credentials after you complete a ballot.

{% endif %} {% endif %}
{% endblock %}