{% 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 'QR-code' %} : {{ qrcode.qr_code_number }}

{% trans 'Name' %} : {{ qrcode.food_container.name }}

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