{% extends "base.html" %}{% block title %}État du stock{% endblock %}{% block content %}

État du stock par lot et emplacement

{% for b in balances %}{% else %}{% endfor %}
ProduitLotDLUEmplacementQuantitéStatut
{{ b.lot.generic_product.name }}{{ b.lot.lot_number }}{{ b.lot.expiry_date or '—' }}{{ b.location.name }}{{ b.quantity }} {{ b.lot.generic_product.reference_unit }}{{ b.lot.status }}
Aucun stock.
{% endblock %}