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

{{ bank }}

{% for account in accounts %} {% endfor %}
currency owner details payment id
{{ account.currency }} {{ account.ownerName }} {{ account.details|default_if_none:"—" }} {% for item in account.account_number.values %} {{ item|default_if_none:"—" }} {% endfor %}
{% endfor %} {# endcache #}