{% block head %} Sidebar 07 {% endblock %} {% block stylesheets %} {% endblock %} {% block body %} {% include 'navbar.html.twig' %}
 Les offres d'emplois de Decathlon
{% for offreEmploi in offres_emploi %}
LD
{% if ( offreEmploi.statutOE.libelle == "ouvert") %} {{ offreEmploi.statutOE.libelle }} {%endif%} {% if ( offreEmploi.statutOE.libelle == "ferme")%} {{ offreEmploi.statutOE.libelle }} {%endif%} {% if ( offreEmploi.statutOE.libelle == "pourvu")%} {{ offreEmploi.statutOE.libelle }} {%endif%}
{{ offreEmploi.titre }}

{{ offreEmploi.service.nom }}

{% endfor %}
{% endblock %}