#if space?exists>
#i18n{document.modify_space.labelName}* :
#i18n{document.modify_space.labelDescription}* :
#i18n{document.modify_space.labelView} : <@combo name="view_type" default_value="${view_type}" items=view_types_list />
#i18n{document.modify_space.labelIcon} : <@radioImageList name="icon" default_value="${space.idIcon}" items=icons_list />
#i18n{document.modify_space.labelDocumentTypes} : <@checkboxList name="document_type" default_values="" items=document_types_list />
#i18n{document.modify_space.labelWorkgroup} : <#if space.workgroup?exists> <@combo name="workgroup_key" items=user_workgroup_list default_value=space.workgroup /> <#else> <@combo name="workgroup_key" items=user_workgroup_list default_value="all" /> #if>
#i18n{document.modify_space.labelAllowCreation} : <#if space.documentCreationAllowed > <#else> #if> #i18n{document.modify_space.helpAllowCreation}