Sidebar 07
{% endblock %}
{% block stylesheets %}
{% endblock %}
{% block body %}
{% include 'navbar.html.twig' %}
{{ offreEmploi.titre }}
{% if (postuler == 'nonpostule' and role < 2) %}
Postuler
{% endif %}
{% if (postuler == 'postule' and role < 2 )%}
Vous avez déja postulé à cette offre !
{% endif %}
{% if (role > 1) %}
{% endif %}
{% if (postuler == 'nonpostule' and role < 2) %}
Postuler
{% endif %}
{% if (postuler == 'postule' and role < 2 )%}
Vous avez déja postulé à cette offre !
{% endif %}