{% 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: {{ user.phone }}

Pays: {{ user.country }}

Ville: {{ user.city }}

Code postal: {{ user.zipcode }}

Mes parrains

{% if user.godfathers %} {%for godfather in user.godfathers %}

Nom: {{ godfather.firstname~" "~godfather.lastname }}

E-mail: {{ godfather.email }}

{% endfor %} {% else %}

Vous n'avez pas encore de parrain

{% endif %}

Mes candidatures

{% if user.applicants %} {%for applicant in user.applicants%} {{ applicant.ad.title}} {% endfor %} {% else %}

Vous n'avez pas encore de candidature

{% endif %}
{% endblock %}