{% 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 selected as the second most appropriate candidate for the position:

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

You must be in a position to provide the original supporting documents for the relevant examination of legality by the authorities of the Organization in charge, upon request.

{% endblock content_en %}
