{% extends "base.html" %} {% block body %}

Distributions

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

Distributions passées

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