{{ trans('firefly.info_on_available_amount', {start: start.formatLocalized(monthAndDayFormat), end: end.formatLocalized(monthAndDayFormat)}) }}

{{ 'available_amount_indication'|_ }}

{{ 'budgeted'|_ }}
{{ trans('firefly.average_between', {start:begin.formatLocalized(monthAndDayFormat), end:currentEnd.formatLocalized(monthAndDayFormat)}) }}
{{ result.available|formatAmount }}
{{ 'earned'|_ }}
{{ trans('firefly.average_between', {start:begin.formatLocalized(monthAndDayFormat), end:currentEnd.formatLocalized(monthAndDayFormat)}) }}
{{ result.earned|formatAmount }}
{{ 'spent'|_ }}
{{ trans('firefly.average_between', {start:begin.formatLocalized(monthAndDayFormat), end:currentEnd.formatLocalized(monthAndDayFormat)}) }}
{{ result.spent|formatAmount }}
{{ 'suggested'|_ }} {{ result.suggested|formatAmount }}