{% load i18n %}
{% 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:' %}
{% trans 'This code is valid for 15 minutes.' %}
{% trans 'If you did not request a password reset, please ignore this email.' %}