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

Election {{election.name}} Not Yet Open

This election is not yet open.

{% 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 %}

back to the election

{% endblock %}