{% extends 'base.html.twig' %} {% block title %}Prestations{% endblock %} {% block body %}

Nos prestations

{% for prestation in prestations %}
{{ prestation.type.label }} {{ prestation.categorie }}
{{ prestation.titre }}

{{ prestation.description|slice(0, 120) }}...

Voir le détail
{% else %}

Aucune prestation disponible pour le moment.

{% endfor %}
{% endblock %}