source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "
extensions['MailPoet\Twig\I18n']->translate("Search...");
yield "\" />
";
// line 27
yield $this->extensions['MailPoet\Twig\I18n']->translate("Loading posts...");
yield "
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "newsletter/templates/blocks/posts/settingsSelection.hbs";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 93 => 27, 77 => 14, 73 => 13, 69 => 12, 65 => 11, 61 => 10, 56 => 8, 52 => 7, 48 => 6, 42 => 3, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "newsletter/templates/blocks/posts/settingsSelection.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/posts/settingsSelection.hbs");
}
}