{% load cache %} {% load cachalot cache %} {% get_last_invalidation 'core.Platform' as last %} {% include 'mixins/partials/notify.html' %} {# cache 600 objects_platform_profit request.user.id object_list type last #} {% for platform_name, profit_map in object_list.items %}

{{ platform_name }}

{% for item in profit_map.values %} {% endfor %}
id
{{ item }}
{% endfor %} {# endcache #}