{% extends 'body.html.twig' %} {% trans_default_domain 'WMS-FRIDA' %} {% block title %} {{ parent() }} - {{ 'page.inventaire'|trans }} {% endblock %} {% block stylesheets %} {% endblock %} {% block page %}
{% if listeInventaire %}
{{ listeInventaire.liste }}
{% if listeInventaire.emplacementCourant %}
{{ 'general.emp'|trans|raw }} {{ listeInventaire.emplacementCourant }}
{% endif %}
{% if ligneCourante %}

{% if ligneCourante.emplacementTrouve != "" %} {{ ligneCourante.emplacementTrouve }} {% endif %} {{ ligneCourante.statut }}

{{ ligneCourante.article }}
{{ ligneCourante.designation }}
{% if ligneCourante.lot != "" %}
{{ 'general.lot'|trans }} {{ ligneCourante.lot|replace({ ("%"): "" }) }}
{% endif %} {% if ligneCourante.contenant != "" %}
{{ 'general.contenant'|trans }} {{ ligneCourante.contenant }}
{% endif %}
{{ ligneCourante.unite }}
{##}
{% endif %}
{% for ligne in lignesEmpCourant %} {% if ligne.ligneCourante != 1 %} {% endif %} {% endfor %} {% for ligne in autresLignes %} {% if ligne.ligneCourante != 1 %} {% endif %} {% endfor %}
{{ 'general.emp'|trans }} {{ 'general.article'|trans }} {{ 'general.lot'|trans }}
{{ ligne.emplacement }} {{ ligne.article }} - {{ ligne.designation }} {{ ligne.lot }}
{{ ligne.emplacement }} {{ ligne.article }} - {{ ligne.designation }} {{ ligne.lot }}
{% for ligne in lignesComptees %} {% endfor %}
{{ 'general.emp'|trans }} {{ 'general.article'|trans }} {{ 'general.lot'|trans }} {{ 'general.qte'|trans }}
{{ ligne.emplacement }} {{ ligne.article }} - {{ ligne.designation }} {{ ligne.lot }} {{ ligne.qteComptee|round(ligne.nbDecimales, 'floor') }}
{% endif %}
{% if listeInventaire %} {# Modal pour voir le détails des lignes #} {% for ligne in listeInventaire.Lignes %} {% endfor %} {% endif %} {% endblock %} {% block footer %} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}