{% for key, prestation in prestations %}
{% if key == 0 %}
clock
{% endif %}

{{ prestation.date|date('d/m/Y') }}

    {% for product in prestation.products %} {% if product.type.value != 'forfait' %}
  • {{ product.name|trans }}
  • {% endif %} {% endfor %}

{{ (prestation.total / 100)|number_format(2, '.', ',') }}€ {{ prestation.invoiceDate|date('d/m/Y') }}

FC (France Clean)
{% endfor %} {# default card #}