{% trans_default_domain 'FOSUserBundle' %}
{{ 'profile.show.username'|trans }}: {{ user.username }}
{{ 'profile.show.email'|trans }}: {{ user.email }}
Prénom: {{ user.prenom }}
Nom: {{ user.nom }}
Nationalité: {% for nat_i in user.nationalite %} {{ nat_i.libelle }} {% endfor %}
Pays:{{ user.pays.libelle }}
Ville: {{ user.ville }}
Code Postal: {{ user.codePostal }}