{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.AI' as last %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_ai request.user.id object_list type last %} {% for item in object_list %} {% endfor %}
id base_url model actions
{{ item.id }} {{ item.base_url }} {{ item.model }}
{% endcache %}