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

{% if changementEmpMasse %} {% for ligne in changementEmpMasse.lignes|sort((a, b) => b.id <=> a.id) %}
{% if ligne.article %} {% if ligne.erreur %}
{% endif %}

{{ 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 %}

{{ ligne.emplacementOrigine }}

{% endif %}
{{ 'general.quantite'|trans }}
{#
#}
{% endif %}
{% endfor %} {% endif %}
{% endblock %} {% block footer %} {% if changementEmpMasse %} {% endif %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}