{% 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 proceedings of the election of the most appropriate candidate for the position:

{% include "apella/emails/position_details_en.txt %}
have been updated.

{% endblock content_en %}
