{% extends "apella/emails/email_base.txt" %}

{% block content_el %}

Σας ενημερώνουμε ότι ο/η υποψήφιος/-α {{ candidate.first_name.el }} {{candidate.last_name.el }} έχει αναρτήσει υπόμνημα προς τον Πρύτανη, στην υποψηφιότητά του/της για την παρακάτω θέση:

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

{% endblock content_el %}


{% block content_en %}

We inform you that the candidate {{ candidate.first_name.en }} {{ candidate.last_name.en }} has uploaded a statement of opposition to proceedings cover letter, in his/her candidacy for the following position:

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

{% endblock content_en %}
