{% load cache %} {% cache 600 objects request.user.id object_list %} {% include 'mixins/partials/notify.html' %} {% if page_title is not None %}

{{ page_title }}

{% endif %} {% if page_subtitle is not None %}

{{ page_subtitle }}

{% endif %}
{% if submit_url is not None %} {% endif %} {% if delete_all_url is not None %} {% endif %}
{% include list_template %} {% endcache %}