{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.Signal' as last %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_signals request.user.id object_list type last %}
id | user | name | signal | hook | direction | received hooks | actions | {% for item in object_list %}
---|---|---|---|---|---|---|---|
{{ item.id }} | {{ item.user }} | {{ item.name }} | {{ item.signal }} | {{ item.hook.name }} | {{ item.direction }} | {{ item.received }} |