{% if items.is_empty() %}

Nothing here yet.

Follow users, projects, or tags to see their items here.

Browse Discover

{% else %}
Showing {{ showing_start }}-{{ showing_end }} of {{ total_items }} items
Type Name Tag Price Date
{% for item in items %} {{ item.item_type }}
{{ item.name }} {{ item.creator }}
{{ item.primary_tag }} {% if item.is_free %}Free{% else %}{{ item.price }}{% endif %} {{ item.date }}
{% endfor %}
{% if total_pages > 1 %}
{% if current_page > 1 %} « {% endif %} {% for p in pagination_range %} {% if *p == current_page %} {{ p }} {% else %} {{ p }} {% endif %} {% endfor %} {% if current_page < total_pages %} » {% endif %}
{% endif %} {% endif %}