{% 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 %} {% for item in object_list %} {% endfor %}
id name sentiment timezone last interaction actions
{{ item.name }} {{ item.sentiment }} {{ item.timezone }} {{ item.last_interaction }}
{% endcache %}