{% extends "main/main_base.html.twig" %} {% set user = getCustomerUser() %} {% set profile = user.profile %} {% set customer = user.customer %} {% set page_title = "account.account_info.title"|trans %} {% block title %}{{ page_title }}{% endblock %} {% block body %} {% set fields = [{'name':page_title}] %} {% include 'main/common/_header.html.twig' %}
{{ page_title }}
{{ "account.account_info.form.change_password.title"|trans }}
{% endblock %} {% block javascripts %} {% endblock %}