{% extends 'admin/base.html.twig' %} {% block title %}Éditer une offre d'emploi - Administration{% endblock %} {% block body %}

Éditer une offre d'emploi

{{ include('admin/offreEmploi/_form.html.twig', {'button_label': 'Éditer'}) }}
{% endblock %}