{% if view == "data" %}Data{% else %}Data{% endif %} | {% if view == "structure" %}Structure{% else %}Structure{% endif %}
{% if view == "data" %}| {{ 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 }}