{% extends 'evotemailings/base.html' %} {% load i18n %} {% block container %}
{% trans 'Dear Electoral commission member' %} {{user}},
{% blocktrans count count=days %} In {{days}} day will begin the proposition period on the election {% plural %} In {{days}} days will begin the proposition period on the election {% endblocktrans %} {{object.identifier}} {% trans 'of Electoral Process' %} {{object.electoral_process.identifier}}.
{% endblock %}