{% extends "site_base.html" %} {% block body %}

Product Category: {{ category.name }}

{% csrf_token %} {{ voucher_form }}

{% if discounts %}

Available Discounts

{% endif %}

Available Products

{{ category.description }}

{{ form }}

{% endblock %}