{% raw %}{% load i18n %} {% load humanize %} {% blocktrans with domain=branding_title %}Reset your password - {{ domain }}{% endblocktrans %}

{% trans "Reset your password" %}

{% blocktrans with username=user.username %}Hi {{ username }},{% endblocktrans %}

{% blocktrans with domain=branding_title %}A password reset was requested for your account on {{ domain }}.{% endblocktrans %}

{% trans "Reset Password" %}

{% 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 %}

{% endraw %}