{include file="sections/header.tpl"}
{Lang::T('Send Bulk Message')}
{Lang::T('Use 20 and above if you are sending to all customers to avoid server time out')}
{Lang::T('Use at least 5 secs if you are sending to all customers to avoid being banned by your message provider')}
{Lang::T('Testing [if checked no real message is sent]')}

{Lang::T('Use placeholders:')}
[[name]] - {Lang::T('Customer Name')}
[[user_name]] - {Lang::T('Customer Username')}
[[phone]] - {Lang::T('Customer Phone')}
[[company_name]] - {Lang::T('Your Company Name')}

{Lang::T('Cancel')}
{if $batchStatus}

Total SMS Sent: {$totalSMSSent} Total SMS Failed: {$totalSMSFailed} Total WhatsApp Sent: {$totalWhatsappSent} Total WhatsApp Failed: {$totalWhatsappFailed}

{/if}

Message Results

{foreach $batchStatus as $customer} {/foreach}
Name Phone Message Status
{$customer.name} {$customer.phone} {$customer.message} {$customer.status}
{include file="sections/footer.tpl"}