1
0
mirror of https://gitlab.crans.org/bde/nk20-scripts synced 2025-06-28 01:32:21 +02:00
Files
nk20-scripts/templates/scripts/food_report.txt
2025-05-11 18:19:45 +02:00

15 lines
542 B
Plaintext

{% 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" %}