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

{% block content_el %}

Λαμβάνετε αυτό το email επειδή ζητήσατε υπενθύμιση του κωδικού πρόσβασης στο {{ site_name }}.
Για να εισάγετε νέο κωδικό πατήστε τον ακόλουθο σύνδεσμο:
{{ protocol }}://{{ domain }}/{{ url }}

Όνομα χρήστη: {{ user.username }}

{% endblock content_el %}

{% block content_en %}

You're receiving this email because you requested a password reset for your user account at {{ site_name }}.
Please go to the following page and choose a new password:
{{ protocol }}://{{ domain }}/{{ url }}

Username: {{ user.username }}

{% endblock content_en %}
