{% extends 'base.html' %} {% load static %} {% block title %} {{ inventory.name }} Detail || Inventory {% endblock %} {% block content %} {% include 'inventory/page_header.html' %}

{{ inventory.name }} Spesification

{% if not inventory.picture %} Inventory picture {% else %} Inventory picture {% endif %}

About {{ inventory.name }} shot description: {{ inventory.short_description }}


{{ inventory.full_description }}

{% endblock %}