{% for listed in page_lists %} {% if listed.title %}
{% with is_paginated=listed.paginate %} {% with paginator=listed.paginator %} {% with page_obj=listed.list %} {% include 'dna/_thing_paginator.html' %} {% endwith %} {% endwith %} {% endwith %}
{% endfor %}