{% extends "voters/electoralprocess_voting.html" %} {% load i18n static ama_tags %} {% block title %}{%trans 'Step 4: Vote submission' %} - {{block.super}}{% endblock title %} {% block mainextraclass %}voting-step3{% endblock mainextraclass %} {% block voting_steps %} {% trans 'Step 4: Vote submission' as tabtitle %} {% include 'voters/includes/voting_tabs.html' with title=object.electoral_process subtitle=object tab='step4' tabtitle=tabtitle only %}

{% trans 'For authentication purposes, you can choose to receive a voting code via SMS/e-mail or authenticate through the Chave Movel Digital (CMD) portal.' %}

{% csrf_token %}
{{form.send_through}}
{{ form.send_pin_to }}

{% trans 'You can also choose to validate via Digital Mobile Key in .gov Authentication.' %} É necessário aceitar a partilha do número de identificação civil.

{% show_autenticacaogov_login succ_url error_url classes="pure-button pure-button-secondary pure-button-round pull-left" %}
{% endblock voting_steps %}