{% extends 'base.html.twig' %} {% block title %}{{ prestation.titre }}{% endblock %} {% block body %} ← Retour aux prestations
{{ prestation.type.label }} · {{ prestation.categorie }} {% if prestation.duree %} · {{ prestation.duree }}{% endif %} {% if prestation.niveau %} · Niveau {{ prestation.niveau }}{% endif %}
{{ prestation.description }}
{% if prestation.contenu %}