{% load i18n %} {% load ui %} {% load partials %}
{% for instance in page.object_list %} {% partialdef entry inline=True %}
{% if list_entry_template %} {% include list_entry_template %} {% else %} {{ instance }} {% endif %}
{% endpartialdef %} {% endfor %}
{% if endless_scroll and page.has_next %}
15% {% endif %}