[`SMS`]
{if count($sms_adapters)}
{foreach $sms_adapters as $i => $a}
{$a.name}
{if isset($a.controls.from.title)}{$a.controls.from.title}{else}[`Sender IDs`]{/if}
{strip}
{/strip}
{if isset($a.controls.from.description)}{$a.controls.from.description}{else}[`Enter Sender IDs to use with this SMS gateway (Sender ID is either your phone number or up-to-11-characters text label). Enter * to use default Sender ID issued for your account by the gateway.`]{/if}
{foreach $a.controls as $k => $v}
{if $k != 'from'}
{$v.title}
{if !empty($v.description)}
{$v.description}
{/if}
{/if}
{/foreach}
{sprintf('[`Once gateway is setup, add new and edit existing SMS notifications using the
Notifications settings screen.`]', '#/notifications/')}
{sprintf('[`For details
see documentation.`]', '[`http://www.webasyst.com/help/1061/shop-script-5-sms-setup/`]')}
{/foreach}
{else}
{sprintf('[`To enable SMS message sending, install and configure sending module for your preferred SMS gateway.
Browse for SMS gateway modules
in the Installer app.`]', $wa_backend_url|cat:'installer/#/plugins/wa-plugins/sms/')}
{/if}