{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.Message' as last %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_message request.user.id object_list type last %} {% for item in object_list %} {% endfor %}
id session ts sender text author actions
{{ item.session }} {{ item.ts }} {{ item.text }} {{ item.custom_author }}
{% endcache %}