{% extends "base.html.twig" %} {% block body %} {% block nav %}{{ parent() }}{% endblock %}
{{ ux_icon('material-symbols:star',{width:64,height:64}) }}
| {{ 'table.name'|trans }} | {#Description | #}{{ 'table.duration'|trans }} | {{ 'table.price'|trans }} | {% for product in prestation.products %}
|---|---|---|---|
| {{ product.name|trans }} | {#{{ product.description|trans }} | #}{{ product.duree }} min | {{ (product.price / 100)|number_format(2, '.', ',') }} € |
{{ prestation.totalTime }} min - {{ (prestation.total / 100)|number_format(2, '.', ',') }} €