{% extends 'server_ui/templates/base.html' %} {% load i18n %} {% block content %}

{% blocktrans %} Election {{election.name}} Already Tallied {% endblocktrans %}

{% trans "This election has already been tallied (or at least the tally has begun), so you can no longer cast a vote." %}

{% trans "view the election" %}

{% endblock %}