source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "
";
}
public function getTemplateName()
{
return "newsletter/templates/blocks/posts/settingsDisplayOptions.hbs";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 431 => 261, 424 => 257, 415 => 251, 408 => 247, 396 => 238, 384 => 229, 375 => 223, 368 => 219, 356 => 210, 350 => 207, 341 => 201, 332 => 195, 325 => 191, 315 => 184, 309 => 181, 300 => 175, 291 => 169, 284 => 165, 273 => 157, 264 => 151, 257 => 147, 248 => 141, 239 => 135, 230 => 129, 221 => 123, 212 => 117, 205 => 113, 192 => 103, 183 => 97, 176 => 93, 165 => 85, 156 => 79, 149 => 75, 140 => 69, 131 => 63, 122 => 57, 115 => 53, 106 => 47, 97 => 41, 88 => 35, 79 => 29, 72 => 25, 61 => 17, 52 => 11, 43 => 5, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "newsletter/templates/blocks/posts/settingsDisplayOptions.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/posts/settingsDisplayOptions.hbs");
}
}