{% for col in columns %} {% endfor %} {% for row in rows %} {% for cell in row.cells %} {% endfor %} {% else %} {% endfor %}
{% if col.sortable %} {{ col.label }}{% if col.sort_asc %} {% elif col.sort_desc %} {% endif %} {% else %} {{ col.label }} {% endif %}
{% if loop.index0 == 0 or columns[loop.index0].link %} {{ cell.value }} {% else %} {{ cell.value }} {% endif %}
{{ t('no_results') }}