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

{{ 'mandatoryFields'|_ }}

{{ ExpandedForm.staticText('filename',attachment.filename|escape) }} {{ ExpandedForm.staticText('mime',attachment.mime|escape) }} {{ ExpandedForm.staticText('size',attachment.size|filesize) }}

{{ 'optionalFields'|_ }}

{{ ExpandedForm.text('title', attachment.title) }} {{ ExpandedForm.textarea('notes',null,{helpText: trans('firefly.field_supports_markdown')}) }}
{# panel for options #}

{{ 'options'|_ }}

{{ ExpandedForm.optionsList('update','attachment') }}
{% endblock %}