{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.AssetRestriction' as last %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_assetrestrictions request.user.id object_list last %} {% for item in object_list %} {% endfor %}
id user name description pairs group hook actions
{{ item.id }} {{ item.user }} {{ item.name }} {{ item.description }} {{ item.pairs_parsed|length }} {{ item.group }}
{% endcache %}