{% extends "::base.html.twig" %} {% block title "Change Your Password" %} {% block submenu %} {% if reset != 1 %} {{ include('AlsuiteBackendBundle:BreadCrumbs:myprofile.html.twig') }} {% endif %} {% endblock %} {% block content %} {% if reset == 1 %}
You are required to change your current password, either because it was recently reset by your {{ main_title }} Administrator or because the current one has expired.
You must change your password before you cab proceed. Thank you for your cooperation.
{% else %}

Manage Profile

{% endif %} {{ wrap.form(form, 'Change Password') }} {% endblock %}