#i18n{document.modify_document_type.titleProperties}

${document_type.code}

<@combo name="thumbnail_attribute" items=thumbnail_attributes_list default_value="${document_type.thumbnailAttributeId}" />

<@combo name="metadata" items=metadata_handlers_list default_value="" /> #i18n{document.modify_document_type.helpMetadata}

#i18n{document.modify_document_type.titleAttributesList}

<#list document_type.attributes as attribute >
#i18n{document.modify_document_type.columnAttributeName} #i18n{document.modify_document_type.columnAttributeCode} #i18n{document.modify_document_type.columnAttributeDescription} #i18n{document.modify_document_type.columnAttributeType} #i18n{document.modify_document_type.columnAttributeRequired} #i18n{document.modify_document_type.columnAttributeSearchable} #i18n{document.modify_document_type.columnAttributeActions}
${attribute.name} ${attribute.code} ${attribute.description} ${attribute.codeAttributeType} <#if attribute.required = true > #i18n{portal.util.labelYes} <#else> #i18n{portal.util.labelNo} <#if attribute.searchable = true > #i18n{portal.util.labelYes} <#else> #i18n{portal.util.labelNo} #i18n{document.modify_document_type.buttonMoveUp} #i18n{document.modify_document_type.buttonMoveDown} #i18n{document.modify_document_type.buttonDelete}

<@combo name="attribute_type_code" default_value="" items=attribute_types_list />

#i18n{document.modify_document_type.titleStyleSheets}

#i18n{document.modify_document_type.labelStyleSheetAdminUpdate}
<#if document_type.adminXsl?has_content> #i18n{document.modify_document_type.labelStyleSheetAdminDownload} <#else> #i18n{document.modify_document_type.labelStyleSheetAdminNoFile}

#i18n{document.modify_document_type.labelStyleSheetContentUpdate}
<#if document_type.contentServiceXsl?has_content> #i18n{document.modify_document_type.labelStyleSheetContentDownload} <#else> #i18n{document.modify_document_type.labelStyleSheetContentNoFile}