fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
495fe231e4ff45571e849ddc2ef0aee083746997
[wolnelektury.git]
/
src
/
catalogue
/
templates
/
catalogue
/
2022
/
collection_box.html
1
<div class="c-collectionbox">
2
<a href="{{ collection.get_absolute_url }}">
3
<div class="c-collectionbox-covers">
4
{% for c in collection.example3 %}
5
<img src="{{ c.cover_clean.url }}">
6
{% endfor %}
7
</div>
8
{{ collection.title }}
9
</a>
10
</div>