|
{% if info.id != 0 %}
{% else %}
{% endif %}
|
{{ info.name }}
|
{% for key, period in periods %}
{% if(info.entries[key]) %}
{{ formatAmountBySymbol(info.entries[key], info.currency_symbol, info.currency_decimal_places) }}
|
{% else %}
{{ formatAmountBySymbol(0, info.currency_symbol, info.currency_decimal_places) }}
|
{% endif %}
{% endfor %}
{{ formatAmountBySymbol(info.avg, info.currency_symbol, info.currency_decimal_places) }}
|
{{ formatAmountBySymbol(info.sum, info.currency_symbol, info.currency_decimal_places) }}
|
{% endfor %}