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

All items

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