{{ 'income'|_ }}

{% for income in incomes.getIncomes %} {% if loop.index > incomeTopLength %} {% else %} {% endif %} {% endfor %} {% if incomes.getIncomes|length > incomeTopLength %} {% endif %}
{{ income.name }} {% if income.count > 1 %}
{{ income.count }} {{ 'transactions'|_|lower }} {% endif %}
{{ income.amount|formatAmount }}
{{ trans('firefly.showTheRest',{number:incomeTopLength}) }}
{{ 'sum'|_ }} {{ incomes.getTotal|formatAmount }}