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

{{ 'mandatoryFields'|_ }}

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

{{ 'optionalFields'|_ }}

{{ ExpandedForm.text('title', attachment.title) }} {{ ExpandedForm.textarea('description', attachment.description) }} {{ ExpandedForm.textarea('notes', attachment.notes) }}

{{ 'options'|_ }}

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