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