source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "

"; // line 44 yield $this->extensions['MailPoet\Twig\I18n']->translate("We're sorry to see you go. Would you be open to sharing how MailPoet didn't work for you so we could improve it?"); yield "
"; // line 45 yield $this->extensions['MailPoet\Twig\I18n']->translate("It will take only a minute."); yield "

"; // line 52 yield $this->extensions['MailPoet\Twig\I18n']->translate("Yes"); yield " → "; // line 58 yield $this->extensions['MailPoet\Twig\I18n']->translate("No"); yield "
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "deactivationPoll/link-poll.html"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 106 => 58, 97 => 52, 87 => 45, 83 => 44, 38 => 1,); } public function getSourceContext() { return new Source("", "deactivationPoll/link-poll.html", "/home/circleci/mailpoet/mailpoet/views/deactivationPoll/link-poll.html"); } }