{% spaceless %}
{{ 'Sort by:'|t }}
{% endspaceless %}
{% if rows.view_tabs['#tabs'] and results > 4 %}
{% for key, tab in rows.view_tabs['#tabs'] %}
/
{{ tab|striptags|replace({' ':''})|trim|t }}
{% endfor %}
{% endif %}
{% for row in items %}
{% for column in row.content %}
{{ column.content }}
{% endfor %}
{% endfor %}