{% extends "base.html" %} {% comment %} Maintain backward compatibility by preserving this template. {% endcomment %} {% load jmbo_inclusion_tags pagination_tags %} {% block content %}
{% if view_modifier %} {% if title %}
{{ title }}
{% endif %} {% view_modifier view_modifier %} {% endif %} {% autopaginate object_list paginate_by %} {% for object in object_list %} {% render_object object "list_item" %} {% endfor %} {% paginate %}
{% endblock %}