{% extends "voters/electoralprocess_voting.html" %} {% load i18n static %} {% block mainextraclass %}voting-step2{% endblock mainextraclass %} {% block voting_steps %} {% trans 'Step 3: List confirmation' as tabtitle %} {% include 'voters/includes/voting_tabs.html' with title=object.electoral_process subtitle=object tab='step3' tabtitle=tabtitle only %}

{% trans 'You have selected the following list' %}

{% trans 'Blank vote' %}

{% trans 'Click the "vote" button to confirm your vote.' %}

{% endblock voting_steps %}