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

Product

Id {{ product.id }}
Name {{ product.name }}
Weight {{ product.weight }}
Code {{ product.code }}
Rate {{ product.rate }}
Price {{ product.price }}
Maturity {{ product.maturity }}
back to list edit {{ include('product/_delete_form.html.twig') }} {% endblock %}