{# This template is used for password reset emails #} {% load i18n %} {% load humanize %} {% trans 'Password Reset' %}

{% trans 'Password Reset' %}

{% blocktrans with username=user.username %}

Hello {{ username }},

{% endblocktrans %}

{% trans 'We received a request to reset your password for your account.' %}

{% trans 'To reset your password, click the button below:' %}

{% trans 'Reset Password' %}

{% trans 'Or copy and paste this link into your browser:' %}

{{ url }}

{% blocktrans with expires=expires|naturaltime %}

Warning: This link expires {{ expires }}. If you did not request this password reset, you can safely ignore this email.

{% endblocktrans %}

{% trans 'Best regards,' %}
{% trans 'The Team' %}