{% extends 'base.html' %} {% block content %}

Product Categories

{% for type in available_types %}
{% empty %}

No product types available for filtering.

{% endfor %}
{% for product in products %} {% empty %}

No products available for the selected filters.

{% endfor %}
{% endblock %}