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

{% block content_el %}

Για να συνδεθείτε στο λογαριασμό σας θα πρέπει αρχικά να ορίσετε έναν κωδικό πρόσβασης, ακολουθώντας τον παρακάτω σύνδεσμο:
{{ protocol }}://{{ domain }}/{{ url }}

Στη συνέχεια μπορείτε να συνδεθείτε χρησιμοποιώντας ως όνομα χρήστη το παρακάτω αναγνωριστικό:

{{ user.username }}



{% endblock content_el %}

{% block content_en %}

You should first set your password by following the link below:
{{ protocol }}://{{ domain }}/{{ url }}

You can log in to your account using the following ID as username:
{{ user.username }}



{% endblock content_en %}
