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

{{ title }}

{% csrf_token %} {# Fill initial data #} {% for display, form in formset %} {% if forloop.first %} {% endif %} {% if display %} {% else %} {% endif %} {% endfor %}
{{ form.name.label }} {{ form.qrcode.label }} {{ form.fully_used.label }}
{# Display buttons to add and remove ingredients #}
{% endblock %} {% block extrajavascript %} {% endblock %}