+
+{% block book-box-extra-info %}
+{% if themes %}
+ <div class="hidden-box-wrapper" id="theme-list-wrapper">
+ <p><a class="mono hidden-box-trigger theme-list-link"
+ href="#">{% trans "Motifs and themes" %}</a></p>
+ <div class="hidden-box">
+ <ul>
+ {% for theme in themes %}
+ <li><a href="{% url book_fragments book.slug theme.slug %}">{{ theme }} ({{ theme.count }})</a></li>
+ {% endfor %}
+ </ul>
+ </div>
+ </div>
+{% endif %}
+{% endblock %}
+
+