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

Edit Abestia

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