{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.LinkGroup' as last %} {% include 'mixins/partials/notify.html' %} {# cache 600 objects_linkgroups request.user.id object_list type last #} {% for item in object_list %} {% endfor %}
id user name platform requisition operator enabled actions
{{ item.user }} {{ item.name }} {{ item.platform_owner_cut_percentage }} {{ item.requisition_owner_cut_percentage }} {{ item.operator_cut_percentage }} {% if item.enabled %} {% else %} {% endif %}
{# endcache #}