{% load media_tags %} {% load shop_tags %} {% for product in products %}
{{ product.title }}
{% empty %}
No Products matching the search query.
{% endfor %}