1 {% load pagination_tags %}
2 {% load book_short class_name book_short from catalogue_tags %}
3 {% load picture_short from picture_tags %}
5 {% autopaginate object_list 10 %}
8 {% for item in object_list %}
9 <li class='{{ item|class_name }}-item'>
10 {% if item.short_html %}
12 {# since we are using shor_html eerywhere, is it needed anymore? #}
13 {% elif item|class_name == "Picture" %}
14 {% picture_short item %}