- <h1>Kolekcje</h1>
- {% ssi_include 'catalogue_collection_box' pk=collection.pk %}
- <a class="more" href="{% url 'catalogue_collections' %}">Zobacz katalog kolekcji</a>
+ <h1>{% trans "Collections" %}</h1>
+ {% cache 3600 collection_box collection.pk LANGUAGE_CODE %}
+ {% include 'catalogue/collection_box.html' %}
+ {% endcache %}
+ <a class="more" href="{% url 'catalogue_collections' %}">{% trans "See collections catalog" %}</a>