Notre savoir-faire
Les actualités et réalisations
Filtrer par :
{{ form_start(form, {attr: {class:'js-filter-form'}}) }}
{% for category in form.categories %}
{{ form_widget(category, {attr: {class: 'widget-form'} } ) }}
{{ form_label( category , null ,{'label_attr': {class:'filtre-label' } } ) }}
{% endfor %}
{{ form_end(form) }}
{% include 'realisations/_realisations.html.twig' %}
{% include 'realisations/_pagination.html.twig' %}