{{#if notifications}} {{#each notifications}}
  • {{message}}
    {{createDate}}
  • {{/each}} {{else}}
  • {{t "openidm.ui.apps.dashboard.NotificationsView.noNotifications"}}
  • {{/if}}