{{# v.actCount=0 }}
{{# v.countClass='d-none' }}
{{# v.filterClass='d-none' }}
{{# v.changedClass='count-changed' }}
{{# v.showFilter=false }}
{{# if(viewHandler&&viewHandler.isFiltered(v.view)){v.showFilter=true;} }}
{{# if(!viewHandler||!viewHandler.countChanged(v.view)){v.changedClass='';} }}
{{# if(v.showFilter){v.filterClass='';} }}
{{# if(v.countBy){ }}
{{# z=app.showCount(v.countBy,v.filter) }}
{{# if(z==-1){z=v.serverCount;} }}
{{# if(z){v.countClass='';} }}
{{# v.actCount=z }}
{{# } }}
{{??template_debug}}
{{??}}
{{actCount}}