{% block head %} Sidebar 07 {% endblock %} {% block stylesheets %} {% endblock %} {% block body %} {% include 'navbar.html.twig' %}
Image Offre d'emploi
{% if (role == 1) %}
{% for candidature in candidatures %}
{{ candidature.user.prenom }} {{ candidature.user.nom }} {{ candidature.date | date('d-m-Y')}} Voir CV
{% endfor %} {% for candidature in candidatures %}
{{ candidature.user.prenom }} {{ candidature.user.nom }} {{ candidature.date | date('d-m-Y')}} Voir CV
{% endfor %} {% for candidature in candidatures %}
{{ candidature.user.prenom }} {{ candidature.user.nom }} {{ candidature.date | date('d-m-Y')}} Voir CV
{% endfor %} {% for candidature in candidatures %}
{{ candidature.user.prenom }} {{ candidature.user.nom }} {{ candidature.date | date('d-m-Y')}} Voir CV
{% endfor %}
{% endif %}

 D'autres offres d'emploi
{% for oE in offres_emploi %}
{{ oE.titre }}
{% endfor %}
{% endblock %}