{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, journals) }} {% endblock %} {% block content %}

{{ 'mass_edit_journals'|_ }}

{{ 'cannot_edit_other_fields'|_ }}

{% for journal in journals %} {% if journal.transaction_count == 2 %} {# category #} {# budget #} {% endif %} {% endfor %}
  {{ trans('list.description') }} {{ trans('list.amount') }} {{ trans('list.date') }} {{ trans('list.from') }} {{ trans('list.to') }} {{ trans('list.category') }} {{ trans('list.budget') }}
{# LINK TO EDIT FORM #} {# DESCRIPTION #}
{{ journal.transactionCurrency.symbol }}
{# DATE #} {# SOURCE ACCOUNT ID FOR TRANSFER OR WITHDRAWAL #} {% if journal.transaction_type_type == 'Transfer' or journal.transaction_type_type == 'Withdrawal' %} {% else %} {# SOURCE ACCOUNT NAME FOR DEPOSIT #} {% endif %} {% if journal.transaction_type_type == 'Transfer' or journal.transaction_type_type == 'Deposit' %} {# DESTINATION ACCOUNT NAME FOR TRANSFER AND DEPOSIT #} {% else %} {# DESTINATION ACCOUNT NAME FOR EXPENSE #} {% endif %} {% if journal.transaction_type_type == 'Withdrawal' %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}