{% extends "base.html.twig" %} {% block body %} {% set url = "" %} {% if app.user.is('admin') %} {% set url = '?client='~client.id %} {% endif %}
| Date | Type | Numero | Statut | Contenu | Montant TTC | |
|---|---|---|---|---|---|---|
| {{ item.getFormattedDate() }} | {{ item.type }} |
{{ item.numero }}
{% if item.type == 'Réparation' and item.hasIntervention %}
{{ item.intervention }} {% endif %} |
{{ item.status }}
|
{{ item.getTotalTTC() }} € |
{% if item.type == 'Commande' %}
|
Aucune facturation n'a été effectué.
{% endif %} {% endblock %}