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 "
"; } 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"); } }