{{ data|safe }}

{% if previous %}{% endif %}< Previous{% if previous %}{% endif %} {% set start = position if n_records else 0|humanize_int %} {% set n = (position + size - 1)|humanize_int %} {% set end = total|humanize_int %} {% if position + n_records >= total %} | {{ start }} to {{ end }} of {{ end }} | {% else %} | {{ start }} to {{ n }} of {{ end }} | {% endif %} {% if next %}{% endif %}Next >{% if next %}{% endif %}