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

{% block content_el %}

Σας ενημερώνουμε ότι δηλώθηκε στο Πληροφοριακό Σύστημα Απέλλα το εκλεκτορικό σώμα/η επιτροπή κρίσης για τη θέση:

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

{% endblock content_el %}


{% block content_en %}

We inform you that the electoral/judgment committee for the position:

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


{% endblock content_en %}
