{% set price_missing = namespace(flag=false) %}
| Asset | Data Source | Date | Price ({{ config.ccy }}) | Price (BTC) | |
|---|---|---|---|---|---|
| 1 {{ asset }} ({{ price_report[tax_year][asset][date]['name'] }}) | {{ price_report[tax_year][asset][date]['data_source'] }} | {{ date|datefilter }} | {{ price_report[tax_year][asset][date]['price_ccy']|valuefilter }} | {% if price_report[tax_year][asset][date]['price_btc'] != none %}{{ price_report[tax_year][asset][date]['price_btc']|quantityfilter }} | {% else %}n/a | {% endif %}
| 1 {{ asset }} | {{ date|datefilter }} | Not available* |
*Price of £0.00 used
{% endif %}