Split back home page to distinguish between active commands and past ones

This commit is contained in:
Yohan Boniface 2019-06-07 12:51:21 +02:00
parent 28cb3220e1
commit 5b40b9aac8

View file

@ -3,6 +3,7 @@
{% with deliveries=incoming %} {% with deliveries=incoming %}
{% include "includes/delivery_list.html" %} {% include "includes/delivery_list.html" %}
{% endwith %} {% endwith %}
<h2>Commandes à solder</h2>
{% with deliveries=former %} {% with deliveries=former %}
{% include "includes/delivery_list.html" %} {% include "includes/delivery_list.html" %}
{% endwith %} {% endwith %}