{% extends 'base1.html.twig' %} {% block content %}
{% for item in tables %} {% endfor %}
Name Section Action
{{ item.name }} {{ item.section }} Edit Delete

{% if table %}Edit{% else %}Add{% endif %} Table

{% if table %}{% endif %}
{% endblock %}