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

{% trans "Trustee" %} {{trustee.name}} — {% trans "Check Secret Key" %} [{% trans "back to trustee home" %}]

{{election.name}}

{% trans "Your public key fingerprint is:" %} {{trustee.public_key_hash}}

{% trans "loading crypto functions..." %}
{% endblock %}