{% extends "mail/base.html" %} {% load i18n %}{% load translations %} {% block content %}

{% blocktrans %}The password can not be reset because there is no account registered for this e-mail at {{ site_title }}.{% endblocktrans %} {% trans "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 %}

{% blocktrans %}Perhaps, you have registered at {{ registration_hint }}?{% endblocktrans %}

{% endif %} {% include "mail/shared-activity.html" %} {% endblock %}