diff --git a/resources/views/list/journals-tiny.twig b/resources/views/list/journals-tiny.twig deleted file mode 100644 index d748294eb5..0000000000 --- a/resources/views/list/journals-tiny.twig +++ /dev/null @@ -1,17 +0,0 @@ -
- {{ 'nothing_to_display'|_ }} -
-{% endif %} - -{% if journals.count > 0 %} -| - - | {{ trans('list.description') }} | -{{ trans('list.amount') }} | - -{{ trans('list.from') }} | -{{ trans('list.to') }} | - - {% if not hideBudgets %} -- {% endif %} - - - {% if not hideCategories %} - | - {% endif %} - - - {% if not hideBills %} - | - {% endif %} - | |
|---|---|---|---|---|---|---|---|---|
| - - - | - -- {{ journal|typeIcon }} - | -- {{ journal.description }} - {% if journal.attachments|length > 0 %} - - {% endif %} - {% if journal.count_transactions > 2 %} - - {% endif %} - - | -- {% if not accountPerspective and not budgetPerspective %} - {{ journal|formatJournal }} - {% endif %} - - {% if accountPerspective %} - {{ formatAccountPerspective(journal, accountPerspective)|raw }} - {% endif %} - - {% if budgetPerspective %} - {{ formatBudgetPerspective(journal, budgetPerspective)|raw }} - {% endif %} - | - -- {{ sourceAccount(journal)|raw }} - | -- {{ destinationAccount(journal)|raw }} - | - - - {% if not hideBudgets %} -- {{ journalBudgets(journal)|raw }} - | - {% endif %} - - - {% if not hideCategories %} -- {{ journalCategories(journal)|raw }} - | - {% endif %} - - - {% if not hideBills %} -- {% if journal.bill %} - {{ journal.bill.name }} - {% endif %} - | - {% endif %} -
| - | {{ trans('list.description') }} | -{{ trans('list.amount') }} | - - {% if not hideSource %} -{{ trans('list.from') }} | - {% endif %} - {% if not hideDestination %} -{{ trans('list.to') }} | - {% endif %} - - {% if not hideBudget %} -- {% endif %} - - - {% if not hideCategory %} - | - {% endif %} - |
|---|---|---|---|---|---|---|
| - {{ journal|typeIcon }} - | -- {{ journal.description }} - | -- {% if not accountPerspective %} - {{ journal|formatJournal }} - {% else %} - {{ formatAccountPerspective(journal, accountPerspective)|raw }} - {% endif %} - | - - {% if not hideSource %} -- {{ sourceAccount(journal)|raw }} - | - {% endif %} - {% if not hideDestination %} -- {{ destinationAccount(journal)|raw }} - | - {% endif %} - - - {% if not hideBudget %} -- {{ journalBudgets(journal)|raw }} - | - {% endif %} - - - {% if not hideCategory %} -- {{ journalCategories(journal)|raw }} - | - {% endif %} -
| {{ 'sum'|_ }}: | -{{ sum|formatAmount }} | -|||||