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

Livraisons passées

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