{% extends "jmbo/inclusion_tags/modelbase_detail.html" %} {% load pagination_tags jmbo_template_tags jmbo_inclusion_tags %} {% block content %} {% with object.get_items as items %}
{% for item in items %}
{% render_object item.as_leaf_class "gallery_detail_collage" %}
{% endfor %}
{% endwith %} {% endblock %}