{% load i18n staticfiles compress %} {% block title %}eVote{% endblock title %} {% block header %}
{% trans 'Minho\'s University' %}
eVotUM
{% endblock header %}
{% block container %}

eVote

{% endblock container %} {% block prefooter %}

{% trans "Best regards" %}
EvotUM
{% trans "Minho's University Electronic voting system" %}
{% endblock prefooter %}
{% block footer %}


------------------------------------
{% trans "The mailbox that issues this email is exclusively for sending messages; if you want to contact us, please use the telephone xxxxx" %}
{% trans "If you do not wish to receive these emails, please go to the eVotum platform" %} ({{base_url}}) {% trans "and in the 'Personal Data' option > uncheck the option 'Send of emails'" %}


-------------------------------------------------------------------------
{% trans "Confidentiality Notice: This e-mail and any computer files transmitted with it are confidential, may contain privileged information and are intended for the exclusive knowledge and use of the person or entity to whom they are addressed, and the content of the same may not be changed. If you have received this e-mail incorrectly, please inform the sender immediately and destroy this message and any copies." %}
{% trans "Limitation of Liability: Because electronic mail may be affected by technical or operational difficulties, it is not guaranteed to be received in an appropriate and timely manner. Any communications that must meet deadlines should also be sent by mail or similar. Any opinion expressed in this message is attributable to the person who sent it, unless the contrary expressly results from its text. The use, distribution, copying or any unauthorized dissemination of this e-mail and any files contained in it is strictly prohibited. E-mail does not guarantee the confidentiality of message content. If the recipient of this email has any objection to the use of this medium should contact the sender immediately." %}
{% endblock footer %}