{% extends "voters/electoralprocess_voting.html" %} {% load i18n form_tags voters_tags %} {% block mainextraclass %}voting-step3-pin{% endblock mainextraclass %} {% block voting_steps %} {% trans 'Step 4: Security' as tabtitle %} {% include 'voters/includes/voting_tabs.html' with title=object.electoral_process subtitle=object tab='step4' tabtitle=tabtitle only %}
{% if authenticated %}

{% trans 'Please proceed with the vote submission.' %}

{% else %}

{% trans 'Your vote will only be submitted after entering this PIN code.' %}

{% csrf_token %}
{% prepare_field form.pin_validation %}
{% endif %}
{% endblock voting_steps %}