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