Missing Items: {{ missing_items|length }}
{% for item in missing_items %}
{{ item.Brand_Name }}
{{ item.Product_Name }}
{{ item.Retailer_Name }}
{% endfor %}
Missing Brands: {{ missing_brands|length }}
{% for brand in missing_brands %}
{{ brand }},
{% endfor %}