{% extends "template/index.html" %} {% block title %} List Products {% endblock %} {% block content %}
Total Products: {{ products|length }}
{% else %}No products available.
{% endif %} New Product| No | Name | Price | Image | Description | Actions |
|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ product.name }} | {{ product.price }} |
|
{{ product.description }} | Edit |