{% spaceless %}
{{ pages }} Page{{ pages|pluralize }}
{% if show_first %}«{% endif %}
{% if has_previous %}<{% endif %}
{% for num in page_numbers %}
{% ifequal num page %}
{{ num }}
{% else %}
{{ num }}
{% endifequal %}
{% endfor %}
{% if has_next %}>{% endif %}
{% if show_last %}»{% endif %}
{% if show_hits %}{{ hits }} {{ hit_label }}{% endif %}
{% endspaceless %}