{% extends 'base.html.twig' %} {% block body %} {% block nav %}{{ parent() }}{% endblock %}
| {{ 'table.visit_date'|trans }} | {{ 'table.invoice'|trans }} | {% for prestation in prestations %} {% if prestation.stripeInvoiceId %} {% if prestation.status.value == 'CANCELED' %}|
|---|---|---|
| {{ prestation.date|format_datetime('full', 'short', locale: app.session.get('_locale')) }} | #}
|
{{ prestation.invoiceNumber }} | {{ prestation.invoiceDate|date('d/m/Y') }}{% for product in prestation.products %}
Total: {{ (prestation.total / 100)|number_format(2, '.', ',') }} € TTC
{# {% if prestation.stripePaiementIntent and prestation.status.value == 'PAID' %}
{{
'btn.refund'|trans }}
{% endif %} #}
{{ 'btn.invoiceDl'|trans }}{{ ux_icon('material-icon-theme:pdf', { height:
32, width: 32 }) }}
|