{% extends 'admin/base.html.twig' %} {% block title %}Mes factures{% endblock %} {% block description %}Retrouvez toutes vos factures{% endblock %} {% block stylesheets %} {% endblock %} {% block body %}

Mes factures

{% if invoices|length > 0 %} {% for invoice in invoices %} {% endfor %} {% else %} {% endif %}
Numéro facture Date de création Description Montant € TTC Télécharger
{{ invoice.number }} {{ invoice.created|date('d/m/Y - H:h') }} {{ invoice.description }} {{ invoice.total/100 }} Télécharger
Aucun article
{% endblock %} {% block javascripts %} {% endblock %}