{% extends 'evotemailings/base.html' %} {% load i18n %} {% block container %}
{% trans 'Dear voter,' %}
{% trans 'Thank you for using the eVotUM e-voting system.' %}
{% if new %} {% blocktrans with new=new %} Your email address has changed to {{new}}. If this is not the desired email address, you can change it again. {% endblocktrans %} {% else %} {% trans 'Your notice email was removed from the system. It will be used your primary email instead.' %}. {% endif %}
{% endblock %}