{{ total|default:"0" }} row{{ total|pluralize }} · {{ columns|length }} column{{ columns|length|pluralize }}
| # | Name | Type | Not Null | PK |
|---|---|---|---|---|
| {{ col.cid }} | {{ col.name }} | {{ col.type }} | {% if col.notnull %}YES{% else %}{% endif %} | {% if col.pk %}PK{% endif %} |
| {{ name }} | {% endfor %}
|---|
| {{ cell|default:"NULL" }} | {% endfor %}
Table is empty.
{% endif %}