{% extends "kfet/base_col_2.html" %} {% block title %}Inventaires{% endblock %} {% block header-title %}Inventaires{% endblock %} {% block fixed %}
Nouveau
{% endblock %} {% block main %}
{% for inventory in inventories %} {% endfor %}
Date Par Nb articles
{{ inventory.at|date:'d/m/Y H:i' }} {{ inventory.by }} {{ inventory.nb_articles }}
{% endblock %}