{strip}
{_w('Installing the application','Installing applications', count($queue_apps) - $count_installer_dependencies - 1)}
{$product_names = []}
{$installer_text_shown = false}
{foreach $queue_apps as $item}
{if ifset($item, 'id', null) == 'installer'}
{if !$installer_text_shown}
{$product_names[] = _w('Webasyst framework')|string_format:'[`ā%sā`]'}
{$installer_text_shown = true}
{/if}
{else}
{$product_names[] = $item.name|string_format:'[`ā%sā`]'}
{/if}
{/foreach}
{join(', ', $product_names)|escape}
{/strip}