{% 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' %}