{% extends "adminlte3/layouts/base_auth.html" %} {% load static i18n %} {% block content_wrapper %}
{% if validlink %}

{% translate "Please enter your new password twice so we can verify you typed it in correctly." %}

{% csrf_token %}
{{ form.new_password1.errors }} {{ form.new_password1 }}
{{ form.new_password2.errors }} {{ form.new_password2 }}
{% else %}

{% translate "You forgot your password? Here you can easily retrieve a new password." %}

{% translate "I forgot my password" %}

{% endif %}
{% endblock content_wrapper %}