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

GroupOfProducts index

{% for group_of_product in group_of_products %} {% else %} {% endfor %}
Id Name actions
{{ group_of_product.id }} {{ group_of_product.name }} show edit
no records found
Create new {% endblock %}