@for (notification of notifications; track notification.key) {
{{notification.message}}
@if (showCtfFlagsInNotifications) {
outlined_flag {{notification.flag}} 
@if (showCtfCountryDetailsInNotifications !== 'none') { @if (showCtfCountryDetailsInNotifications === 'flag' || showCtfCountryDetailsInNotifications === 'both') { } @if (showCtfCountryDetailsInNotifications === 'name') { my_location }  @if (showCtfCountryDetailsInNotifications === 'name' || showCtfCountryDetailsInNotifications === 'both') { {{notification.country.name}} } }
}
}