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

{% block content_el %}

Σας ενημερώνουμε ότι έχει πραγματοποιηθεί αλλαγή σε κώλυμα συμμετοχής του λογαριασμού σας στο γενικό μητρώο Απέλλα.

{% if not user.shibboleth_id %}
Όνομα χρήστη: {{ user.username }}
{% endif %}

{% endblock content_el %}

{% block content_en %}

We inform you that there is a change of impediment to your participation in the Apella registry.

{% if not user.shibboleth_id %}
Username: {{ user.username }}
{% endif %}

{% endblock content_en %}
