{% if "title" in Script.Request %} {% endif %}
{% if Content|length > 0 %} Showing items {{ Script.Request.offset.value + 1 }} - {{ Content|length }} that {% else %} No items {% endif %} match "{{ Script.Request.title.value }}"
{% if (Script.Request.limit.value > 0) and (Script.Request.offset.value > Script.Request.limit.value) %} < Previous {% else %}   {% endif %} {% if Content|length > 0 %} Page {% if (Script.Request.limit.value > 0) and (Script.Request.offset.value > 0) %} {{ (Script.Request.offset.value / Script.Request.limit.value)|iround }} of {{ (Content|length / Script.Request.limit.value)|iround }} {% else %} 1 of 1 {% endif %} {% if "title" in Script.Request %} | Show {% if Script.Request.limit.value == 25 %} 25, {% else %} 25, {% endif %} {% if Script.Request.limit.value == 50 %} 50, {% else %} 50, {% endif %} or {% if Script.Request.limit.value == 100 %} 100 {% else %} 100 {% endif %} items per page {% endif %} {% endif %} {% if (Script.Request.limit.value > 0) and ((Content|length - Script.Request.offset.value) > Script.Request.limit.value) %} Next > {% else %}   {% endif %}