{{ error }}
{% else %}Строк всего: {{ count }}. Показано: {{ rows|length }} (стр. {{ page }}).
{% if columns %}| {{ c }} | {% endfor %}
|---|
| {% if r[c] is none %}NULL {% elif r[c] is boolean %}{{ 'true' if r[c] else 'false' }} {% else %}{{ r[c] }}{% endif %} | {% endfor %}
Таблица пуста.
{% endif %} {% endif %}