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

All Gifts

Categories

{% for item in object_list %}

{{ item.get_category_display }}
{{ item.title }} NEW

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

Add to cart
{% endfor %}
{% endblock content %}