8889841cca5a7e42df0d01c148169fecd518a925eacdb7d44e4fe0ef8e99093aaa660b19.php 0000644 00000056317 15051460047 0016535 0 ustar 00 source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "emails/statsNotificationLayout.html";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$this->parent = $this->loadTemplate("emails/statsNotificationLayout.html", "emails/statsNotificationAutomatedEmails.html", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
// line 3
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 4
echo "
|
extensions['MailPoet\Twig\Assets']->generateCdnUrl("logo-orange-400x122.png");
echo "\" width=\"80\" alt=\"new_logo_orange\" style=\"height:auto;max-width:100%;-ms-interpolation-mode:bicubic;border:0;display:block;outline:none;text-align:center\" />
|
|
";
// line 27
echo $this->extensions['MailPoet\Twig\I18n']->translate("Your monthly stats are in!");
echo "
|
|
|
|
";
// line 43
$context['_parent'] = $context;
$context['_seq'] = \MailPoetVendor\twig_ensure_traversable(($context["newsletters"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["newsletter"]) {
// line 44
echo "
|
env, \MailPoetVendor\twig_get_attribute($this->env, $this->source, $context["newsletter"], "linkStats", [], "any", false, false, false, 122), "html", null, true);
echo "\" style=\"color:#ffffff;text-decoration:none !important;display:inline-block;-webkit-text-size-adjust:none;mso-hide:all;text-align:center;background-color:";
echo $this->extensions['MailPoet\Twig\Functions']->statsColor(\MailPoetVendor\twig_get_attribute($this->env, $this->source, $context["newsletter"], "clicked", [], "any", false, false, false, 122));
echo ";border-color:#0074a2;border-width:0px;border-radius:3px;border-style:solid;width:80px;line-height:20px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-size:10px;font-weight:normal\">
";
// line 123
echo $this->extensions['MailPoet\Twig\Functions']->clickedStatsText(\MailPoetVendor\twig_get_attribute($this->env, $this->source, $context["newsletter"], "clicked", [], "any", false, false, false, 123));
echo "
|
|
extensions['MailPoet\Twig\Functions']->statsColor(\MailPoetVendor\twig_get_attribute($this->env, $this->source, $context["newsletter"], "clicked", [], "any", false, false, false, 134));
echo ";\">
extensions['MailPoet\Twig\Functions']->statsColor(\MailPoetVendor\twig_get_attribute($this->env, $this->source, $context["newsletter"], "clicked", [], "any", false, false, false, 136));
echo ";\">";
echo $this->extensions['MailPoet\Twig\Functions']->statsNumberFormatI18n(\MailPoetVendor\twig_get_attribute($this->env, $this->source, $context["newsletter"], "clicked", [], "any", false, false, false, 136));
echo "%
";
// line 139
echo $this->extensions['MailPoet\Twig\I18n']->translate("clicked");
echo "
|
|
|
";
// line 180
echo $this->extensions['MailPoet\Twig\Functions']->statsNumberFormatI18n(\MailPoetVendor\twig_get_attribute($this->env, $this->source, $context["newsletter"], "opened", [], "any", false, false, false, 180));
echo "% ";
echo $this->extensions['MailPoet\Twig\I18n']->translate("opened");
echo "
|
";
// line 199
echo $this->extensions['MailPoet\Twig\Functions']->statsNumberFormatI18n(\MailPoetVendor\twig_get_attribute($this->env, $this->source, $context["newsletter"], "machineOpened", [], "any", false, false, false, 199));
echo "% ";
echo $this->extensions['MailPoet\Twig\I18n']->translate("machine-opened");
echo "
|
|
|
";
// line 239
echo $this->extensions['MailPoet\Twig\Functions']->statsNumberFormatI18n(\MailPoetVendor\twig_get_attribute($this->env, $this->source, $context["newsletter"], "unsubscribed", [], "any", false, false, false, 239));
echo "% ";
echo $this->extensions['MailPoet\Twig\I18n']->translate("unsubscribed");
echo "
|
";
// line 258
echo $this->extensions['MailPoet\Twig\Functions']->statsNumberFormatI18n(\MailPoetVendor\twig_get_attribute($this->env, $this->source, $context["newsletter"], "bounced", [], "any", false, false, false, 258));
echo "% ";
echo $this->extensions['MailPoet\Twig\I18n']->translate("bounced");
echo "
|
|
|
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['newsletter'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 279
echo "
|
";
}
public function getTemplateName()
{
return "emails/statsNotificationAutomatedEmails.html";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 395 => 279, 366 => 258, 342 => 239, 297 => 199, 273 => 180, 229 => 139, 221 => 136, 216 => 134, 202 => 123, 196 => 122, 189 => 118, 183 => 115, 173 => 108, 129 => 67, 125 => 66, 101 => 44, 97 => 43, 78 => 27, 66 => 18, 50 => 4, 46 => 3, 35 => 1,);
}
public function getSourceContext()
{
return new Source("", "emails/statsNotificationAutomatedEmails.html", "/home/circleci/mailpoet/mailpoet/views/emails/statsNotificationAutomatedEmails.html");
}
}
index.php 0000644 00000000006 15051460047 0006362 0 ustar 00