source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'content' => [$this, 'block_content'], ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 $this->displayBlock('content', $context, $blocks); } public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 2 echo "
env, ($context["actionUrl"] ?? null)); echo "\" novalidate> env, ($context["redirectUrl"] ?? null)); echo "\"/> env, ($context["email"] ?? null)); echo "\" /> env, ($context["token"] ?? null), "html", null, true); echo "\" />


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

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

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

"; } // line 22 echo "
"; } public function getTemplateName() { return "subscription/manage_subscription.html"; } public function getDebugInfo() { return array ( 97 => 22, 91 => 19, 88 => 18, 86 => 17, 82 => 16, 75 => 13, 73 => 12, 65 => 9, 60 => 7, 56 => 6, 52 => 5, 45 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "subscription/manage_subscription.html", "/home/circleci/mailpoet/mailpoet/views/subscription/manage_subscription.html"); } }