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

{{ 'list_all_attachments'|_ }}

{% for att in set %} {% endfor %}
  {{ trans('list.file_name') }} {{ trans('list.file_size') }} {{ trans('list.file_type') }} {{ trans('list.attached_to') }} {{ trans('list.file_exists') }}
{{ att.filename }} {{ att.size|filesize }} {{ att.mime }} {% if att.attachable_type == 'FireflyIII\\Models\\TransactionJournal' %} {{ att.attachable.description }} {% else %} {{ att.attachable_type }} {% endif %} {% if att.file_exists %} {% else %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %}