{%- extends 'park/base.html.twig' -%} {% block importmap %}{{ importmap(['app','job_offer-list']) }}{% endblock %} {%- set pageTitle -%}Offres d'emploi{{ park.prefixedName }}{% endset %} {%- block body -%} {{ park.name }} {{ ux_icon('bi:chevron-right', {class:'text-tertiary', height:'18',width:'18', 'aria-label': 'Business Profile'}) }} Offres d'emploi Filtres {{ ux_icon('bi:chevron-down', {class:'text-white', height:'16',width:'16', 'aria-label': 'Business Profile'}) }} {{ include('park/components/jobOfferListFilterForm.default.html.twig',{jobOfferListFilterForm:jobOfferListFilterForm}) }} {% for jobOffer in jobOffers %} {{ jobOffer.title }} {{ jobOffer.business.name|striptags|raw }} {{ jobOffer.contractType|trans }} {{ ux_icon('bi:chevron-right', {height:'24',width:'24', 'aria-label': 'Business Profile'}) }} {% endfor %} {%- endblock -%}