{% 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" %}

{% 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 new 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.

{% endblock content_en %}
