{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.render(Route.getCurrentRoute.getName, bill) }} {% endblock %} {% block content %}
| {{ trans('firefly.match_between_amounts', {low: object.data.amount_min|formatAmount, high: object.data.amount_max|formatAmount })|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}) }} | {{ yearAverage|formatAmount }} |
| {{ 'average_bill_amount_overall'|_ }} | {{ overallAverage|formatAmount }} |
|
{% if att.data.title %}
{{ att.data.title }}
{% else %}
{{ att.data.filename }}
{% endif %}
({{ att.data.size|filesize }})
{% if att.data.description %}
{{ att.data.description }} {% endif %} |
|