76 lines
2.7 KiB
PHP
76 lines
2.7 KiB
PHP
<?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;
|
|
|
|
/* segments/dynamic_premium_translations.html */
|
|
class __TwigTemplate_77ed0d655a5f7da5db7835f2e43055ae3800604557d7f67b05c53d8f32a54bec extends Template
|
|
{
|
|
private $source;
|
|
private $macros = [];
|
|
|
|
public function __construct(Environment $env)
|
|
{
|
|
parent::__construct($env);
|
|
|
|
$this->source = $this->getSourceContext();
|
|
|
|
$this->parent = false;
|
|
|
|
$this->blocks = [
|
|
];
|
|
}
|
|
|
|
protected function doDisplay(array $context, array $blocks = [])
|
|
{
|
|
$macros = $this->macros;
|
|
// line 1
|
|
yield $this->extensions['MailPoet\Twig\I18n']->localize(["allConditions" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("<strong>All</strong> of the following conditions", "Dynamic segment creation: The user can select join between condition when he has more than one"), "anyConditions" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("<strong>Any</strong> of the following conditions", "Dynamic segment creation: The user can select join between condition when he has more than one"), "filterConnectAnd" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("and", "Dynamic segment creation: The user can see logical operator between condition when has more than one"), "filterConnectOr" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("or", "Dynamic segment creation: The user can see logical operator between condition when has more than one")]);
|
|
// line 6
|
|
yield "
|
|
";
|
|
return; yield '';
|
|
}
|
|
|
|
/**
|
|
* @codeCoverageIgnore
|
|
*/
|
|
public function getTemplateName()
|
|
{
|
|
return "segments/dynamic_premium_translations.html";
|
|
}
|
|
|
|
/**
|
|
* @codeCoverageIgnore
|
|
*/
|
|
public function isTraitable()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
/**
|
|
* @codeCoverageIgnore
|
|
*/
|
|
public function getDebugInfo()
|
|
{
|
|
return array ( 40 => 6, 38 => 1,);
|
|
}
|
|
|
|
public function getSourceContext()
|
|
{
|
|
return new Source("", "segments/dynamic_premium_translations.html", "/home/circleci/mailpoet/mailpoet-premium/views/segments/dynamic_premium_translations.html");
|
|
}
|
|
}
|