{% raw %}{% load i18n %} {% load humanize %}
{% blocktrans with username=user.username %}Hi {{ username }},{% endblocktrans %}
{% blocktrans with domain=branding_title %}A password reset was requested for your account on {{ domain }}.{% endblocktrans %}
{% blocktrans with expiry=expires|naturaltime %}This link will expire {{ expiry }}.{% endblocktrans %}
{% blocktrans %}If you did not request a password reset, you can safely ignore this email.{% endblocktrans %}