diff --git a/templates/food_order/show.html.twig b/templates/food_order/show.html.twig index 1c2ba47..a7ace15 100644 --- a/templates/food_order/show.html.twig +++ b/templates/food_order/show.html.twig @@ -40,6 +40,7 @@ + @@ -49,6 +50,7 @@ {% for item in food_order.orderItemsSortedByName %} +
Index username name extras
{{ loop.index }} {{ item.createdBy }} {{ item.name }} {{ item.extras }}