{% 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 nomination act/election or promotion act for the position:

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

{% endblock content_en %}
