{# Partial template for extracted BL data #} {# BL Info #}
| N° | Code | Désignation | Orig. | Qté livrée | Qté fact. | PU | MJ | Total HT | TVA | Statut |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ ligne.numeroLigneBl }} | {{ ligne.codeProduitBl|e }} |
{% if isMatched %}
{% else %}
{% endif %}
{{ ligne.designationBl|e }}
|
{{ ligne.origine }} | {% if ligne.quantiteLivree %} {{ ligne.quantiteLivree|number_format(3, ',', ' ') }} {{ ligne.uniteLivraison }} {% else %} — {% endif %} | {% if ligne.quantiteFacturee %} {{ ligne.quantiteFacturee|number_format(3, ',', ' ') }} {{ ligne.uniteFacturation }} {% else %} — {% endif %} | {{ ligne.prixUnitaire|number_format(4, ',', ' ') }} €/{{ ligne.uniteFacturation|default(ligne.unite.code) }} | {% if ligne.majorationDecote and ligne.majorationDecote != '0' and ligne.majorationDecote != '0.0000' %} {% set mjFloat = ligne.majorationDecote|number_format(2, ',', ' ') %} {{ mjFloat }} € {% else %} — {% endif %} | {{ ligne.totalLigne|number_format(2, ',', ' ') }} € | {{ ligne.codeTva }} | {% if ligne.statutControle.value == 'OK' %} {% elseif ligne.statutControle.value == 'NON_CONTROLE' %} {% else %} {% endif %} |
|
{% for alerte in ligne.alertes %}
{{ alerte.typeAlerte.label }}
{{ alerte.message|e }}
{% endfor %}
|
||||||||||
|
Aucune ligne extraite |
||||||||||