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

MenuItem index

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