{% extends "adminlte_full/base.html" %} {% load crispy_forms_tags adminlte_full i18n %} {% trans 'Change my password' as title %} {% block page_title %}{{ title }}{% endblock page_title %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb title %}{% endbreadcrumb %} {% endblock breadcrumbs %} {% block page_content %}

{% if username %} {% blocktrans with username=username %}Enter a new password for the user {{ username }}.{% endblocktrans %} {% else %} {% trans 'Enter a new password' %} {% endif %}

{% crispy form %}
{% endblock page_content %}