{extends file="./QaDefault.html"} {block name="content"} {if !empty($items)} {if $subject=='apps'}{$field = 'app_id'}{else}{$field='extras_id'}{/if} {foreach $items as $item} {/foreach}
## Name Version Vendor Actions
{$item@iteration|string_format:'%02d'} {$item.installed.name|default:$item.slug|escape} {$item.installed.version|default:'—'|escape} {$item.installed.vendor|default:'—'|escape}
{$wa->csrf()}
{/if} {/block}