{% extends templates['booth/base.html'] %} {# Eos - Verifiable elections Copyright © 2017-2021 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 content %}

Your vote has not yet been cast. Please follow the instructions to continue.

{% if election.can_audit() %}

Please make a note of your ballot fingerprint, {{ eosjs.eos.core.hashing.SHA256().update_obj(ballot).hash_as_b64(true) }}. Please retain a copy of your ballot fingerprint – you can use it to verify that your vote has been counted correctly. You may print this page as a receipt if you wish.

{% endif %}

To continue, copy and paste the ballot below and provide it to the election administrator.

{# For some reason nunjucks doesn't like calling this the normal way #} {% set ballot_deaudit = ballot.deaudit() %}
{% endblock %} {% block buttons %}