-
<@t.page 'button.clear_select'/>
<@_categoryModelList modelId=modelId>
<#list list as a>
<#if currentCategoryId?has_content&&a.id.categoryId?string!=currentCategoryId>
<@t.merge 'categoryIds' a.id.categoryId!/>
#if>
#list>
<@_category ids=t.categoryIds!>
<#list map as k,v>
- ${v.name!}
<#else>
- <@t.page 'empty_directory'/>
#list>
@_category>
@_categoryModelList>