{% extends 'base.html.twig' %} {% block title %}{{ pageTitle }}{% endblock %} {% block PageTitle %}{{ pageTitle }}{% endblock %} {% block body %} {% include "shared-components/_search_data.html.twig" with { form:form ?? null } only %}
{% if services is empty %}

Aucun service

{% else %} {% include "service/_display_service.html.twig" with { services: services ?? null, refRoute: 'all' } only %} {% endif %}
{% endblock %}