{% extends 'store_layout_two.html' %} {% load static %} {% block content %} Beni | Product Listing

Product List

{% csrf_token %}
{% if product_obj %}
{% for product in product_obj %} {% endfor %} {% else %}

No data found

{% endif%}
ID Name English Name Arabic Created Date Category Sub-Category Status Actions
#{{product.id}} {{ product.product_name_english }} {{ product.product_name_arabic }} {{ product.start_date|date:"d M Y"}} {{ product.maincategory.category_name_english}} {{ product.subcategory.category_name_english}}
{% if product_obj %}
{% endif %}
{% endblock %}