{% extends 'kfet/base_col_2.html' %} {% load static kfet_tags %} {% block extra_head %} {% endblock %} {% block title %}Article - {{ article.name }}{% endblock %} {% block header-title %}Informations sur l'article {{ article.name }}{% endblock %} {% block fixed %}
Résumé
Inventaires
Fournisseurs
{% endblock %} {% block main %}

Inventaires récents

{% include "kfet/article_inventories_snippet.html" with inventoryarts=inventoryarts|slice:5 %}

Derniers prix fournisseurs

{% include "kfet/article_suppliers_snippet.html" with supplierarts=supplierarts|slice:5 %}

Ventes

{% include "kfet/article_inventories_snippet.html" %}
{% include "kfet/article_suppliers_snippet.html" %}
{% endblock %}