{% load cache %} {% cache 600 object request.user.id object %} {% 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 detail_template %} {% endcache %}