<?php
if (!defined('ABSPATH')) exit;
use MailPoetVendor\Twig\Environment;
use MailPoetVendor\Twig\Error\LoaderError;
use MailPoetVendor\Twig\Error\RuntimeError;
use MailPoetVendor\Twig\Extension\CoreExtension;
use MailPoetVendor\Twig\Extension\SandboxExtension;
use MailPoetVendor\Twig\Markup;
use MailPoetVendor\Twig\Sandbox\SecurityError;
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedTagError;
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFilterError;
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFunctionError;
use MailPoetVendor\Twig\Source;
use MailPoetVendor\Twig\Template;
/* emails/statsNotificationLayout.txt */
class __TwigTemplate_d3e8bf2dd0b6f553933582b6cf295d5ab8592820b519068b6de84e6d5df22c40 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield from $this->unwrap()->yieldBlock('content', $context, $blocks);
// line 2
yield "
";
// line 3
if ($this->extensions['MailPoet\Twig\Functions']->isGarden()) {
// line 4
yield "© ";
yield $this->env->getRuntime('MailPoetVendor\Twig\Runtime\EscaperRuntime')->escape(($context["blogName"] ?? null), "html", null, true);
yield ". ";
yield $this->extensions['MailPoet\Twig\I18n']->translate("All Rights Reserved.");
yield "
";
// line 5
yield $this->extensions['MailPoet\Twig\I18n']->translate("Manage email preference");
yield " ";
yield ($context["linkSettings"] ?? null);
yield "
";
} else {
// line 7
yield $this->extensions['MailPoet\Twig\I18n']->translate("How to improve my open rate?");
yield " https://www.mailpoet.com/how-to-improve-open-rates/
";
// line 8
yield $this->extensions['MailPoet\Twig\I18n']->translate("And my click rate?");
yield " https://www.mailpoet.com/how-to-improve-click-rates/
";
// line 9
yield $this->extensions['MailPoet\Twig\I18n']->translate("Disable these emails");
yield " ";
yield ($context["linkSettings"] ?? null);
yield "
";
}
return; yield '';
}
// line 1
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "emails/statsNotificationLayout.txt";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 78 => 1, 68 => 9, 64 => 8, 60 => 7, 53 => 5, 46 => 4, 44 => 3, 41 => 2, 39 => 1,);
}
public function getSourceContext()
{
return new Source("", "emails/statsNotificationLayout.txt", "/home/circleci/mailpoet/mailpoet/views/emails/statsNotificationLayout.txt");
}
}