{% 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 an impediment to participation in the Apella registry has been added to your account.

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

{% endblock content_en %}
