{% 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 been successfully cast. The following is your ‘smart ballot tracker’. Please retain a copy of your smart ballot tracker – you can use it to verify that your vote has been counted correctly. You may print this page as a receipt if you wish.

Smart ballot tracker

This smart ballot tracker confirms that {{ voter.py_name }} cast a vote in the election {{ election.py_name }} at {{ vote.cast_at }}.

{% if election.can_audit() %}

Ballot fingerprint: {{ eosjs.eos.core.hashing.SHA256().update_obj(vote.ballot).hash_as_b64(true) }}

{% endif %}
{% if election.can_audit() %}

Please check that the ballot fingerprint above matches the ballot fingerprint you recorded earlier.

To confirm that your ballot was cast correctly, please go to the ‘Voters and ballots’ page for the {{ election.kind }} or click ‘Finish’, and confirm that the above ballot fingerprint appears next to your name.

{% endif %} {% endblock %} {% block buttons %} Finish {% endblock %} {% block after %} {% if election.can_audit() %}
Information for advanced users

Your full ballot fingerprint is {{ eosjs.eos.core.hashing.SHA256().update_obj(vote.ballot).hash_as_b64() }}.

{% endif %} {% endblock %} {% block help %}

You have now successfully cast your ballot in this election!

The green ‘smart ballot tracker’ shows the details of your vote. Please retain a copy of your smart ballot tracker, as it can be used as proof that you voted in this election, and can be used to verify that your vote is counted corectly.

You may now close this window and exit the voting booth.

Click the ‘OK’ button below to close this help screen.

If you require further assistance, contact your election administrator.

{% endblock %}