{% if view.row_settings %}
{{ per_page }} rows
{% for row in rows %}
{{ row }} rows
{% endfor %}
{% endif %}