{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.Hook' as last %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_hooks request.user.id object_list type last %} {% for item in object_list %} {% endfor %}
id user name hook received hooks actions
{{ item.id }} {{ item.user }} {{ item.name }} {{ item.received }}
{% if type == 'page' %} {% else %} {% endif %}
{% endcache %}