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

Expense index

{% for expense in expenses %} {% else %} {% endfor %}
Id Name Price actions
{{ expense.id }} {{ expense.name }} {{ expense.price }} show edit
no records found
Create new {% endblock %}