{% extends TEMPLATE_BASE %} {% load i18n %} {% block title %}{% trans "Compute Tally" %} — {{election.name}}{% endblock %} {% block content %}

{% trans "Compute Tally" %} [{% trans "cancel" %}]

{{election.name}}

{% trans "You are about to compute the tally for this election. You only will then see the results." %}

{% endblock %}