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