{% load i18n %}{% load url from future %}{% url 'auth_password_reset_confirm' uid token as url%}{% blocktrans with protocol=protocol domain=domain url=url %}Please click on the following link to reset your password: {{ protocol }}://{{ domain }}{{ url }} Cheers!{% endblocktrans %}