{% if is_granted('ROLE_SUPER_ADMIN') %}
Tout selectionnez
{% endif %}
{#
Export Table
#} {# Tout selectionnez #} {# {% for message in app.flashes('success') %}
{{ message }}
{% endfor %} #}
N° feuille. | {#Nom | Prenoms | #}Date | {#Article | #} {#Adresseclient | #}Société | Livreur | Etat | M. en cours | M. echecs | M. frais | M. encaissé | Actions |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ livraison.reference }} | {% else %}{{ livraison.reference }} | {% endif %}{{ livraison.datemiseenlivraison|date('d-m-Y H:i') }} | {% for commandes in livraison.commande %} {% if loop.first %} {{commandes.livreur.societe }} {% endif %} {% endfor %} | {% for commandes in livraison.commande %} {% if loop.first %} {{commandes.livreur.nom }} {{commandes.livreur.prenoms }} {% endif %} {% endfor %} | {% if (livraison.statut ) =="Finalisé" %} {{livraison.statut}} {% endif %} {% if (livraison.statut ) =="En livraison" %} {{livraison.statut}} {% endif %} {% if (livraison.statut ) =="Cloturer" %} {{livraison.statut}} {% endif %} | {{prixtotal|number_format(0, ',', ' ')}} | {{prixtotalechec|number_format(0, ',', ' ')}} | {{fraiseffectuer|number_format(0, ',', ' ')}} | {{prixtotaleffectuer|number_format(0, ',', ' ')}} |
local_printshop {# {% if is_granted('ROLE_SUPER_ADMIN') %} {% endif %} #} |
{# {{ include('commandes/_delete_form.html.twig') }} #}