{% if page_numbers|length > 1 %}
{% if show_first %}«{% endif %}
{% if has_previous %}<{% endif %}
{% for num in page_numbers %}
{% if num == page %}
{{ num }}
{% else %}
{{ num }}
{% endif %}
{% endfor %}
{% if has_next %}>{% endif %}
{% if show_last %}»{% endif %}
{% endif %}
{% if text %}
(showing {{ results_per_page }} of {{ total_results }} {{ text }}{{ total_results|pluralize }})