{% extends "apella/emails/email_base.txt" %}

{% block content_el %}

Σας ενημερώνουμε ότι η {{ electors_meeting_to_set_committee_date|date:"d/m/Y" }} ορίστηκε ως νέα ημερομηνία επόμενης συνεδρίασης του εκλεκτορικού σώματος για τη θέση:

{% include "apella/emails/position_details_el.txt" %}
{% include "apella/emails/draw_details_el.txt" %}

{% endblock content_el %}


{% block content_en %}

We inform you that {{ electors_meeting_to_set_committee_date|date:"d/m/Y" }} has been announced as the next convocation date of the electoral committee meeting to form the evaluation committee for the position:

{% include "apella/emails/position_details_en.txt" %}
has been announced.
{% include "apella/emails/draw_details_en.txt" %}

{% endblock content_en %}
