{{ table_name }}
+ Create
Search
{% if search %}
Clear
{% endif %}
{{ total }} record(s)
Delete Selected
{% for col in columns %}
{{ col }}
{% endfor %}
Actions
{% for row in results %}
{% for col in columns %}
{{ row[col] }}
{% endfor %}
Edit
Delete
{% endfor %} {% if not results %}
No records found.
{% endif %}