{% if view == "data" %}Data{% else %}Data{% endif %} | {% if view == "structure" %}Structure{% else %}Structure{% endif %}
{% if view == "data" %}Showing {{ start }}-{{ end }} of {{ total_rows }} Page {{ page }} of {{ total_pages }} {% if page > 1 %} < {% endif %} {% if page < total_pages %} > {% endif %}
| {{ col }} | {% endfor %}
|---|
| {{ cell }} | {% endfor %}
Rows: {{ count }}
{% endif %} {% if let Some(cols) = columns_info %}| Name | Type | PK |
|---|---|---|
| {{ c.0 }} | {{ c.1 }} | {% if c.2 %}✓{% endif %} |
{{ s }}