{% load cache %} {% load cachalot cache %} {% load nsep %} {% get_last_invalidation 'core.Aggregator' as last %} {% include 'mixins/partials/notify.html' %} {# cache 600 objects_banks_balances request.user.id object_list type last #} {% for bank, accounts in object_list.items %}

{{ bank }}

{% for account in accounts %} {% endfor %}
currency balance id
{{ account.currency }} {{ account.balance }}
{% endfor %} {# endcache #}