{% extends 'evotemailings/base.html' %} {% load i18n %} {% block container %}
{% trans 'Dear member of the Electoral Commission,' %}
{% trans 'Thank you for using the eVotUM e-voting system.' %}
{% blocktrans count count=days %} The {{type}} for the {{election_id}} election of the {{process_id}} electoral process {{kind}} in {{days}} day. {% plural %} The {{type}} for the {{election_id}} election of the {{process_id}} electoral process {{kind}} in {{days}} days. {% endblocktrans %}
{% endblock %}