{{ loading ? 'Net assets' : $t('Net assets') }}
{{ netAssets | currency(defaultCurrency) }}
{{ loading ? 'Total assets' : $t('Total assets') }}
{{ totalAssets | currency(defaultCurrency) }}
|
{{ loading ? 'Total liabilities' : $t('Total liabilities') }}
{{ totalLiabilities | currency(defaultCurrency) }}
Account Category
Account Category 2
Account Category 3
{{ $t(accountCategory.name) }}
{{ accountCategoryTotalBalance(accountCategory) | currency(defaultCurrency) }}