{% extends "adminlte_full/skeleton_login.html" %} {% import "adminlte_full/macros/bootstrap4.html" as bootstrap %} {% block page_title %}{{ adminlte.gettext('Recover Password') }}{% endblock %} {% block messages %}

{% if validlink %} {{ adminlte.gettext('Please enter your new password twice so we can verify you typed it in correctly.') }} {% else %} {{ adminlte.gettext('The password reset link was invalid, possibly because it has already been used. Please request a new password reset.') }} {% endif %}

{% endblock messages %} {% block page_content %} {% if validlink %} {% block form %}
{% block form_fields %} {{ bootstrap.form_fields(form, form_group_class='input-group mb-3', show_label=false, placeholder=true) }} {% endblock form_fields %}
{% endblock form %} {% else %} {{ adminlte.gettext('Reset my password') }} {% endif %} {% endblock page_content %} {% block custom_links %}

{{ adminlte.gettext('Log in') }}

{% endblock %}