source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "{{#each segments}}
";
// line 10
yield $this->extensions['MailPoet\Twig\I18n']->translate("Remove");
yield "
";
// line 11
yield $this->extensions['MailPoet\Twig\I18n']->translate("Move");
yield "
{{/each}}";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "form/templatesLegacy/settings/segment_selection_item.hbs";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 53 => 11, 49 => 10, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "form/templatesLegacy/settings/segment_selection_item.hbs", "/home/circleci/mailpoet/mailpoet/views/form/templatesLegacy/settings/segment_selection_item.hbs");
}
}