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

Product index

{% for product in products %} {% else %} {% endfor %}
Id Name Price Availability Picture Category Description actions
{{ product.id }} {{ product.name }} {{ product.price }} {{ product.availability }} {{ product.picture }} {{ product.category }} {{ product.description }} show edit
no records found
Create new {% endblock %}