{% extends "base.html" %} {% block content %}
{% for item in object_list %}
{% comment %}
{{ item.get_category_display }}
{{ item.title }} NEW

$ {% if item.discount_price %} {{ item.discount_price }} {% else %} {{ item.price }} {% endif %}

{% endfor %}
{% if is_paginated %} {% endif %}
{% endblock content %}