{% extends './layout/default' %} {% block breadcrumbs %} {{ Breadcrumbs.render(Route.getCurrentRoute.getName, bill) }} {% endblock %} {% block content %}
| {{ trans('firefly.match_between_amounts', {low: formatAmountByCurrency(object.data.currency,object.data.amount_min), high: formatAmountByCurrency(object.data.currency,object.data.amount_max) })|raw }} {{ 'repeats'|_ }} {{ trans('firefly.repeat_freq_' ~object.data.repeat_freq) }}. | |
| {{ 'bill_is_active'|_ }} | {% if object.data.active %} {{ 'yes'|_ }} {% else %} {{ 'no'|_ }} {% endif %} |
| {{ 'next_expected_match'|_ }} | {% if object.data.next_expected_match|length > 0 %} {{ formatDate(object.data.next_expected_match, monthAndDayFormat) }} {% else %} {{ 'unknown'|_ }} {% endif %} |
| {{ trans('firefly.average_bill_amount_year', {year: year}) }} |
{% for avg in yearAverage %}
{{ formatAmountBySymbol(avg.avg, avg.currency_symbol, avg.currency_decimal_places, true) }} {% endfor %} |
| {{ 'average_bill_amount_overall'|_ }} |
{% for avg in overallAverage %}
{{ formatAmountBySymbol(avg.avg, avg.currency_symbol, avg.currency_decimal_places, true) }} {% endfor %} |