{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *}
{include file="CRM/common/formButtons.tpl" location="top"}
{if $suppressedEmails > 0}

{ts count=$suppressedEmails plural='Email will NOT be sent to %count contacts - (no email address on file, or communication preferences specify DO NOT EMAIL, or contact is deceased).'}Email will NOT be sent to %count contact - (no email address on file, or communication preferences specify DO NOT EMAIL, or contact is deceased).{/ts}

{/if} {crmSetting var="logged_in_email_setting" name="allow_mail_from_logged_in_contact"} {if $emailTask} {/if} {* CRM-15984 --add campaign to email activities *} {include file="CRM/Campaign/Form/addCampaignToComponent.tpl" campaignTrClass="crm-contactEmail-form-block-campaign_id"}
{if $single eq false}{ts}Recipient(s){/ts}{else}{$form.to.label}{/if} {$form.to.html} {help id="id-to_email" file="CRM/Contact/Form/Task/Email.hlp"}
{$form.cc_id.label} {$form.cc_id.html}
{$form.bcc_id.label} {$form.bcc_id.html}
{$form.template.label} {$form.template.html}
{$form.subject.label} {$form.subject.html|crmAddClass:huge}  {help id="id-token-subject" tplFile=$tplFile isAdmin=$isAdmin file="CRM/Contact/Form/Task/Email.hlp"}
{include file="CRM/Contact/Form/Task/EmailCommon.tpl"} {include file="CRM/Activity/Form/FollowUp.tpl" type='email-'}
{if $single eq false} {include file="CRM/Contact/Form/Task.tpl"} {/if} {if $suppressedEmails > 0} {ts count=$suppressedEmails plural='Email will NOT be sent to %count contacts.'}Email will NOT be sent to %count contact.{/ts} {/if}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{/literal}