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:
14
templates/scripts/food_report.txt
Normal file
14
templates/scripts/food_report.txt
Normal 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" %}
|
Reference in New Issue
Block a user