{% extends '::base.html.twig' %} {% block body -%}

FixedExpenseLine list

{% for entity in entities %} {% endfor %}
Id Amount Actions
{{ entity.id }} {{ entity.amount }}
{% endblock %}