{% extends "base.html" %} {% block body %}

{{election.summary}}

{{election.description}}

[More Information]

{% for candidate in election.candidates|sort %} {% endfor %}
{% if candidate.id == candidate_id %} {% else %} {% endif %} {% if election.candidates_are_fasusers %} {{ usernamemap[candidate.id] }} {% else %} {{ candidate.name }} {% endif %} [Info]
{% if g.fas_user %}

{% if nextaction == 'confirm' %} {% else %} {% endif %}

{% endif %}
{% if election.legal_voters.count() != 0 %}

To vote in this election you must be a member of any one of the following groups:

{% else %}

{% endif %} {% endblock %}