{% extends "base.html" %} {% block body %} {% with deliveries=incoming %} {% include "includes/delivery_list.html" %} {% endwith %}

Commandes à solder

{% with deliveries=former %} {% include "includes/delivery_list.html" %} {% endwith %} Voir les livraisons archivées {% endblock body %}