{% extends "base.html.twig" %} {% block body %} {% block nav %}{{ parent() }}{% endblock nav %}
{{ ux_icon('material-symbols:star',{width:64,height:64}) }}
{{ 'prestation.alert.too_late_to_cancel'|trans }}
{{ 'prestation.status.refunded'|trans }}
| Nom | {#Description | #}Durée | Prix | {% for product in prestation.products %}
|---|---|---|---|
| {{ product.name|trans }} | {#{{ product.description|trans }} | #}{{ product.duree }} min | {{ (product.price / 100)|number_format(2, '.', ',') }} € |
{{ ux_icon('mingcute:coin-line', { width: 32, height: 32}) }} {{ 'payment.token'|trans }}
{% endif %}{{ prestation.totalTime }} min - {{ (prestation.total / 100)|number_format(2, '.', ',') }} €
n°{{prestation.invoiceNumber}} | {{ prestation.invoiceDate|format_datetime('medium', 'none', locale: app.session.get('_locale')) }}
{% if prestation.stripePaiementIntent and prestation.status.value == 'PAID' and isDateValid and prestation.date > date() %} {% endif %}