{% load i18n %}{% blocktranslate with site.domain as site_domain %}You're receiving this e-mail because you or someone else has requested a password for your user account at {{site_domain}}. It can be safely ignored if you did not request a password reset. Click the link below to reset your password.{% endblocktranslate %} {{ password_reset_url }} {% if username %}{% blocktranslate %}In case you forgot, your username is {{ username }}.{% endblocktranslate %} {% endif %}{% translate 'Thanks for using our site!' %}