{% 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." %}

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