{% extends 'JobBoardBundle::managerLayout.html.twig' %} {% block jobMenuActive%}active{% endblock %} {% block contentId %}AdShow{% endblock %} {% block breadcrumb%}
{% if edit_form %}
{% include 'AvBaseJobBoardBundle:Back/Ad:EditForm.html.twig' with {'ad': ad, 'edit_form' : edit_form, 'delete_form' : delete_form} %}
{% else %}
Description de l'offre -{{ad.getDescription}} Profils recherche{{ad.getWantedProfile}} {% endif %} |