{% load cache %} {% load joinsep %} {% load cachalot cache %} {% get_last_invalidation 'core.Platform' as last %} {% include 'mixins/partials/notify.html' %} {# cache 600 objects_platforms request.user.id object_list type last #} {% for item in object_list %} {% endfor %}
id user name service payees link group throughput enabled actions
{{ item.user }} {{ item.name }} {{ item.get_service_display }} {% for payee in item.payees.all %} {{ payee.name }}{% if not forloop.last %}, {% endif %} {% endfor %} {{ item.link_group|default_if_none:"—" }} {{ item.throughput }} {% if item.enabled %} {% else %} {% endif %}
{# endcache #}