{% trans_default_domain 'mail' %}
{{ include('@ZikulaZAuthModule/Email/header.txt.twig') }}
{% trans %}Hello!{% endtrans %}

{% trans with {'%username%': uname, '%sitename%': siteName()} %}The user account '%username%' at %sitename% has this e-mail address associated with it.{% endtrans %}

{% if requestedByAdmin %}
{% trans with {'%sub%': siteName()} %}The administrator at %sub% requested that reset your password.{% endtrans %}
{% else %}
{% trans with {'%sub%': app.request.server.get('REMOTE_ADDR')} %}Someone with the IP address %sub% has just requested your account password to be reset.{% endtrans %}
{% endif %}

{% trans %}You can now create a new password by clicking on this link:{% endtrans %} {{ url('zikulazauthmodule_account_lostpasswordreset', {id: lostPasswordId}) }}
{% trans %}(If you cannot click on the link, you can copy the URL and paste it into your browser.){% endtrans %}

{% if validDays > 0 %}
    {% trans with {'%amountOfDays%': validDays} %}This link expires in %amountOfDays% days.{% endtrans %}

{% endif %}
{% if not requestedByAdmin %}{% trans %}If the request was not made by you then you don't need to take any action.{% endtrans %} {% endif %}
{% trans %}The password won't be changed unless you choose a new one using the link above, and you are the only recipient of this message.{% endtrans %}
{% if not requestedByAdmin %} {% trans %}You can just delete the message and log-in with your existing password next time you visit the site.{% endtrans %}{% endif %}
{{ include('@ZikulaZAuthModule/Email/footer.txt.twig') }}
