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

Tables

Id {{ table.id }}
back to list edit {{ include('tables/_delete_form.html.twig') }} {% endblock %}