{% 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 following position has not proceeded to election.

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

{% endblock content_en %}
