{% include "stylesheets.html.twig" %} {% if prestations|length > 0 %} {% for prestation in prestations %} {% endfor %}
Nom
{{ prestation.nom }}
{% else %} {% include 'app/noResult.html.twig' %} {% endif %} {% include "javascripts.html.twig" %}