-      
-        {% for book in best %}
-          {% cache 86400 book_mini_box book.pk %}
-            {% include 'catalogue/book_mini_box.html' %}
-          {% endcache %}
-          {#% ssi_include 'catalogue_book_mini' pk=b.pk %#}
+    
+      {% trans "Motifs and themes" %}
+      
+        
{% trans "Theme" %}: {{ theme }}
+        
{% trans "Explore works with the same theme" %}
+        {% for book in theme_books %}
+          {{ book.mini_box }}
         {% endfor %}
+        {% if theme_fragment %}
+          {% cache 3600 fragment_promo theme_fragment.pk %}
+            {% include 'catalogue/fragment_promo.html' with fragment=theme_fragment %}
+          {% endcache %}
+        {% endif %}
       
-        i wiele innych ksiÄ
żek, wierszy, obrazów, audiobookówâ¦
-      
-    
-  
-
-  
-    Motywy i tematy
-    
-      
{% trans "Theme" %}: {{ theme }}
-      
Utwory, w których wystÄpuje ten motyw:
-      {% for book in theme_books %}
-        {% cache 86400 book_mini_box book.pk %}
-          {% include 'catalogue/book_mini_box.html' %}
-        {% endcache %}
-        {#% ssi_include 'catalogue_book_mini' pk=book.pk %#}
-      {% endfor %}
-      {% if theme_fragment %}
-        {% ssi_include 'catalogue_fragment_promo' pk=theme_fragment.pk %}
-      {% endif %}
-    
-
-  {% comment %}
-  
-
-  
-
-  
+      
{% trans "See motifs catalog" %}
+    
 
-  
-  {% endcomment %}
+    {% if collection %}
+      
+    {% endif %}
 
-  {% if collection %}
     
-  {% endif %}
 
-  
-    {% trans "Recent publications" %}
-      {% for book in last_published %}
-        {% cache 86400 book_mini_box book.pk %}
-          {% include 'catalogue/book_mini_box.html' %}
-        {% endcache %}
-        {#% ssi_include 'catalogue_book_mini' pk=book.pk %#}
-      {% endfor %}
-    {% trans "More recent publications" %}
-  
-
-  
-
-  
-    {% trans "News" %}
-    {% ssi_include 'latest_blog_posts' %}
-  
-
-
-  
-    {% trans "Utilities" %}
-
-    
-  
+    
 
+    
+      {% trans "News" %}
+      {% cache 1800 latest_blog_posts %}
+        {% latest_blog_posts %}
+      {% endcache %}
+    
 
-  
-    {% trans "Information" %}
-    
-
-    
-  
+    
+      {% trans "Utilities" %}
+
+      
+    
 
-{% endspaceless %}{% endblock %}
+    
+      {% trans "Information" %}
+      
+
+      
+    
+  {% endspaceless %}
+{% endblock %}
 
 
-{% block add_footer %}{% spaceless %}
-  {{ cite_pk.if }}
-    
{% trans "Image used:" %}
-      {% ssi_include 'social_cite_info' pk=cite_pk %}
-    
-  {{ cite_pk.endif }}
-{% endspaceless %}{% endblock %}
+{% block add_footer %}
+  {% spaceless %}
+    {% if cite %}
+      
+        {% trans "Image used:" %}
+        {% cache 3600 cite_info cite.pk %}
+          {% include 'social/cite_info.html' %}
+        {% endcache %}
+      
+    {% endif %}
+  {% endspaceless %}
+{% endblock %}