{% extends 'kfet/base.html' %} {% block title %}Commande #{{ order.pk }}{% endblock %} {% block content-header-title %}Commande #{{ order.pk }}{% endblock %} {% block content %}
Article | Commandé | Commandé (#box) | Reçu |
{{ orderart.article.category.name }} | |||
{{ orderart.article.name }} | {{ orderart.quantity_ordered }} | {% if orderart.article.box_capacity %} {# c'est une division ! #} {% widthratio orderart.quantity_ordered orderart.article.box_capacity 1 %} {% endif %} | {{ orderart.quantity_received|default_if_none:'' }} |