{% if products|length < 1 %} {% else %} {% for product in products %} {% endfor %} {% endif %}
ID Product Name Category Brand Code Quantity Rate Status Options
No data found, please add some data!
{{ forloop.counter }} {{ product.name }} {{ product.category }} {{ product.brand }} {{ product.code }} {{ product.quantity }} {{ product.rate }}