${$data.currentUserDepartmentAccess= SupportUI.Users.getAccessibleDepartments(SupportUI.CurrentUser.getId()) ,''}
{{each cvData}}
{{if thisModule == "Cases"}}
${$item.data.isNormalRecord = isPresence == "true" || (isPresence == "false" && isSpam == "true") ,''}
{{if isNormalRecord}}
${$item.data.isClickableFunc = "sE(event);updateValueInDOMCache('Cases','"+SECID+"','isRead',true);viewRecord('Cases','"+SECID+"','search','"+recno+"','"+ct+"');return false;" ,''}
{{else}}
${$item.data.isClickableFunc ="",''}
{{/if}}
{{if imgNeed}}
{{/if}}
${conname}{{if conname && tags}}
.{{/if}}{{if tags}}
#${tags}{{/if}}
{{/if}}
{{if thisModule == "Solutions"}}
{{if imgNeed}}
{{/if}}
${getI18NValue('support.solutions.in.topic')} {{if currentUserDepartmentAccess[depID]}}${tname}{{else}}${tname}{{/if}} ${getI18NValue('on').toLowerCase()} ${ctime}
{{/if}}
{{if thisModule == "Contacts"}}
{{if imgNeed}}
{{/if}}
${$data.alignCenter = (typeof phone != "undefined" && phone != "") || (typeof accName != "undefined" && accName != "") ? "" : "mt8" ,''}
${accName}{{if (typeof phone != "undefined") && phone !== "" && (typeof accName != "undefined") && accName !== ""}}
.{{/if}}{{if phone}}
${phone}{{/if}}
{{/if}}
{{if thisModule == "Accounts"}}
{{if imgNeed}}
{{/if}}
${$data.alignCenter = (typeof website != "undefined" && website != "") || (typeof email != "undefined" && email != "") ? "" : "mt10" ,''}
{{if website }}
${website}
{{/if}}
{{if typeof website !== "undefined" && typeof email !== "undefined" && email !== "" && website !== "" }}
.
{{/if}}
{{if email }}
${email}
{{/if}}
{{/if}}
{{if thisModule == "Tasks"}}
{{if imgNeed}}
{{/if}}
{{if currentUserDepartmentAccess[depID]}}
{{else}}
{{/if}}
{{if typeof conname !== "undefined" && conname !== ""}}
{{if currentUserDepartmentAccess[depID]}}
${conname}
.
{{else}}
${conname}
.
{{/if}}
{{/if}}
{{if prty == "High" || prty == "Highest"}}
${prty}
{{else prty == "Medium"}}
${prty}
{{else prty == "Low" || prty == "Lowest"}}
${prty}
{{else}}
${prty}
{{/if}}
{{if CaseNumber}}
{{/if}}
{{/if}}
{{/each}}