{% if holdings_report['holdings'][h]['name'] %}
| {{ h }} ({{ holdings_report['holdings'][h]['name'] }}) |
{% else %}
{{ h }} |
{% endif %}
{{ holdings_report['holdings'][h]['quantity']|quantityfilter }} |
{{ holdings_report['holdings'][h]['cost']|valuefilter }} |
{% if holdings_report['holdings'][h]['value'] is not none %}
{{ holdings_report['holdings'][h]['value']|valuefilter }} |
{% if holdings_report['holdings'][h]['gain'] >= 0 %}
{{ holdings_report['holdings'][h]['gain']|valuefilter }} |
{% else %}
{{ holdings_report['holdings'][h]['gain']|valuefilter }} |
{% endif %}
{% else %}
Not available
|
|
{% endif %}
{% endfor %}