{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.Manipulation' as last %} {% include 'mixins/partials/notify.html' %} {% cache 600 objects_manipulation request.user.id object_list type last %} {% for item in object_list %} {% endfor %}
id name group ai persona enabled mode filter actions
{{ item.name }} {{ item.group }} {{ item.ai }} {{ item.persona }} {% if item.enabled %} {% else %} {% endif %} {{ item.mode }} {% if item.filter %} {% else %} {% endif %}
{% endcache %}