{* FORM *}
{* ANNOUNCEMENT LIST *}
{$count_notifications = (!empty($notifications)) ? count($notifications) : 0}
{if $count_notifications}
{foreach $notifications as $group_notifications}
{$count_rows = count($group_notifications.rows)}
{* Announcements from installer *}
{if $group_notifications.app_id === 'installer' && !empty($group_notifications.is_virtual)}
{$group_notifications.text}
{if $count_rows === 1}
{continue}
{/if}
{/if}
-
{announcement_group_controls}
{/foreach}
{/if}
{* Announcement template *}
{$_default_app = 'webasyst'}