{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *}
{ts}Delivery Summary{/ts} {if $report.jobs.0.start_date} {strip} {if $report.mailing.open_tracking} {/if} {if $report.mailing.url_tracking} {/if}
{ts}Intended Recipients{/ts} {$report.event_totals.queue} {$report.event_totals.actionlinks.queue}
{ts}Successful Deliveries{/ts} {$report.event_totals.delivered} ({$report.event_totals.delivered_rate|string_format:"%0.2f"}%) {$report.event_totals.actionlinks.delivered}
{ts}Unique Opens{/ts} {$report.event_totals.opened} ({$report.event_totals.opened_rate|string_format:"%0.2f"}%) {$report.event_totals.actionlinks.opened_unique}
{ts}Total Opens{/ts} {$report.event_totals.total_opened} {$report.event_totals.actionlinks.opened}
{ts}Click-throughs{/ts} {$report.event_totals.url} ({$report.event_totals.clickthrough_rate|string_format:"%0.2f"}%) {$report.event_totals.actionlinks.clicks}
{ts}Forwards{/ts} {$report.event_totals.forward} {$report.event_totals.actionlinks.forward}
{ts}Replies{/ts} {$report.event_totals.reply} {$report.event_totals.actionlinks.reply}
{ts}Bounces{/ts} {$report.event_totals.bounce} ({$report.event_totals.bounce_rate|string_format:"%0.2f"}%) {$report.event_totals.actionlinks.bounce}
{ts}Unsubscribe Requests{/ts} {$report.event_totals.unsubscribe} ({$report.event_totals.unsubscribe_rate|string_format:"%0.2f"}%) {$report.event_totals.actionlinks.unsubscribe}
{ts}Opt-out Requests{/ts} {$report.event_totals.optout} ({$report.event_totals.optout_rate|string_format:"%0.2f"}%) {$report.event_totals.actionlinks.optout}
{ts}Scheduled Date{/ts} {$report.jobs.0.scheduled_date}
{ts}Status{/ts} {$report.jobs.0.status}
{ts}Start Date{/ts} {$report.jobs.0.start_date}
{ts}End Date{/ts} {$report.jobs.0.end_date}
{/strip} {else}
{ts}Delivery has not yet begun for this mailing. If the scheduled delivery date and time is past, ask the system administrator or technical support contact for your site to verify that the automated mailer task ('cron job') is running - and how frequently.{/ts} {docURL page="user/advanced-configuration/email-system-configuration"}
{/if}
{ts}Recipients{/ts} {if $report.group.include|@count} {ts}Included{/ts} {strip} {foreach from=$report.group.include item=group} {/foreach}
{if $group.mailing} {ts 1=$group.link 2=$group.name}Recipients of %2{/ts} {else} {ts 1=$group.link 2=$group.name}Members of %2{/ts} {/if}
{/strip} {/if} {if $report.group.exclude|@count} {ts}Excluded{/ts} {strip} {foreach from=$report.group.exclude item=group} {/foreach}
{if $group.mailing} {ts 1=$group.link 2=$group.name}Recipients of %2{/ts} {else} {ts 1=$group.link 2=$group.name}Members of %2{/ts} {/if}
{/strip} {/if} {if $report.group.base|@count} {ts}Unsubscription Groups{/ts} {strip} {foreach from=$report.group.base item=group} {/foreach}
{if $group.mailing} {ts 1=$group.link 2=$group.name}Recipients of %2{/ts} {else} {ts 1=$group.link 2=$group.name}Members of %2{/ts} {/if}
{/strip} {/if}
{if $report.mailing.url_tracking && $report.click_through|@count > 0}
{ts}Click-through Summary{/ts} {strip} {foreach from=$report.click_through item=row} {/foreach}
{ts}Clicks{/ts} {ts}Unique Clicks{/ts} {ts}Success Rate{/ts} {ts}URL{/ts} {ts}Report{/ts}
{if $row.clicks > 0}{$row.clicks}{else}{$row.clicks}{/if} {if $row.unique > 0}{$row.unique}{else}{$row.unique}{/if} {$row.rate|string_format:"%0.2f"}% {$row.url} Report
{/strip}
{/if}
{ts}Content / Components{/ts} {strip} {if $report.mailing.body_text} {/if} {if $report.mailing.body_html} {/if} {if $report.mailing.attachment} {/if} {foreach from=$report.component item=component} {/foreach}
{ts}Text Message{/ts} {$report.mailing.body_text|mb_truncate:30|escape|nl2br}
» {ts}View complete message{/ts}
{ts}HTML Message{/ts} » {ts}View complete message{/ts}
{ts}Attachments{/ts} {$report.mailing.attachment}
{$component.type}{$component.name}
{/strip}
{ts}Mailing Settings{/ts} {strip} {if $public_url}{/if} {if $report.mailing.campaign} {/if}
{ts}Mailing Name{/ts}{$report.mailing.name}
{ts}Subject{/ts}{$report.mailing.subject}
{ts}From{/ts}{$report.mailing.from_name} <{$report.mailing.from_email}>
{ts}Reply-to email{/ts}{$report.mailing.replyto_email|htmlentities}
{ts}Forward replies{/ts}{if $report.mailing.forward_replies}{ts}On{/ts}{else}{ts}Off{/ts}{/if}
{ts}Auto-respond to replies{/ts}{if $report.mailing.auto_responder}{ts}On{/ts}{else}{ts}Off{/ts}{/if}
{ts}Open tracking{/ts}{if $report.mailing.open_tracking}{ts}On{/ts}{else}{ts}Off{/ts}{/if}
{ts}URL Click-through tracking{/ts}{if $report.mailing.url_tracking}{ts}On{/ts}{else}{ts}Off{/ts}{/if}
{ts}Public url{/ts} {$public_url}
{ts}Campaign{/ts}{$report.mailing.campaign}
{/strip}