{{ pages }} Pages
{% 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 %}