{% extends "cubane/backend/base.html" %} {% block content %}

Change Customer's Password {{ customer.email }}

Please enter a new password for the customer {{ customer.full_name }} <{{ customer.email }}>

{% include 'cubane/backend/form.html' with without_continuation=True save_label='Change Password' %}
{% endblock %}