{% extends "theme1/base.html" %} {% block headtitle %}{{ page.title }}{% endblock %} {% block main %}

{{ page.title }}

Contents of the category: {{ page.product_category }} ({{ page.product_category.products.count }} products).

{% for product in page.product_category.products.all %}

{{ product.title }}

{% if product.image %}

{{ product.title }}

{% endif %}

€ {{ product.price|floatformat:2 }}

{% endfor %}
{% endblock %}