{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.Person' as last %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_person request.user.id object_list type last %}
| id | name | sentiment | timezone | last interaction | actions | {% for item in object_list %}
|---|---|---|---|---|---|
| {{ item.name }} | {{ item.sentiment }} | {{ item.timezone }} | {{ item.last_interaction }} |