{{# v.notiCss='' }}
{{# if($$.$context.app.DisableFeatures.indexOf('NotificationUI')>-1){v.notiCss='hidden';} }}
{{# app.ExtendTaskWithNotificationFlags(v);/*should_be_first*/ }}
{{# app.ExtendTaskWithLocalizedNames(v); }}
{{# app.ExtendTaskWithLocalizedDateTime(v); }}
{{# if(v.p){ }}
{{# v.multiselect=v.p.v.multiselect; }}
{{# }else{ }}
{{# v.multiselect=viewHandler.views[viewHandler.currentView].dataset.multiselect; }}
{{# } }}
{{# if(viewHandler.views[viewHandler.currentView].feats.moveTask===true&&(viewHandler.currentView=='inbox'||(viewHandler.currentView.indexOf('folder_')>-1&&!(viewHandler.views[viewHandler.currentView].shared&&viewHandler.views[viewHandler.currentView].viewUser!=acc.JsonApiUser)))){ }}
{{# } }}
{{? multiselect}}
{{?multiselected}}
{{?^}}
{{?}}
{{?}}
{{# if($$.$context.app.config.showAttachments&&viewHandler.currentView!="initiate"){ }}
{{# } }}
{{# if(v.p){ }}
{{# v.columns=v.p.v.columns; }}
{{# }else{ }}
{{# v.columns=viewHandler.views[viewHandler.currentView].dataset.columns; }}
{{# } }}
{{# counter=0}}
{{~ columns}}
{{# v.val=p.v[v.columnName];}}
{{# v.id=acc.Encryptor.makeRandom(10);}}
{{$ '';v.val=v.val||' ';}}
{{# v.show=(v.val&&v.visible);}}
{{# v.first=counter==0;}}
{{# v.firstCss=''; }}
{{# v.highlight=$$.$context.get('highlight');}}
{{# if(v.first)v.firstCss='noleft';}}
{{? show!=''}}
{{$viewHandler.searchHighlight(v.val,v.highlight,v.id);}}
{{$viewHandler.secureHighlight(v.val,v.highlight,v.id);}}
{{# counter++ }}
{{?}}
{{~}}