Таблицы базы данных
{% if tables %}
{% for table in tables %}
{% endfor %}
{{ table }}
Нет доступных таблиц в базе данных.
{% endif %}