{% extends "base.html" %} {% comment %} Copyright (C) by BDE ENS Paris-Saclay SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n crispy_forms_tags %} {% block content %}

{{ title }} {{ food.name }}

{% if update %} {% trans "Update" %} {% endif %} {% if add_ingredient %} {% trans "Add to a meal" %} {% endif %} {% if manage_ingredients %} {% trans "Manage ingredients" %} {% endif %} {% trans "Return to the food list" %}
{% endblock %}