{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.AssetGroup' as last %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_assetgroups_field request.user.id object_list type last %} {% for key, item in object_list.items %} {% endfor %}
symbol status actions
{{ key }} {{ item }}
{% endcache %}