{% extends "base/header_content_footer.html" %} {% load crispy_forms_tags %} {% block title %} {% trans "Ingredient List" %} {% endblock %} {% block content %}
| # | {% for name,sort, header in headers %}{{ header }} {% if sort == "+" %} ↑ {% elif sort == "-" %} ↓ {% endif %} | {% endfor %}|||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ ingredient.storage_date }} | {{ ingredient.name }} | {{ ingredient.meal_type }} | {{ ingredient.category }} | {{ ingredient.quantity }} | {{ ingredient.quantity_unit_name }} | {{ ingredient.total_price }} | {% if ingredient.is_ignorable %} {% trans "Yes" %} {% endif %} | {% if ingredient.is_disabled %} {% trans "Yes" %} {% endif %} | {% trans "Edit" %} | {% trans "Delete" %} |