@if (showIcon) {
{{ notification.additionalConfig.icon.icon }}
} @else { @if (notificationTypeIcons.get(notification.type)) { {{ notificationTypeIcons.get(notification.type) }} } }
@if (showButton) { }
{{ notification.createdTime ?? currentDate | dateAgo }} @if (!hideMarkAsReadButton) { } @if (notification.type === notificationType.ALARM && !notification.info.cleared) {
{{alarmSeverityTranslations.get(notification.info.alarmSeverity) | translate}}
}