{% extends TEMPLATE_BASE %} {% load i18n %} {% block title %}Compute Encryted Tally for {{election.name}}{% endblock %} {% block content %}

{% trans "Compute Tally for Election:" %} {{election.name}}

{% if election.num_cast_votes %}

{% trans "You are about to compute the encrypted tally for election" %} {{election.name}}.

{% blocktrans %} Once you do this, voters will no longer be able to cast a ballot. {% endblocktrans %}

{% else %}

{% blocktrans %} No votes have been cast in this election. At least one vote must be cast before you compute the tally.

{% endblocktrans %} {%trans "back to election" %}

{% endif %}


{% endblock %}