{% block head %} Sidebar 07 {% endblock %} {% block stylesheets %} {% endblock %} {% block body %} {% include 'navbar.html.twig' %}
 Suivi de Mes Candidatures
{% for candidature in candidatures %} {% endfor %}
Titre du poste Date Action
{{ candidature.offreEmploi.titre }} {{ candidature.date | date('d-m-Y')}} Voir Offre
{% endblock %}