{% extends 'base.html.twig' %} {% block title %}Edit AccountCashMovement{% endblock %} {% block body %}

Edit AccountCashMovement

{{ include('account_cash_movement/_form.html.twig', {'button_label': 'Update'}) }} back to list {{ include('account_cash_movement/_delete_form.html.twig') }} {% endblock %}