{% extends "core/base.html" %}
{% comment %}
This template is deprecated. Account pages are now part of the back-office.
{% endcomment %}
{% load i18n bootstrap4 %}
{% block title %}{% trans "Reset Password" %}{% endblock title %}
{% block body %}
{% include "elements/forms/errors.html" with form=form %}