{% extends "base.html" %} {% load inlinetrans pagination_tags %} {% block content %}

{% itrans "Item listing" %}

{% itrans "Here you can browse all the items from all the collections" %}

{% autopaginate item_list 10 %}
{% paginate %}
{% endblock %}