{% extends "helios/templates/cryptobase.html" %} {% block content %}

{{election.name}} — Trustee {{trustee.name}} Home

{% if trustee.public_key_hash %} You have successfully uploaded your public key.
Your public key fingerprint is: {{trustee.public_key_hash}}.
You can verify that you have the right secret key. {% else %} setup your key {% endif %}

{% if election.encrypted_tally %} {% if trustee.decryption_factors %} You have successfully uploaded your decryption. {% else %} The encrypted tally for this election is ready.
decrypt with your key {% endif %} {% else %} Once the tally is computed, come back here to provide your secret key for decryption purposes.
You should keep the email with your trustee homepage link, which contains the credentials needed to get back here. {% endif %}

{% endblock %}