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

OrderDetails index

{% for orderdetail in orderdetails %} {% else %} {% endfor %}
Id Producta Quantity Price Total actions
{{ orderdetail.id }} {{ orderdetail.producta }} {{ orderdetail.quantity }} {{ orderdetail.price }} {{ orderdetail.total }} show edit
no records found
Create new {% endblock %}