{% for v in values %}
{{ v.string }}
{% endfor %}
{% if has_previous %}
Previous
{% endif %} {% if has_next %}
Next
{% endif %}