{% trans "Explore works with the same theme" %}
+ {% for book in theme_books %} + {% cache 86400 book_mini_box book.pk %} + {% include 'catalogue/book_mini_box.html' %} + {% endcache %} + {% endfor %} + {% if theme_fragment %} + {% cache 3600 fragment_promo theme_fragment.pk %} + {% include 'catalogue/fragment_promo.html' with fragment=theme_fragment %} + {% endcache %} + {% endif %} +{% trans "Image used:" %} - {% ssi_include 'social_cite_info' pk=cite_pk %} -
-{{ cite_pk.endif }} -{% endspaceless %}{% endblock %} + {% 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 %}