{% extends "header.html.twig" %} {% block body_content %}
{% if error is defined %}

{{error}}

{% endif %} {% if success is defined %}

{{success}}

{% endif %}

Change Password

   
{% endblock body_content %} {% block script_content %} {% endblock script_content %}