1
0
mirror of https://gitlab.crans.org/bde/nk20-scripts synced 2025-06-29 01:40:55 +02:00

add script for notify club about their food

This commit is contained in:
quark
2025-05-11 18:19:45 +02:00
parent 8adaf5007e
commit 56f76e6069
3 changed files with 106 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{% load i18n %}
Propriétaire | Nom | Date de péremption | DLC/DDM | Consigne pour les GCKs |
------------------+---------------------+----------------------+---------+---------------------------------------
{% for food in foods %}
{{ food.owner.name }} | {{ food.name }} | {{ food.expiry_date }} | {% if food.date_type %}{{ food.date_type }}{% else %} -- {% endif %} | {{ food.order }}
{% endfor %}
--
Les GCKs du BDE
{% trans "Mail generated by the Note Kfet on the" %} {% now "j F Y à H:i:s" %}