{% extends 'food/main.html' %} {% load static %} {% block view_product %}
{% for product in products %} {% endfor %}
Product Price Category Image Update Remove
{{product.name}} {{product.price}} {{product.category}} Update Delete
{% if messages %} {% for message in messages %} {% if message.tags %} {% endif %} {% endfor %} {% endif %} {% endblock %}