fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
219876e954a42589a61ee9bdb4e165d383df47b2
[wolnelektury.git]
/
apps
/
catalogue
/
templates
/
catalogue
/
related_books.html
1
{% load book_mini from catalogue_tags %}
2
3
{% spaceless %}
4
{% for book in books %}
5
{% book_mini book %}
6
{% endfor %}
7
{% for book in random_related %}
8
{% book_mini book %}
9
{% endfor %}
10
{% endspaceless %}