{* +--------------------------------------------------------------------+ | CiviCRM version 4.4 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2013 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://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}Tracked Opens{/ts} {$report.event_totals.opened} {$report.event_totals.actionlinks.opened}
{ts}Click-throughs{/ts} {$report.event_totals.url} {$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/initial-set-up/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}
{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}
{/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} {$report.mailing.body_html|mb_truncate:30|escape|nl2br}
» {ts}View complete message{/ts}
{ts}Attachments{/ts} {$report.mailing.attachment}
{$component.type}{$component.name}
{/strip}
{ts}Mailing Settings{/ts} {strip} {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}Campaign{/ts}{$report.mailing.campaign}
{/strip}