{% load i18n %} {% autoescape off %} {% blocktrans with username=user.get_username trimmed %} To initiate the password reset process for your {{ username }} Kalabash account, click the link below: {% endblocktrans %} {{ protocol }}://{{ domain }}/{{ new_admin }}/password_recovery/confirm/{{ uid }}/{{ token }} {% blocktrans trimmed %} If clicking the link above doesn't work, please copy and paste the URL in a new browser window instead. {% endblocktrans %} {% blocktrans trimmed %} Sincerely, The Kalabash Team. {% endblocktrans %} {% endautoescape %}