{% include 'mixins/partials/notify.html' %}

{{ title_singular }} info

{% for key, item in object.items %}

Bank: {{ key }}

{% for account in item %} {% for key_i, item_i in account.items %} {% endfor %}
attribute value
{{ key_i }} {% if item_i is not None %} {{ item_i }} {% endif %}
{% endfor %}
{% endfor %}