{% extends "base/header_content_footer.html" %} {% load crispy_forms_tags %} {% block title %} {% trans "Consume Ingredients" %} {% endblock %} {% block content %}

{% trans "Consume Ingredients" %}


{% trans "Ingredient Categories" %}
{% if ingredients %} {% endif %} {% for date_h in date_range %} {% empty %} {% endfor %} {% for ingredient in ingredients %} {% empty %} {% trans "No ingredient found." %} {% endfor %}
{% trans "Ingredient Name" %} {% trans "Remaining Quantity" %} {{ date_h }} {% for meal_type in meal_types %}
| {% endfor %}
{{ ingredient.name }} {% if ingredient.meal_type != meal_type_name_0 %}
({{ ingredient.meal_type }}) {% endif %}
{{ ingredient_ids|json_script:'ingredient_ids' }} {{ months|json_script:'months' }} {{ meal_types|json_script:'meal_types' }} {{ date_range|json_script:'date_range' }} {{ storage_date_start|json_script:'storage_date_start' }} {% endblock %}