{% if items.len() > 0 %}
{% for item in items %}
Count: 0
Reorder Point: {{ item.reorder_point }}
{% endfor %}
{% endif %}