{% extends 'base_rma.html.twig' %} {% import 'macros/macro.html.twig' as macro %} {% block title %} {{ parent() }} Gestion des Articles {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %} {{ parent() }}

{{ bonLivraison | length }} Bons de Livraison

{% if app.user.hasServiceTableauBl or app.user.isAdmin %}
{{ nameClient }}
{% endif %}
{% if app.user.hasServiceTableauBl and nameClient %}
{% elseif app.user.hasServiceTableauClientBl %}
{% endif %} {% if filterStatus == 'LOC' %} {% elseif filterStatus == 'NOLOC' %} {% else %} {% endif %} {% for bl in bonLivraison %} {% endfor %}
Numéro bon de livraison Date de débutDate de fin prévisionelleDate de finDate de finCommande et Référence Votre correspondant Actions Fichiers
{{ bl.documentNumber }} {{ bl.startLocationAt | date('d/m/Y') }} {{ bl.endLocationAt | date('d/m/Y') }} {% if bl.getCommandeClient %} {{ bl.getCommandeClient }}

{% endif %} {% if bl.getReference[0] %} {{ bl.getReference[0] }} {% endif %}
{% if bl.colleagueFirstName and bl.colleagueName %} {{ bl.colleagueFirstName }} {{ bl.colleagueName }} {% else %} / {% endif %}
{% endblock %} {% block modal %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}