{% extends TEMPLATE_BASE %} {% block content %}
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 %}