{% extends "base.html" %} {% comment %} SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n crispy_forms_tags %} {% block content %}

HTML not finished
{{ title }}

{% trans 'Name' %} : {{ food.name }}

{% trans 'Owner' %} : {{ food.owner }}

{% trans 'Arrival date' %} : {{ food.arrival_date }}

{% trans 'Expiry date' %} : {{ food.expiry_date }}

{% trans 'Allergens' %} :

{% trans 'Update' %}
{% endblock %}