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

{{ 'available_amount_indication'|_ }}

{{ 'amount_budgeted'|_ }}
{{ trans('firefly.average_between', {start:begin.formatLocalized(monthAndDayFormat), end:currentEnd.formatLocalized(monthAndDayFormat)}) }}
{{ result.available|formatAmount }}
{{ 'amount_earned'|_ }}
{{ trans('firefly.average_between', {start:begin.formatLocalized(monthAndDayFormat), end:currentEnd.formatLocalized(monthAndDayFormat)}) }}
{{ result.earned|formatAmount }}
{{ 'suggested'|_ }} {{ ((result.available + result.earned) / 2)|formatAmount }}