#i18n{document.manage_documents.labelSpaces} <#if space_actions_list?size != 0 >
<#list space_actions_list as space_action> btn-danger<#else>btn-primary">
${spaces_tree}
<#if document_types_list?has_content > <#if document_types_filter_list?size > 1 >
#i18n{document.manage_documents.buttonSearch}

#i18n{document.manage_documents.labelSearchById}

#i18n{document.manage_documents.labelFullTextSearch}

<#if space?has_content >
#i18n{document.manage_documents.listTitle} <#if space.documentCreationAllowed > <#if document_types_list?has_content >
<@comboWithParams name="document_type_code" default_value="" additionalParameters="class=\"input-normal\"" items=document_types_list />
<#if document_types_filter_list?size > 1 >
<@comboWithParams name="document_type_code_filter" default_value="${default_document_type}" additionalParameters="class=\"input-small\"" items=document_types_filter_list /> <@comboWithParams name="id_state_filter" default_value="${default_state}" additionalParameters="class=\"input-normal\"" items=states_filter_list />
<#if documents_list?size > 0 >
<@comboWithParams name="view_type" default_value="${view_type}" additionalParameters="class=\"input-small\"" items=view_types_list />
<#if documents_list?size = 0 >

#i18n{document.manage_documents.noDocument}

<#else> <#if view_type = "detail" >
<@paginationAdmin paginator=paginator combo=1 />
<#list documents_list as document >
#i18n{document.manage_documents.labelDocument} #i18n{document.manage_documents.labelPublishedStatus}<@sort jsp_url="jsp/admin/plugins/document/ManageDocuments.jsp" attribute="publishedStatus" /> #i18n{document.manage_documents.labelActions}

<#if document.thumbnail != "images/admin/skin/plugins/document/default_icon.png">${document.title} ${document.id} - ${document.title}

<#if document.comment != "">

${document.comment}

#i18n{document.manage_documents.labelState} : ${document.state} | ${document.dateModification}

<#if document.publishedStatus = 0> #i18n{document.manage_documents.PublishedStatus} <#else> #i18n{document.manage_documents.UnPublishedStatus} <#list document.actions?reverse as action > <#if action.url?has_content>
<@paginationAdmin paginator=paginator combo=1 />
<#if view_type = "thumbnail"> <#else> <#if child_spaces_list?size != 0 >
#i18n{document.manage_documents.childSpacesList} :