{% extends 'base.html.twig' %} {% block title %}Profil du candidat{% endblock %} {% block body %}
Nom : {{ user.lastName }}
Prénom : {{ user.firstName }}
Email : {{ user.mail }}
Téléphone : {{ user.tel }}
Adresse : {{ user.address }}
Aucun diplôme renseigné.
{% endif %}Aucune compétence renseignée.
{% endif %}