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

List of all attachments

{% for att in set %} {% endfor %}
File name Size of file Type of file Attached to Exists?
{{ att.filename }} {{ att.size|filesize }} {{ att.mime }} {% if att.attachable_type == 'FireflyIII\\Models\\TransactionJournal' %} {{ att.attachable.description }} {% endif %} {% if att.file_exists %} {% else %} {% endif %}
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}