{% extends 'base.html.twig' %} {% block title %}CustomerCustomer{% endblock %} {% block body %}

CustomerCustomer

Id {{ customer_customer.id }}
Code {{ customer_customer.code }}
Last_name {{ customer_customer.lastName }}
First_name {{ customer_customer.firstName }}
Full_name {{ customer_customer.fullName }}
Phone {{ customer_customer.phone }}
Mobile {{ customer_customer.mobile }}
Email {{ customer_customer.email }}
Address {{ customer_customer.address }}
Created_at {{ customer_customer.createdAt ? customer_customer.createdAt|date('Y-m-d H:i:s') : '' }}
Updated_at {{ customer_customer.updatedAt ? customer_customer.updatedAt|date('Y-m-d H:i:s') : '' }}
back to list edit {{ include('customer_customer/_delete_form.html.twig') }} {% endblock %}