{% 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}) }} | {{ formatAmountByCurrency(object.data.currency,yearAverage) }} |
| {{ 'average_bill_amount_overall'|_ }} | {{ formatAmountByCurrency(object.data.currency, overallAverage) }} |
|
{% if att.title %}
{{ att.title }}
{% else %}
{{ att.filename }}
{% endif %}
({{ att.size|filesize }})
{% if att.description %}
{{ att.description }} {% endif %} |