{% 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 %} {% else %} {% endif %}
{% endblock content %}