{% extends 'JobBoardBundle::frontLayout.html.twig' %} {% block topContent%} {% endblock %} {% block script %} {{ parent() }} {% endblock %} {% block content%}

Compte

Nom d'utilisateur: {{ user.username }}

E-mail: {{ user.email }}

Prenom/Nom: {{ user.firstname~" "~user.lastname }}

Telephone mobile: {{ user.phone }}

Telephone secondaire: {{ user.phonesec }}

Addresse: {{ user.address }}

Pays: {{ user.country }}

Ville: {{ user.city }}

Code postal: {{ user.zipcode }}

Mes Candidats

{% for candidate in user.candidates %}

{{ candidate }}

{% endfor %}
{% endblock %}