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

{% block content_el %}

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

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

{% endblock content_el %}

{% block content_en %}

We would like to inform you that your account for the APELLA information system has been verified.

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

{% endblock content_en %}
