{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {if $groupCount == 0 and $mailingCount == 0}
{icon icon="fa-info-circle"}{/icon} {ts}To send a Mass SMS, you must have a valid group of recipients - either at least one group that's a Mailing List{/ts}
{else}
{include file="CRM/common/WizardHeader.tpl"}
{$form.name.label}{$form.name.html} {help id="sms-name"}
{$form.sms_provider_id.label}{$form.sms_provider_id.html} {help id ="id-sms_provider" isAdmin=$isAdmin}
{ts}Mailing Recipients{/ts}
{strip} {if $groupCount > 0} {/if} {if $mailingCount > 0} {/if}
{$form.includeGroups.label} {help id="include-groups"}
{$form.includeGroups.html}
{$form.excludeGroups.label} {help id="exclude-groups"}
{$form.excludeGroups.html}
{$form.includeMailings.label} {help id="include-mailings"}
{$form.includeMailings.html}
{$form.excludeMailings.label} {help id="exclude-mailings"}
{$form.excludeMailings.html}
{/strip}
{include file="CRM/common/formButtons.tpl"}
{/if}