{% load i18n %}{% autoescape off %} {% blocktrans %}You're receiving this email because a password reset has been initiated for your Zentral account.{% endblocktrans %} {% trans "Please go to the following page and set a new password:" %} {% block reset_link %} {{ reset_url }} {% endblock %} {% trans "Your username, just in case:" %} {{ username }} {% trans "Thanks!" %} {% blocktrans %}The Zentral team{% endblocktrans %} {% endautoescape %}