{% 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 electors, in his/her candidacy for the following position:

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

{% endblock content_en %}
