{% include 'includes/header.html' %}
{% if item_list %}

Search results {% if (search_term != "") %} for: {{search_term}}

{% if pagination.has_prev or pagination.has_next %}
{% if pagination.has_prev %}
{% set link = search_term+'?page=' + (page-1)| string %} Previous
{% endif %}
{% if pagination.has_next %} {% set link = search_term+'?page=' + (page+1) | string %} Next {% endif %}
{% endif %} {% else %}

{% endif %} {% with ITEM_IMAGE_DIR=ITEM_IMAGE_DIR %} {% include "includes/includeitemlist.html" %} {% endwith %} {% else %}

Sorry!

No items matched {{search_term}}

{% endif %}
or
{% include 'includes/sort.html' %} {% include 'includes/footer.html' %}