{% load i18n %} {% trans 'Password reset' %}

{% trans 'Password reset' %} – {{ app_name }}

{% blocktrans with name=user.username %}Hello {{ name }}!{% endblocktrans %}

{% trans 'You requested a password reset. Enter the following code in the app to set a new password:' %}

{{ token }}

{% trans 'This code is valid for 15 minutes.' %}

{% trans 'If you did not request a password reset, please ignore this email.' %}