{% 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 you have been appointed a member of the evaluation committee for the position:

{% include "apella/emails/position_details_en.txt" %}
The upload of the evaluation committee proposal is a duty of the Organization's, Department's or Institute's competent authority.

{% endblock content_en %}
