{% if not records %}
No records found.
{% else %}| {% for column in table.get_columns %} | {{column.get_title}} {% if sortable %} {% endif %} | {% endfor %}
|---|---|
| {% if links and table.is_updatable %} Edit {% endif %} | {% for column in table.get_columns %}{% include 'field/view.html' %} | {% endfor %}