{% extends templates['booth/base.html'] %} {# Eos - Verifiable elections Copyright © 2017-2019 RunasSudo (Yingtong Li) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . #} {% block helpbtn %} {# Don't float – we want it to overlap with the image #}
{% endblock %} {% block content %} {% endblock %} {% block help %}

Welcome to the {{ election.name }} voting booth.

Follow the on-screen directions to prepare and cast your ballot in this {{ election.kind }}. The bar at the top of the page will show your progress. Please note that your ballot will not be cast until you complete the final ‘Cast ballot’ stage and receive a ‘smart ballot tracker’.

If at any point you wish to return to a previous screen, click the ‘Back’ button.

{#

If you wish, you may disconnect your internet connection now while preparing your ballot, however you must re-connect your internet connection before logging in to cast your ballot.

#}

Click the ‘OK’ button below to close this help screen, then click the blue ‘Continue’ button to continue to the next step.

If you require further assistance, contact your election administrator.

{% endblock %} {% block buttons %} Back {% endblock %}