{% extends 'inventory/base.html' %} {% block content %}

Consume

{% if pis %} {% regroup pis by expiry_date as pis_by_date %} {% for date in pis_by_date %}

{{ date.grouper|date:"d F Y" }}

{% endfor %} {% else %}

No Pantry Items are available.

{% endif %} {% endblock %}