{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.AssetGroup' 'core.AssetRule' as last %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_assetgroups request.user.id object_list type last %} {% for item in object_list %} {% endfor %}
id user name description status hook actions
{{ item.id }} {{ item.user }} {{ item.name }} {{ item.description }} {{ item.matches }}
{% endcache %}