{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.ChatSession' as last %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_session request.user.id object_list type last %} {% for item in object_list %} {% endfor %}
id identifier last interaction summary actions
{{ item.identifier }} {{ item.last_interaction }} {{ item.summary|default:"" }}
{% endcache %}