#i18n{document.modify_document_type_attribute.titleAddAttribute} ${document_type_code}

#i18n{document.modify_document_type_attribute.helpName}
#i18n{document.modify_document_type_attribute.helpCode}
#i18n{document.modify_document_type_attribute.helpDescription}
${attribute_parameters}
 #i18n{portal.admin.message.buttonCancel}
<#if attribute_type_code != "listbox">

#i18n{document.modify_document_type_attribute.manageRegularExpression.title}

<@combo name="expression_id" items=regular_expression_to_add_list default_value=-1 />
<#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}