| {{'Sl.No' | translate}} | {{i + 1 + (paginator.pageIndex * paginator.pageSize)}} |
|
|
{{'Name' | translate}} |
@for (list of row?.touser?.slice(0,1); track list) {
@if (list.touser_id !== null) {
@if (row?.touser.length > 1) {
{{'Multiple Employees' | translate}} } @else {{{ getEmployeeById(list.touser_id)?.name?.slice(0, 40) }} } } @if (list.tocust_id !== null) { @if (row?.touser.length > 1) {{{'Multiple Customers' | translate}} } @else {{{ getCustomerById(list.tocust_id)?.username?.slice(0, 40) }} } } } |
{{'User Type' | translate}} | @for (list of row?.touser?.slice(0,1); track list) { @if (list.touser_id !== null) { {{'Employees' | translate}} } @if (list.tocust_id) { @if (getUserById(list.tocust_id)?.userType === 'Customer') { {{'Customer' | translate}} } } } | {{'Subject' | translate}} | {{row?.mailsubject?.slice(0,40)}} | {{'Actions' | translate}} |
@if (permission?.includes('Custom Notifications View')) {
}
@if (permission?.includes('Custom Notifications Delete')) {
}
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{'No data Found'| translate}} | } @else {{{'No data matching the filter'| translate}} " {{input.value}} " | }