{% load i18n %}{% url 'vkk:users:password_reset_confirm' uidb64=uid token=token as url %}{% blocktranslate with first_name=user.first_name last_name=user.last_name %}Dear {{ first_name }} {{ last_name }}, A recovery of the account using this email has been requested. To continue, please follow the link bellow: https://vkk.medizin.uni-halle.de{{ url }} {% endblocktranslate %}