{{ accounts.links('pagination.bootstrap-4')|raw }}
{% if objectType == 'asset' %} {% endif %} {% if objectType == 'liabilities' %} {% endif %} {% if objectType != 'liabilities' %} {% endif %} {% if objectType == 'liabilities' %} {% endif %} {# hide last activity to make room for other stuff #} {% if objectType != 'liabilities' %} {% endif %} {% for account in accounts %} {% if objectType == "asset" %} {% endif %} {% if objectType == 'liabilities' %} {% endif %} {% if objectType != 'liabilities' %} {% endif %} {% if objectType == 'liabilities' %} {% endif %} {# hide last activity to make room for other stuff #} {% if objectType != 'liabilities' %} {% if account.lastActivityDate %} {% else %} {% endif %} {% endif %} {% endfor %}
{{ trans('list.name') }}{{ trans('list.liability_type') }} {{ trans('form.liability_direction') }} {{ trans('list.interest') }} ({{ trans('list.interest_period') }}){{ trans('list.currentBalance') }} {{ trans('firefly.left_in_debt') }}
{{ account.name }} {% if account.location %} {% endif %} {% if account.attachments.count() > 0 %} {% endif %} {{ account.accountTypeString }} {{ trans('firefly.liability_direction_'~account.liability_direction~'_short') }} {{ account.interest }}% ({{ account.interestPeriod|lower }}) {% for key, balance in account.endBalances %} {% if 'balance' == key %} {{ formatAmountBySymbol(balance, account.currency.symbol, account.currency.decimal_places) }} {% elseif 'native_balance' == key %} {{ formatAmountBySymbol(balance, defaultCurrency.symbol, defaultCurrency.decimal_places) }} {% else %} ({{ formatAmountByCode(balance, key) }}) {% endif %} {% endfor %} {% if '-' != account.current_debt %} {{ formatAmountBySymbol(account.current_debt, account.currency.symbol, account.currency.decimal_places, false) }} {% endif %}
{{ accounts.links('pagination.bootstrap-4')|raw }}