{% if foto_enabled %} {% include 'foto_block.html' %} {% endif %}
Таблица: {{ table_name }}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

Таблица {{ table_name }}

Добавить Структура
{% if rows %}
{% for col in columns %} {% endfor %} {% for row in rows %} {% for col in columns %} {% endfor %} {% endfor %}
Действия{{ col }}
{{ row[col] }}
{% if card_name %} {% endif %} {% else %}
Таблица пуста или не содержит данных.
{% if card_name %} {% endif %} {% endif %}