{% extends 'base.html.twig' %} {% block title %}Liste Facture Fournisseur {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

Liste des factures fournisseur renommées

    {% for zip in zipFiles %}
  • {{ zip.name }}
    Date de création : {{ zip.timestamp | date('d/m/Y H:i:s') }}
    Télécharger
  • {% else %}
  • Aucun fichier ZIP disponible
  • {% endfor %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}