{% load i18n %}{% autoescape off %} {% blocktrans %}You're receiving this email because you have been invited to use Zentral.{% endblocktrans %} {% trans "Please go to the following page and set a new password:" %} {% block reset_link %} {{ reset_url }} {% endblock %} {% trans "Your username:" %} {{ username }} {% trans "Thanks!" %} {% blocktrans %}The Zentral team{% endblocktrans %} {% endautoescape %}