{{breadcrums 'Home' 'Notification'}}
No |
Module Name |
Date |
Description |
{{#each data}}
{{#ifCond this.action "==" "New User"}}
1 |
|
{{this.date}} |
{{this.desc}} {{this.Name}} |
{{/ifCond}}
{{#ifCond this.action "==" "User Updated"}}
1 |
|
{{this.date}} |
{{this.Name}} User {{this.desc}} |
{{/ifCond}}
{{#ifCond this.action "==" "New Loan Added"}}
1 |
|
{{this.date}} |
{{this.Name}} Loan {{this.desc}} |
{{/ifCond}}
{{#ifCond this.action "==" "Loan Updated"}}
1 |
|
{{this.date}} |
{{this.Name}} Loan {{this.desc}} {{this.nameofuser.[0]}} {{this.nameofuser.[1]}} {{this.nameofuser.[2]}} |
{{/ifCond}}
{{/each}}