{{ 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 != "" %}
{% endif %}
{{ 'general.emp'|trans }} {{ ligne.emplacement }}
{% if (ligne.article != "") and (ligne.lot != "") and (ligne.contenant != "")%}
{% endif %}