{if !shopLicensing::isPremium() && ifset($channel.type_count) > 0}
{include file="templates/includes/availableWithPremiumAlert.html" title="[`2+ channels of the same type available with premium only`]" inline}
{else}
{if !empty($channel.type_available)}

{if !empty($channel.id)} {$channel.name|escape} {else} [`New sales channel`] {/if} {$channel.type|escape}

{/if} {* var_dump($channel.orders) TODO: replace with a quick at a glance chart and a link to the channel filtered order list *} {$channel_form}
{/if}