source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "
{{#ifCond type 'in' 'radio,select'}}
{{else}}
{{/ifCond}}
{{#ifCond type 'in' 'radio,select'}}
";
// line 20
yield $this->extensions['MailPoet\Twig\I18n']->translate("Remove");
yield "
{{/ifCond}}
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "form/templatesLegacy/settings/values_item.hbs";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 59 => 20, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "form/templatesLegacy/settings/values_item.hbs", "/home/circleci/mailpoet/mailpoet/views/form/templatesLegacy/settings/values_item.hbs");
}
}