{% extends 'base.html.twig' %} {% block title %}Tables index{% endblock %} {% block head %} {% endblock %} {% block stylesheets %} {% endblock %} {% block container_modal %}

Modifier Tables

{{ include('tables/_form.html.twig', {'button_label': 'Mettre à jour'}) }} {{ include('tables/_delete_form.html.twig') }}
{% endblock %}