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