{% extends 'base.html' %} {% block content %} {% load static %} {{ object.title }} {% if object.discount_price %} Kshs {{ object.discount_price }} {% else %} Kshs {{ object.price }} {% endif %} Category : {{ object.get_category_display }} {{ object.description }} {% if request.user.is_authenticated %} Add To Cart {% else %} Add To Cart {% endif %} {% endblock content %}
Category : {{ object.get_category_display }}
{{ object.description }}