#i18n{document.modify_document_type.titleProperties}
#i18n{document.modify_document_type.helpCode}
#i18n{document.modify_document_type.helpName}
#i18n{document.modify_document_type.helpDescription}
<@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{portal.admin.message.buttonCancel}
#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.columnAttributeType} #i18n{document.modify_document_type.columnAttributeRequired} #i18n{document.modify_document_type.columnAttributeSearchable} #i18n{document.modify_document_type.columnAttributeActions}
${attribute.name}
${attribute.description}
${attribute.code} ${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.titleStyleSheets}
<#if document_type.adminXsl?has_content>  #i18n{document.modify_document_type.labelStyleSheetAdminDownload} <#else>

#i18n{document.modify_document_type.labelStyleSheetAdminNoFile}

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

#i18n{document.modify_document_type.labelStyleSheetContentNoFile}