{$include_params = [ 'back' => [ 'link' => '#/campaigns/archive/', 'name' => '[`Sent`]' ], 'has_toggle' => true, 'title' => {ifempty($campaign.subject, "[``]")|escape} ]} {include file="templates/actions/campaigns/includes/CampaignsHeader.html" params=$include_params}
    {if $wa->mailer->isInspector() || $wa->mailer->isAuthor()} {if $campaign.status == mailerMessageModel::STATUS_DRAFT } {elseif $campaign.status == mailerMessageModel::STATUS_PENDING } {elseif $campaign.status != mailerMessageModel::STATUS_SENT && $campaign.status != mailerMessageModel::STATUS_SENDING_ERROR} mailer->isAuthor()} class="selected" data-href="#/campaigns/report/{$campaign.id}/"{/if}> {if $campaign.status == mailerMessageModel::STATUS_SENDING_PAUSED} [`Sending paused`] {else} [`Now sending`] {/if} {else}
  • [`Sending report`]
  • {/if} {/if}
  • [`Letter`]
{if $campaign.status != mailerMessageModel::STATUS_SENDING_ERROR} {if $campaign.status == mailerMessageModel::STATUS_SENDING} {if $wa->mailer->writable($campaign)} [`Pause`] {/if} {elseif $campaign.status == mailerMessageModel::STATUS_SENDING_PAUSED} {if $wa->mailer->writable($campaign)} [`Resume`] {/if} {/if} {/if} {include file="templates/actions/campaigns/includes/CampaignsActions.html"}
{if $campaign.status != mailerMessageModel::STATUS_SENDING_ERROR && $campaign.status != mailerMessageModel::STATUS_SENT}
{/if} {if $return_path_error}

[`Error checking the Return-Path mailbox`] {$campaign.return_path}

{$return_path_error}

{if $allow_return_path_edit}

[`Edit settings`]

{/if}
{/if} {if $campaign.status == mailerMessageModel::STATUS_SENDING_ERROR}

[`An error occurred during the sending of this campaign.`]

{elseif $campaign.status == mailerMessageModel::STATUS_SENDING_PAUSED && !empty($params.sending_softfail_description)}

[`An error occurred during the sending of this campaign.`]

{$params.sending_softfail_description|escape}

{/if} {* @event campaign.report.%plugin_id%.top *} {foreach $event_campaign_report as $_}{$_.top|default:''}{/foreach} {* * Progressbar HTML *} {if $campaign.status == mailerMessageModel::STATUS_SENT}
[`Start`] {waDateTime::format('humandatetime', $campaign.send_datetime)}
[`Finish`] {waDateTime::format('humandatetime', $campaign.finished_datetime)}
[`Sending duration`] {$campaign.duration}
{/if} {if !$stats_is_empty}
{include file="templates/actions/campaigns/pie_diagram_legend.html"}
{else}

[`no data in mailing log`]

{/if} {if !$stats_is_empty}
{*if $stats.exceptions_num != 0*}
[`All recipients`]: {$stats.recipients_num} {if !empty($recipient_criterias)} [`How were selected`]
{* Recipients selection criteria block (hidden by default) *}

{_w('%s recipient have been selected for this campaign', '%s recipients have been selected for this campaign', $stats.recipients_num)}. {if $stats.exceptions_num > 0} {sprintf_wp('However, not every one of them was actually included in the mailing list (see %s for details)', '[`Exceptions`]')}. {/if}

{/if}
{*/if*}
[`Read`]: {$stats.opened_num}
[`Unsubscribed`]: {$stats.unsubscribed_num}
[`Bounced`]: {$stats.bounced_num}
[`Sent `]: {$stats.unknown_num}
{*if $stats.exceptions_num != 0*}
[`Exceptions`]: {$stats.exceptions_num}

[`Excluded were previously unsubscribed and also those email addresses that have resulted in a permanent error returned by the recipient server in your past mailing campaigns. Those mail boxes either do not exist, or cannot receive your message by any reason. Further attempts to send messages to these addresses may result in the blacklisting of your mail server. Therefore, it is recommended to exclude these addresses from all future recipient lists.`]

{*/if*}
[`Sent `]: {$stats.actualy_sent_num}
[`Number of recipients`]:
[`per minute`] [`per hour`]
[`Shown`]:
[`24h`] [`48h`] [`All history`]
[`or select a required period on the chart`]
{/if} {* * Recipients list wrapper. *}
{if !$campaign.has_unsubscribe_link} {/if} {if empty($campaign.return_path)} {/if} {if !$campaign.opened_count_available} {/if} {* @event campaign.report.%plugin_id%.bottom *} {foreach $event_campaign_report as $_}{$_.bottom|default:''}{/foreach}
{if $wa->installer && method_exists($wa->installer, 'reviewWidget')} {$wa->installer->reviewWidget('app/mailer')} {/if}