{% extends 'evotemailings/base.html' %} {% load i18n %} {% block container %}
{% trans 'Dear voter,' %}
{% trans 'Thank you for using the eVotUM e-voting system.' %}
{% blocktrans %} Your vote (XPTO election in the XPTO electoral process) was introduced into the electronic ballot box, with the following vote reference: {{reference}}. {% endblocktrans %}
{% blocktrans %} At the end of the voting time you can verify that the vote associated with this voting reference was counted. To do so, go to the XPTO election page of the XPTO electoral process and select the "Browse Vote References" button. {% endblocktrans %}
{% endblock %}