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

OrderItem index

{% for order_item in order_items %} {% else %} {% endfor %}
Id Name Extras actions
{{ order_item.id }} {{ order_item.name }} {{ order_item.extras }} show edit
no records found
Create new {% endblock %}