{% extends "base.html" %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n crispy_forms_tags %} {% block content %}
{% trans 'Owner' %} : {{ food.owner }}
{% trans 'Ready' %} : {{ food.is_ready }}
{% trans 'Creation date' %} : {{ food.creation_date }}
{% trans 'Expiry date' %} : {{ food.expiry_date }}
{% trans 'Shelf life' %} : {{ food.shelf_life }}
{% trans 'Ready' %} : {{ food.is_ready }}
{% trans 'Active' %} : {{ food.is_active }}
{% trans 'Eaten' %} : {{ food.was_eaten }}