Book Product detail:

{{object.name}}
{{object.slug}}
{{object.short_description}}
{{object.long_description}}
{{object.active}}
{{object.date_added}}
{{object.last_modified}}
{{object.unit_price}}
{% if object.category %} {{object.category.name}} {% else %} (Product is at root category) {% endif %}

Book specifics:


ISBN: {{object.isbn}}
Pages: {{object.number_of_pages}}
{% csrf_token %}