{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.Aggregator' as last %} {% include 'mixins/partials/notify.html' %} {# cache 600 objects_aggregators request.user.id object_list type last #} {% for item in object_list %} {% endfor %}
id user name service link group enabled actions
{{ item.user }} {{ item.name }} {{ item.get_service_display }} {{ item.link_group|default_if_none:"—" }} {% if item.enabled %} {% else %} {% endif %}
{# endcache #}