{* load javascript calendar *} {ac_calendar base=".."} {if $formSubmitted}
{$submitResult.message}
{if $submitResult.succeeded} {else} {/if} {else}

{"Reuse an Existing Campaign"|alang}

{if !$campaign}
{"Campaign not found."|alang} {"Find a campaign you wish to reuse here."|alang}
{else}

{"Summary"|alang}

{"Campaign Name"|alang} {$campaign.name} {"(change)"|alang}
{"List(s)"|alang} {foreach from=$campaign.lists item=l} {$l.name}
{/foreach}
{"Filter"|alang} {if $campaign.filterid} {$campaign.filter.name} {else} {"None"|alang} {/if}
{"Message(s)"|alang} {foreach from=$campaign.messages item=m} {$m.subject}
{/foreach}
{"Will Send"|alang} {if $campaign.type == 'single' or $campaign.type == 'split' or $campaign.type == 'activerss'} {if $campaign.sdate > AC_CURRENTDATETIME} {$campaign.sdate|acpdate:$site.dateformat} {"at"|alang} {$campaign.sdate|acpdate:$site.timeformat} {else} {"Immediately"|alang} {/if} {elseif $campaign.type == 'recurring'} {"Immediately"|alang} {"(Since this mailing is a recurring one, this new mailing will be set as 'single')."|alang} {else} {"This campaign will be sent to every subscriber individually based on their subscription date/time."|alang} {/if}
{"Recipients"|alang} {$total}{*$campaign.total_amt*}

{if $total > 0} {if $mode == 'unread'}
{"New campaign will be sent to subscribers who have not read/opened this campaign"|alang}
{elseif $mode == 'newsub'}
{"New campaign will be sent to new subscribers (since this campaign was originally sent)"|alang}
{/if} {else} {if $mode == 'unread'}
{"There are no subscribers who have not read this campaign."|alang}
{elseif $mode == 'newsub'}
{"There are no new subscribers to resend this campaign to."|alang}
{/if} {/if}
{if $total > 0} {if $admin.pg_message_send} {/if} {/if}
{/if} {/if}