source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 $context["currentYear"] = $this->extensions['MailPoetVendor\Twig\Extension\CoreExtension']->formatDate("now", "Y"); // line 2 $context["minYear"] = (($context["currentYear"] ?? null) - 100); // line 3 yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "form/templatesLegacy/blocks/date_years.hbs"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 72 => 13, 63 => 11, 59 => 9, 57 => 8, 54 => 7, 50 => 6, 46 => 5, 42 => 3, 40 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "form/templatesLegacy/blocks/date_years.hbs", "/home/circleci/mailpoet/mailpoet/views/form/templatesLegacy/blocks/date_years.hbs"); } }