{% 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 an evaluation committee proposal has been uploaded, with regard to the candidates for the position:

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

{% endblock content_en %}
