{% 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 delivered ts read ts read service read by actions
{{ item.session }} {{ item.ts }} {{ item.text }} {{ item.custom_author }} {{ item.delivered_ts }} {{ item.read_ts }} {{ item.read_source_service }} {{ item.read_by_identifier }}
{% endcache %}