{% load i18n %}

{% language 'en' %}
{% get_current_language as LANGUAGE_CODE %}
{% trans "Dear" %} {{ user.name }},

{% trans "You requested a new password for Pleio. Please follow this link to configure a new password." %}

{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}

{% trans "You can ignore this e-mail if you did not request a new password." %}
{% endlanguage %}

<div id="fr_content" style="border-top:1px solid #ddd; margin-top:15px; padding-top:10px;" lang="fr">
{% language 'fr' %}
{% get_current_language as LANGUAGE_CODE %}
{% trans "Dear" %} {{ user.name }},

{% trans "You requested a new password for Pleio. Please follow this link to configure a new password." %}

{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}

{% trans "You can ignore this e-mail if you did not request a new password." %}
{% endlanguage %}
</div>