Final Balances

{% for wallet in audit.wallets|sort %} {% for asset in audit.wallets[wallet]|sort %} {% endfor %}
Wallet Asset Balance
{{wallet|nowrapfilter}} {{asset}} {{audit.wallets[wallet][asset]|quantityfilter}}

{% endfor %}