{% load i18n %}{% url auth_password_reset_confirm uidb36=uid, token=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 %}