{% extends "jmbo/inclusion_tags/modelbase_detail.html" %} {% load jmbo_template_tags pagination_tags %} {% block content %} {% jmbocache 3600 'object-detail-inclusion' object.id object.modified request.page %} {% with object.content_pages as content_pages %} {% autopaginate content_pages 1 %} {% if ' {% if object.image_attribution %}
{{ object.image_attribution }}
{% endif %} {% endif %} {% endif %}
{{ content_pages.0|safe }}
{% paginate hashtag='#jmbo-post' %} {% endwith %} {% endjmbocache %} {% endblock %}