source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'content' => [$this, 'block_content'], ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield from $this->unwrap()->yieldBlock('content', $context, $blocks); return; yield ''; } public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 2 yield "
env->getRuntime('MailPoetVendor\Twig\Runtime\EscaperRuntime')->escape(($context["actionUrl"] ?? null)); yield "\" novalidate> env->getRuntime('MailPoetVendor\Twig\Runtime\EscaperRuntime')->escape(($context["redirectUrl"] ?? null)); yield "\"/> env->getRuntime('MailPoetVendor\Twig\Runtime\EscaperRuntime')->escape(($context["email"] ?? null)); yield "\" /> env->getRuntime('MailPoetVendor\Twig\Runtime\EscaperRuntime')->escape(($context["token"] ?? null), "html", null, true); yield "\" />


"; // line 12 $context["allowedHtml"] = ["a" => ["href" => [], "target" => []]]; // line 13 yield " "; yield $this->extensions['MailPoet\Twig\Filters']->wpKses(($context["editEmailInfo"] ?? null), ($context["allowedHtml"] ?? null)); yield "

"; // line 16 yield ($context["formHtml"] ?? null); yield " "; // line 17 if ((($context["formState"] ?? null) == "success")) { // line 18 yield "

"; // line 19 yield $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Your preferences have been saved.", "success message after saving subscription settings"); yield "

"; } // line 22 yield "
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "subscription/manage_subscription.html"; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 99 => 22, 93 => 19, 90 => 18, 88 => 17, 84 => 16, 77 => 13, 75 => 12, 67 => 9, 62 => 7, 58 => 6, 54 => 5, 47 => 2, 39 => 1,); } public function getSourceContext() { return new Source("", "subscription/manage_subscription.html", "/home/circleci/mailpoet/mailpoet/views/subscription/manage_subscription.html"); } }