{% for column in payload.columns %} {% endfor %} {% for row in payload.rows %} {% for cell in row %} {% endfor %} {% endfor %}
{{ column }}
{{ cell | safe }}
{% if show_global_pagination %}

{% if result_count %} Showing {{ result_start }}-{{ result_end }} of {{ result_count }} results {% else %} Showing 0 of 0 results {% endif %}

{% endif %}