{% extends 'shop_base.html' %} {% load bootstrap3 %} {% load shop_tags %} {% block title %} Shop | {{ block.super }} {% endblock %} {% block shop_content %}

Categories:
{% for category in categories %} {{category}}   {% endfor %}


{% for product in products %} {% ifchanged product.category %} {% endifchanged %} {% empty %} {% endfor %}
Product Price
{{ product.category }}
{{ product.name }}
{{ product.price|currency }}
Sorry no products found.

All prices mentioned include 25% Danish VAT!

{% endblock %}