copanier/copanier/templates/includes/toplinks.html
Alexis MÃtaireau b451a82c7b Reorganize the files,
I've split everything in different concepts (groups, login, products and delivery) so that it's easier to find what we're looking for (the __init__.py file was really too big).
2020-03-13 18:58:54 +01:00

7 lines
No EOL
231 B
HTML

{% if link == "deliveries" %}
↶ Retourner à la liste des distributions
{% elif link == "products" %}
↶ Retourner à la liste des produits
{% elif link == "producer" %}
↶ Retourner à la fiche product⋅eur⋅rice
{% endif %}