{* Display a table of remotely-available extensions Depends: CRM/common/enableDisableApi.tpl and CRM/common/jsortable.tpl *} {if $remoteExtensionRows}
{strip} {foreach from=$remoteExtensionRows key=extKey item=row} {if $localExtensionRows[$extKey]} {continue} {/if} {/foreach}
{ts}Extension name (key){/ts} {ts}Version{/ts} {ts}Type{/ts}
 {$row.label}
({$row.key})
{$row.version} {if $row.upgradable}
({$row.upgradeVersion}){/if}
{$row.type|capitalize} {$row.action|replace:'xx':$row.id}
{include file="CRM/Admin/Page/ExtensionDetails.tpl" extension=$row}
{/strip}
{else}
{ts}There are no extensions to display. Please click "Refresh" to update information about available extensions.{/ts}
{/if}