{% extends "mail/base.html" %} {% load i18n translations %} {% block content %}
{% blocktranslate %}The password can not be reset because there is no account registered for this e-mail at {{ site_title }}.{% endblocktranslate %} {% translate "Please check whether this Weblate instance is the one you have used and what e-mail address you did use when registering." %}
{% if registration_hint %}{% blocktranslate %}Perhaps, you have registered at {{ registration_hint }}?{% endblocktranslate %}
{% endif %} {% include "mail/shared-activity.html" %} {% endblock content %}