{{ table_name }}
Действия | {% for col in columns %}{{ col }} | {% endfor %}
---|---|
{% for col in columns %} | {{ row[col] }} | {% endfor %}
Таблица пуста или не содержит данных.
{% endif %}
Действия | {% for col in columns %}{{ col }} | {% endfor %}
---|---|
{% for col in columns %} | {{ row[col] }} | {% endfor %}