{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.Group' as last %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_groups request.user.id object_list type last %}
| id | user | name | people | actions | {% for item in object_list %}
|---|---|---|---|---|
| {{ item.user }} | {{ item.name }} | {{ item.people.count }} |