{% extends "base.html" %} {% block content %}
 

{% for item in items %} {% endfor %}
 +  {{ item.label }} {% if item.quantity %} {{ item.quantity }}{{ item.unit }}     {% endif %} ... -
{% endblock %}