{% if summary %}
{{ summary.total }} items suggested: {% if summary.staples %}{{ summary.staples }} staple restock{{ summary.staples|pluralize }}{% endif %} {% if summary.expiring %}• {{ summary.expiring }} expiring{% endif %} {% if summary.recipe_gaps %}• {{ summary.recipe_gaps }} recipe gap{{ summary.recipe_gaps|pluralize }}{% endif %}
{% endif %} {% regroup items by section as sections %} {% for section in sections %}
{{ section.grouper|default:"Other" }}
{% for item in section.list %}
{{ item.name }} {% if item.quantity %}× {{ item.quantity|floatformat:0 }} {{ item.unit }}{% endif %} {% if item.reason %} {{ item.reason }} {% endif %}
{% endfor %} {% empty %}
🛒

Shopping list is empty. Hit "Generate Smart List" to get suggestions.

{% endfor %}