{% extends "backoffice/base.html" %} {% load django_bootstrap5 %} {% load i18n %} {% block content %}

{% trans "registration_reset_password_title" %}

{% if retry %} {% endif %}
{% csrf_token %} {% bootstrap_form form %}
{% endblock content %}