{% extends 'body.html.twig' %} {% trans_default_domain 'WMS-FRIDA' %} {% block title %} {{ parent() }} - {{ 'page.chargement-camion-exp'|trans }} {% endblock %} {% block stylesheets %} {% endblock %} {% block page %}

{{ nbLignesScannees }} / {{ nbLignesAScanner }}

{% for chargementCamion in chargementsCamions %}

{{ chargementCamion.livraison }}

{% endfor %}
{% for chargementCamion in chargementsCamions %} {% for ligne in chargementCamion.chargementCamionDetails %} {% if ligne.isScan != "1" %}

{{ ligne.quantite ~ " "~ ligne.unite }}


{{ ligne.statut }}

{{ ligne.article }}
{{ ligne.designation }}
{% if ligne.lot != "" %}
{{ 'general.lot'|trans }} {{ ligne.lot }}
{% endif %} {% if ligne.contenant != "" %}
{{ 'general.contenant'|trans }} {{ ligne.contenant }}
{% endif %} {% if ligne.serie != "" %}
{{ 'general.serie'|trans }} {{ ligne.serie }}
{% endif %}
{{ ligne.chargementCamion.livraison }} / {{ ligne.ligne }}
{% if ligne.emplacement != "" %}

{{ 'general.emp'|trans }} {{ ligne.emplacement }}

{% endif %}
{#
{% if (ligne.article != "") and (ligne.lot != "") and (ligne.contenant != "")%}
02{{ ligne.article }}_10{{ ligne.lot }}_00{{ ligne.contenant }}
{% endif %}
#}
{% endif %} {% endfor %} {% endfor %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}