{% extends "base_catalog.html" %} {% load i18n %} {% load url from future %} {% block title %}{% trans "New password set" %}{% endblock %} {% block bread_scrumbs %} {% endblock %} {% block page_title %}

{% trans "Password recovery" %}

{% endblock %} {% block content_list %}

{% trans "Your password has successfully been reset. You can use it right now on the login page." %}

{% endblock %}