{% extends 'ADCustomerPortalBundle::layout.html.twig' %} {% block scripts %} {% endblock %} {% block title %} Customer Portal - My Details {% endblock %} {% block actions %} {% endblock %} {% block page_header %} My Details {% endblock %} {% block body %}
First Name | {{ CustomerContact.firstName }} |
---|---|
Last Name | {{ CustomerContact.lastName }} |
{{ CustomerContact.email }} | |
Mobile | {{ CustomerContact.mobile }} |
Tel | {{ CustomerContact.tel }} |
Position | {{ CustomerContact.position }} |