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

ExpenseOrder index

{% for expense_order in expense_orders %} {% else %} {% endfor %}
Id actions
{{ expense_order.id }} show edit
no records found
Create new {% endblock %}