{if !empty($notifications)} {$has_some_new_notifications = !empty($new_notification_group_id_to_id)} {foreach $notifications as $group_notifications} {$count_rows = (!empty($group_notifications.rows)) ? count($group_notifications.rows) : 0} {* Announcements from installer *} {if $group_notifications.app_id === 'installer' && !empty($group_notifications.is_virtual)} {$group_notifications.text} {if $count_rows === 1} {continue} {/if} {/if}