1 {% load pagination_tags %}
2 {% load book_short from catalogue_tags %}
3 {% load picture_short from picture_tags %}
5 {% autopaginate object_list 10 %}
8 {% for item in object_list %}
10 {% if item.short_html %}
12 {% elif object_type == "Picture" %}
13 {% picture_short item %}