{% if paginator.total_pages > 1 %}
{% if paginator.previous_page %} {% include icons/angle-left.svg %} Back {% else %}
{% endif %} {% if paginator.next_page %} Next {% include icons/angle-right.svg %} {% endif %}
{% endif %}