#i18n{document.modify_document_type_attribute.titleAddAttribute}

#i18n{document.modify_document_type_attribute.helpName}

#i18n{document.modify_document_type_attribute.helpCode}

#i18n{document.modify_document_type_attribute.helpDescription}

checked /> #i18n{document.modify_document_type_attribute.helpRequired}

checked /> #i18n{document.modify_document_type_attribute.helpSearchable}

${attribute_parameters}
<#if attribute_type_code != "listbox">

#i18n{document.modify_document_type_attribute.manageRegularExpression.title}

#i18n{document.modify_document_type_attribute.manageRegularExpression.labelNumberRegularExpression} : ${nb_regular_expression}

<@combo name="expression_id" items=regular_expression_to_add_list default_value=-1 />

#i18n{document.modify_document_type_attribute.manageRegularExpression.labelInsertComment}

<@pagination paginator=paginator /> #i18n{document.modify_document_type_attribute.manageRegularExpression.labelItemsPerPage} :
<#list regular_expression_added_list as regular_expression>
#i18n{document.modify_document_type_attribute.manageRegularExpression.rowTitle} #i18n{document.modify_document_type_attribute.manageRegularExpression.rowInformationMessage} #i18n{document.modify_document_type_attribute.manageRegularExpression.rowValidExemple} #i18n{document.modify_document_type_attribute.manageRegularExpression.rowAction}
${regular_expression.title} ${regular_expression.informationMessage} ${regular_expression.validExemple}