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

{% block content_el %}

{% if position.law == '4957_2022' %}
Σας ενημερώνουμε ότι οριστήκατε τακτικό μέλος του εκλεκτορικού σώματος για τη θέση:
{% else %}
Σας ενημερώνουμε ότι οριστήκατε τακτικό μέλος του εκλεκτορικού σώματος/της επιτροπής κρίσης για τη θέση:
{% endif %}

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

{% endblock content_el %}


{% block content_en %}

{% if position.law == '4957_2022' %}
We inform you that you have been appointed a regular member of the electoral committee for the position:
{% else %}
We inform you that you have been appointed a regular member of the electoral/judgment committee for the position:
{% endif %}

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

{% endblock content_en %}
