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

{% for item in items %} {% endfor %}
 +  {{ item.label }} {% if item.quantity > 1 or item.unit != 'x' %} {{ item.quantity }}{{ item.unit }}     {% endif %} ... -
{% endblock %}