{% load i18n %}

{% trans 'Reset your password' %}

{% trans 'Just follow this link to reset the password for the user: ' %} {{user.username}}

{{ url }}

{% trans 'Best Regards' %}