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

Search Available Stocks

{{form.category}}
{{form.size}}
{% for item in page_obj %} {% endfor %}
Category Size Colour Quantity Price
{{ item.category }} {{ item.size }} {{ item.color }} {{ item.quantity }} {{ item.price }}
{% if messages %} {% endif %}
{% endblock %}