PGAdmin Site Таблица: {{ table_name }}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{% if rows %}
{% for col in columns %} {% endfor %} {% for row in rows %} {% for col in columns %} {% endfor %} {% endfor %}
Действия{{ col }}
{{ row[col] }}
{% else %}
Таблица пуста или не содержит данных.
{% endif %}