{% extends "adminlte/auth/auth-master.html" %} {% load i18n %} {% block auth_body %}

{% trans 'Forgot your password? Enter your email and we will send a reset link.' %}

{% csrf_token %} {% include "adminlte/auth/_form.html" %}

{% trans 'Back to sign in' %}

{% endblock %}