{% 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 your statement of opposition to electors has been successfully uploaded, in your candidacy for the position:

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

{% endblock content_en %}
