Missing Items: {{ missing_items|length }}

{% for item in missing_items %} {% endfor %}
{{ item.Brand_Name }} {{ item.Product_Name }} {{ item.Retailer_Name }}

Missing Brands: {{ missing_brands|length }}

{% for brand in missing_brands %}  {{ brand }},  {% endfor %}