{% load cache %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_assetgroups request.user.id object_list %} {% for item in object_list %} {% endfor %}
id user name description account status restrictions actions
{{ item.id }} {{ item.user }} {{ item.name }} {{ item.description }} {{ item.account }} {{ item.matches }} {{ item.restrictions }}
{% endcache %}