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

Edit Tables

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