source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 $context["currentMonth"] = \MailPoetVendor\twig_date_format_filter($this->env, "now", "n"); // line 2 echo ""; } public function getTemplateName() { return "form/templatesLegacy/blocks/date_months.hbs"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 71 => 13, 62 => 10, 59 => 9, 55 => 7, 53 => 6, 50 => 5, 46 => 4, 42 => 3, 39 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "form/templatesLegacy/blocks/date_months.hbs", "/home/circleci/mailpoet/mailpoet/views/form/templatesLegacy/blocks/date_months.hbs"); } }