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

Create new Tables

{{ include('tables/_form.html.twig') }} back to list {% endblock %}