{% extends './layout/default' %} {% block breadcrumbs %} {{ Breadcrumbs.render(Route.getCurrentRoute.getName, recurrence) }} {% endblock %} {% block content %}
{{ 'description'|_ }}: {{ array.description }}
{% if array.active == false %}{{ 'recurrence_is_inactive'|_ }}
{% endif %}{{ rep.description }} {% if rep.repetition_skip == 1 %} ({{ trans('firefly.recurring_skips_one')|lower }}) {% endif %} {% if rep.repetition_skip > 1 %} ({{ trans('firefly.recurring_skips_more', {count: rep.repetition_skip})|lower }}) {% endif %}
{{ occ.date.isoFormat(trans('config.month_and_date_day_js')) }} | {% if not occ.fired %} {% endif %} |
---|
{{ trans('list.description') }} | {{ trans('list.source') }} | {{ trans('list.destination') }} | {{ trans('list.amount') }} | {{ trans('list.category') }} | {{ trans('list.budget') }} | {{ trans('list.other_meta_data') }} |
---|---|---|---|---|---|---|
{{ transaction.description }} | {{ transaction.source_name }} | {{ transaction.destination_name }} | {{ formatAmountBySymbol(transaction.amount,transaction.currency_symbol,transaction.currency_decimal_places) }} {% if null != transaction.foreign_amount %} ({{ formatAmountBySymbol(transaction.foreign_amount,transaction.foreign_currency_symbol,transaction.foreign_currency_decimal_places) }}) {% endif %} | {% if '' != transaction.category_name %} {{ transaction.category_name }} {% endif %} | {% if '' != transaction.budget_name %} {{ transaction.budget_name }} {% endif %} |
{% if transaction.tags|length > 0 %}
{% for tag in transaction.tags %} {{ tag }} {% endfor %} {% endif %} {% if 0 != transaction.piggy_bank_id %} {% endif %} {% if 0 != transaction.bill_id %} {% endif %} |