{% load i18n %}{% load url from future %}{% trans "Guten Tag" %}

{% trans "Um Ihr Passwort zurückzusetzen, klicken Sie bitte auf diesen Link:" %}

{{ protocol }}://{{ domain }}{% url 'django.contrib.auth.views.password_reset_confirm' uidb36=uid token=token %}

{% trans "Freundliche Grüsse " %}
{% trans "Manor AG" %}