{% extends 'JobBoardBundle::frontLayout.html.twig' %} {% block topContent%} {% endblock %} {% block script %} {{ parent() }} {% endblock %} {% block content%}
{{ 'profile.show.username'|trans({}, 'FOSUserBundle') }}: {{ user.username }}
{{ 'profile.show.email'|trans({}, 'FOSUserBundle') }}: {{ user.email }}
Prenom: {{ user.firstname }}
Nom: {{ user.lastname }}
Telephone: {{ user.phone }}
Telephone secondaire: {{ user.phonesec }}
Adresse: {{ user.address }}
Pays: {{ user.country }}
Ville: {{ user.city }}
Code postal: {{ user.zipcode }}