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

{{ 'mass_delete_journals'|_ }}

{{ trans('form.permDeleteWarning') }} {{ 'perm-delete-many'|_ }}

{{ trans('form.mass_journal_are_you_sure') }} {{ trans('form.mass_make_selection') }}

{% for journal in journals %} {% endfor %}
  {{ trans('list.description') }} {{ trans('list.amount') }}
{{ journal.description }} {{ journal|formatJournal }} {{ journal.date.formatLocalized(monthAndDayFormat) }} {% if journal.source_account_type == 'Cash account' %} (cash) {% else %} {{ journal.source_account_name }} {% endif %} {% if journal.destination_account_type == 'Cash account' %} (cash) {% else %} {{ journal.destination_account_name }} {% endif %}
{% endblock %}