{% extends "kfet/base_col_2.html" %} {% block title %}Inventaire #{{ inventory.pk }}{% endblock %} {% block header-title %}Inventaire #{{ inventory.pk }}{% endblock %} {% block fixed %} {% endblock %} {% block main %}
Article | Stock avant | Stock après | Erreur |
{{ category.grouper.name }} | |||
{{ inventoryart.article.name }} | {{ inventoryart.stock_old }} | {{ inventoryart.stock_new }} | {{ inventoryart.stock_error }} |