source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 $context["currentDay"] = $this->extensions['MailPoetVendor\Twig\Extension\CoreExtension']->formatNumber($this->extensions['MailPoetVendor\Twig\Extension\CoreExtension']->formatDate("now", "d")); // line 2 yield ""; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "form/templatesLegacy/blocks/date_days.hbs"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 69 => 11, 60 => 9, 56 => 7, 54 => 6, 51 => 5, 47 => 4, 43 => 3, 40 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "form/templatesLegacy/blocks/date_days.hbs", "/home/circleci/mailpoet/mailpoet/views/form/templatesLegacy/blocks/date_days.hbs"); } }