source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "form/templatesLegacy/settings/field_form.hbs"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 130 => 61, 119 => 53, 109 => 46, 101 => 41, 94 => 37, 87 => 33, 80 => 29, 73 => 25, 66 => 21, 58 => 16, 50 => 11, 38 => 1,); } public function getSourceContext() { return new Source("", "form/templatesLegacy/settings/field_form.hbs", "/home/circleci/mailpoet/mailpoet/views/form/templatesLegacy/settings/field_form.hbs"); } }