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

{% trans "As a trustee, it's time to set up your key for this election." %}

{% trans "Please wait for the generator to load..." %}



{% trans "If you've already generated a keypair, you can" %} {% trans "reuse it" %}.

{% trans "Reusing a Key" %}

{% trans "Enter your complete secret key below:" %}


{% trans "Your Secret Key" %}

{% trans "Your key has been generated, but you may choose to" %}
{% trans "clear it from memory and start from scratch if you prefer." %}

{% trans "Your Public Key" %}

{% trans "It's time to upload the public key to the server." %}

{% trans "The fingerprint of your public key is:" %} .
{% blocktrans %} You may want to save this to confirm that your public key was properly stored by the server.
(Your public key is not currently being displayed because you do not need to save it, the fingerprint is sufficient.) {% endblocktrans %}



{% endblock %}