{% include "includes/header.html" %}

Items categorized as {{cat_name}}

{% if pagination.has_prev or pagination.has_next %}
{% if pagination.has_prev %}
{% set link = cat_name + '?page=' + (page-1)| string %} Previous
{% endif %}
{% if pagination.has_next %} {% set link = cat_name+'?page=' + (page+1) | string %} Next {% endif %}
{% endif %} {% with ITEM_IMAGE_DIR=ITEM_IMAGE_DIR %} {% include 'includes/includeitemlist.html' %} {% endwith %}
{% if pagination.has_prev %}
{% set link = cat_name+'?page=' + (page-1)| string %} Previous
{% endif %}
{% if pagination.has_next %} {% set link = cat_name+'?page=' + (page+1) | string %} Next {% endif %}
{% include 'includes/sort.html' %} {% include 'includes/footer.html' %}