{% extends 'base.html' %} {% load static %} {% load category_template_tags %} {% block content %} Shop All categories Categories All {% categories_li_a %} Filters Price Filter Range: $610 - $980 Color Default Sorting Popularity Price: low to high Price: high to low Price $0.00 - $50.00 $50.00 - $100.00 $100.00 - $150.00 $150.00 - $200.00 $200.00+ Showing 1–12 of 16 results {% for item in object_list %} {{item.title}} ${{item.price}} {% endfor %} {% if is_paginated %} {% if page_obj.has_previous %} « Previous {% endif %} {{page_obj.number}} {% if page_obj.has_next %} » Next {% endif %} {% endif %} {% endblock content %}
All categories