{% extends TEMPLATE_BASE %} {% block content %}

Election {{election.name}} Already Tallied

This election has already been tallied, you can no longer cast a vote.

{% if election.voting_start_at %}Voting start at {{election.voting_start_at}}
{% endif %} {% if election.voting_end_at %}Voting end at {{election.voting_end_at}}
{% endif %}

view the election tally

{% endblock %}