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

HTML not finished
{{ title }}

qrcode : {{ qrcode.qr_code_number }}

name : {{ qrcode.food_container.name }}

{% if qrcode.food_container.polymorphic_ctype.name == 'Basic food' %} Update {% else %} Update {% endif %} Add the ingrdient
{% endblock %}