source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 $context["currentYear"] = \MailPoetVendor\twig_date_format_filter($this->env, "now", "Y"); // line 2 $context["minYear"] = (($context["currentYear"] ?? null) - 100); // line 3 echo " "; } public function getTemplateName() { return "form/templatesLegacy/blocks/date_years.hbs"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 71 => 13, 62 => 11, 58 => 9, 56 => 8, 53 => 7, 49 => 6, 45 => 5, 41 => 3, 39 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "form/templatesLegacy/blocks/date_years.hbs", "/home/circleci/mailpoet/mailpoet/views/form/templatesLegacy/blocks/date_years.hbs"); } }