{% extends 'evotemailings/base.html' %} {% load i18n %} {% block container %}

{% trans 'Dear voter,' %}
{% trans 'Thank you for using the eVotUM e-voting system.' %}

{% trans 'Your email address has changed to' %} {{new}}
{% blocktrans %} To complete the change, click on the address below (or copy the address to a new window of your browser): {{url}}. The link will expire within 24 hours. {% endblocktrans %}

{% endblock %}