Таблица: {{ schema }}.{{ name }}

{% if error %}

{{ error }}

{% else %}

Строк всего: {{ count }}. Показано: {{ rows|length }} (стр. {{ page }}).

{% if columns %}
{% for c in columns %}{% endfor %} {% for r in rows %} {% for c in columns %} {% endfor %} {% endfor %}
{{ c }}
{% if r[c] is none %}NULL {% elif r[c] is boolean %}{{ 'true' if r[c] else 'false' }} {% else %}{{ r[c] }}{% endif %}
{% else %}

Таблица пуста.

{% endif %} {% endif %}