{% extends "adminlte_full/base.html" %} {% import "adminlte_full/macros/bootstrap4.html" as bootstrap %} {% import "adminlte_full/macros/widgets.html" as widgets %} {% block page_title %}{{ _('Change my password') }}{% endblock %} {% block breadcrumbs %} {{ super() }} {{ bootstrap.breadcrumb(_('Change my password')) }} {% endblock breadcrumbs %} {% block page_content %}

{% if username %} {{ _('Enter a new password for the user %(username)s.', username=username) }} {% else %} {{ _('Enter a new password') }} {% endif %}

{{ bootstrap.form_fields(form, placeholder=true) }}
{% endblock %}