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

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

{% trans 'To confirm your vote, please enter the following authentication code:' %} {{pin_value}}
{% trans 'This code will expire on:' %} {{pin_expiration_date}}

{% endblock %}