{% extends "base.html" %}{% block title %}Inventaire{% endblock %}{% block content %}

Inventaire physique

{% if selected %}
{% for b in rows %}{% endfor %}
LotThéoriqueCompté
{{ b.lot.generic_product.name }} — {{ b.lot.lot_number }}{{ b.quantity }}
{% endif %}
{% endblock %}