{% extends "_layout.html" %} {% set active_page = 'holdings' %} {% import '_account_macros.html' as account_macros %} {% macro num_cell(value) -%}
Account | Units | Currency | Cost Currency | Average Cost | Price | Book Value | Market Value |
---|---|---|---|---|---|---|---|
{{ account_macros.account_name(holding.account) }} | {{ num_cell(holding.number) }}{{ holding.currency}} | {{ holding.cost_currency }} | {{ num_cell(holding.cost_number) }} {{ num_cell(holding.price_number) }} {{ num_cell(holding.book_value) }} {{ num_cell(holding.market_value) }}