{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.Callback' as last %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_callbacks request.user.id object_list type last %} {% for item in object_list %} {% endfor %}
id hook id hook name title message period sent trade exchange symbol price contract actions
{{ item.id }} {{ item.hook.id }} {{ item.hook.name }} {{ item.title }} {{ item.message }} {{ item.period }} {{ item.sent }} {{ item.trade }} {{ item.exchange }} {{ item.symbol }} {{ item.price }} {{ item.contract }}
{% endcache %}