mirror of
https://gitlab.crans.org/bde/nk20-scripts
synced 2025-05-31 23:59:59 +02:00
15 lines
542 B
Plaintext
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" %}
|