{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.render(Route.getCurrentRoute.getName, account, start, end) }} {% endblock %} {% block content %}

{{ trans('firefly.chart_account_in_period', { balance: formatAmountBySymbol(balance, currency.symbol, currency.decimal_places, true), name: account.name, start: start.formatLocalized(monthAndDayFormat), end: end.formatLocalized(monthAndDayFormat) })|raw }}

{% if not showAll and isLiability %}

pay-off by date

Content
{% endif %} {% if not showAll and not isLiability %}

{{ 'expenses_by_category'|_ }}

{{ 'expenses_by_budget'|_ }}

{{ 'income_by_category'|_ }}

{% endif %}
{% if(location) %}

{{ 'location'|_ }}

{% endif %} {% if account.notes.count == 1 %}

{{ 'notes'|_ }}

{{ account.notes.first.text|markdown }}
{% endif %}

{{ 'transactions'|_ }} ({{ formatAmountBySymbol(balance, currency.symbol, currency.decimal_places, true)|raw }})

{% if account.accountType.type == 'Asset account' %} {% set showReconcile = true %} {% else %} {% set showReconcile = false %} {% endif %} {% include 'list.groups' %}

{% if periods|length > 0 %} {{ 'show_all_no_filter'|_ }} {% else %} {{ 'show_the_current_period_and_overview'|_ }} {% endif %}

{% if periods|length > 0 %}
{% include 'list.periods' %}
{% endif %}
{% endblock %} {% block scripts %} {% if location %} {% endif %} {# required for groups.twig #} {% endblock %} {% block styles %} {% if location %} {% endif %} {% endblock %}