{% 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 %}
| id | session | ts | sender | text | author | actions | {% for item in object_list %}
|---|---|---|---|---|---|---|
| {{ item.session }} | {{ item.ts }} | {{ item.text }} | {{ item.custom_author }} |