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

{% block content_el %}

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

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

{% endblock content_el %}


{% block content_en %}

We inform you that {{ electors_meeting_date|date:"d/m/Y"}} has been announced as the new convocation date of the electoral/judgment committee, regarding the election of the most appropriate candidate for the position:

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

{% endblock content_en %}
