{% extends "emails/body_base.html" %} {% load i18n %} {% block content %}
{% trans "Hi," %}
{% blocktrans trimmed with hostname=request.get_host %} You requested reset of your password on {{ hostname }}. Unfortunately, it cannot be done from this website, because your account is synchronised from a LDAP server. Hence password reset should be handled in the directory. {% endblocktrans %}
{% trans "In the meantine, you can access your account using the button below." %}
{% with _("Access account") as button_label %} {% include "emails/button-link.html" with url=login_url label=button_label %} {% endwith %} {% endblock %}