{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.AssetRule' as last %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_assetrules request.user.id object_list type last %} {% for item in object_list %} {% endfor %}
id user asset group aggregation value original status status trigger above trigger below actions
{{ item.id }} {{ item.user }} {{ item.asset }} {{ item.group }} {{ item.get_aggregation_display }} {{ item.value }} {{ item.get_original_status_display }} {{ item.get_status_display }} {{ item.trigger_above }} {{ item.trigger_below }}
{% endcache %}