{{# if(v.view){ }}
{{# v.filtered=(viewHandler.views[v.countBy].filters&&Object.keys(viewHandler.views[v.countBy].filters).length>0&&_.some(viewHandler.views[v.countBy].filters)) }}
{{# v.count=app.showCount(v.countBy,v.filter,'ultNavActionItem.count',false) }}
{{# v.countTotal=app.showCount(v.countBy,v.filter,'ultNavActionItem.total',true) }}
{{# } }}
{{label}}
{{# if(v.filtered){ }}
{{ count }}
{{# }else{ }}
{{ countTotal }}
{{# } }}