{{ ligne.erreur|trans }}
{{ ligne.quantiteDisponible|round(ligne.nbDecimales, 'floor') ~ " "~ ligne.unite }}
{{ ligne.statut }}
{% if ligne.quantiteAllouee > 0 %} {{ ligne.quantiteAllouee|round(ligne.nbDecimales, 'floor') ~ " "~ ligne.unite }} {{ 'general.alloues'|trans }} {% endif %}
{{ ligne.designation|slice(0, 60) }}
{% if ligne.lot != "" %}
{{ 'general.lot'|trans }} {{ ligne.lot }}
{% endif %}
{% if ligne.contenant != "" %}
{{ 'general.contenant'|trans }} {{ ligne.contenant }}
{% endif %}
{% if ligne.datePeremption %}
{{ 'general.peremption'|trans }} {{ ligne.datePeremption|date('d/m/Y') }}
{% else %}
{% if ligne.dateCreationLot %}
{{ 'general.date-creation-lot'|trans }} {{ ligne.dateCreationLot|date('d/m/Y') }}
{% endif %}
{% endif %}
{% if ligne.emplacementOrigine %}
{% endif %}
{{ ligne.emplacementOrigine }}
{{ 'general.quantite'|trans }}