[`Transport`]
{foreach $transports as $t_id => $t}
{if $t_id == 'sms' && !$availability_sms_plugins}
[`Install an SMS plugin via Installer to be able to send SMS notifications.`]
{/if}
{/foreach}
[`Order source`]
[`Notification will be sent only for orders placed via the selected source.`]
{foreach $transports as $t_id => $t}
{include file="templates/actions/settings/SettingsNotifications.`$t_id`.html" inline}
{/foreach}
{include file="templates/actions/settings/SettingsNotificationsHelp.html" inline}