{% 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 %} Vytvořit hlasování {% endif %} {% else %}

{{settings.WELCOME_MESSAGE|safe}}

{% if elections|length %}

{% for election in elections %}

{{election.name}}{% if settings.SHOW_USER_INFO %}
vytvořil {{election.admin.display_html_small|safe}}{% endif %}

{% endfor %}

{% else %}

V této chvíli zde nejsou žádná zviditelněná hlasování

{% endif %} {% endif %}
 
{% if user %} {% if create_p %} Vytvořit hlasování
Administrace
{% if elections_administered %} {% else %} dosud žádné {% endif %}
{% endif %}
Vaše hlasování
{% if elections_voted %} {% else %} dosud žádné {% endif %}
{% else %} {% if settings.SHOW_LOGIN_OPTIONS %}
Přihlaste se, chcete-li hlasovat
{{login_box|safe}} {% else %}

Vyberte si hlasování, v němž chcete hlasovat. Po vyplnění hlasovacího lístku budete požádán o prokázání oprávnění hlasovat.

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