{% extends "voters/electoralprocess_voting.html" %} {% load i18n voters_tags %} {% block title %}{%trans 'Step 2: Select candidate/list of candidates' %} - {{block.super}}{% endblock title %} {% block mainextraclass %}voting-step1{% endblock mainextraclass %} {% block voting_steps %} {% trans 'Step 2: Select candidate/list of candidates' as tabtitle %} {% include 'voters/includes/voting_tabs.html' with title=object.electoral_process subtitle=object tab='step2' tabtitle=tabtitle only %} {% if is_valid %}

{{object.instructions}}

{% if object.is_list_mode %} {% candidate_list form.candidates_list_0 %} {% else %} {% for field in form.get_nonsession_fields %} {% candidate_dropdown field %} {% endfor %} {% endif %} {% block voting_navigation %} {% endblock %}
{% else %}
{% blocktrans %}Could not initialize voting step.{% endblocktrans %}
{% endif %} {% endblock voting_steps %}