{% extends "base.html" %} {% block toplink %}{% if delivery.id %}↶ Retourner à la distribution{% endif %}{% endblock %} {% block body %}
{% if delivery.id %}

Modifier la distribution

{% else %}

Nouvelle distribution

{% endif %}

{% endblock body %}