{% if inventory %} {% for obj in inventory %} {% endfor %}
Inventory Name Category Stock Purchase price Sales price Promotional price Created Updated Actions
{{ obj.name|truncatechars:55 }} {{ obj.category_name }} {{ obj.current_stock }} PCS BDT {{ obj.purchase_price }} BDT {{ obj.sales_price }} BDT {{ obj.promotional_price }} {{ obj.created_at|time:'g:i:s A' }} {{ obj.update_at|time:'g:i:s A' }}
{% else %}

No Inventory added yet

{% endif %}