{% extends 'base.html.twig' %} {% block title %}Product index{% endblock %} {% block body %}

Product index

{% for product in products %} {% else %} {% endfor %}
Id Name Price Stock Image Comment actions
{{ product.id }} {{ product.name }} {{ product.price }} {{ product.stock }} {{ product.image }} {{ product.comment }} show edit
no records found
Create new {% endblock %}