{% 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 %}
| currency | balance | id | {% for account in accounts %}
|---|---|---|
| {{ account.currency }} | {{ account.balance }} |