{% for listed in page_lists %} {% if listed.title %}

{{ listed.title }}

{% endif %} {% with object_list=listed.list %} {% with thing_name=listed.thing_name %} {% include listed.template|default:'dna/_thing_listed.html' %} {% endwith %} {% endwith %}

{% with is_paginated=listed.paginate %} {% with paginator=listed.paginator %} {% with page_obj=listed.list %} {% include 'dna/_thing_paginator.html' %} {% endwith %} {% endwith %} {% endwith %}

{% endfor %}