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("All 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("Any 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");
}
}