source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "
"; // line 2 yield $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Open in new tab", "Open email preview in new tab"); yield "
extensions['MailPoet\Twig\I18n']->translate("Sending…"); yield "{{/if}} {{#unless sendingPreview}}"; // line 44 yield $this->extensions['MailPoet\Twig\I18n']->translate("Send preview"); yield "{{/unless}} \" {{#if sendingPreview}}disabled{{/if}} />

"; // line 48 yield $this->extensions['MailPoet\Twig\I18n']->translate("A MailPoet logo will appear in the footer of all emails sent with the free version of MailPoet."); yield "

"; // line 50 yield $this->extensions['MailPoet\Twig\I18n']->translate("Your test email has been sent!"); yield "

"; // line 53 yield MailPoet\Util\Helpers::replaceLinkTags($this->extensions['MailPoet\Twig\I18n']->translate("Didn’t receive the test email? Read our [link]quick guide[/link] to sending issues."), "https://kb.mailpoet.com/article/146-my-newsletters-are-not-being-received", ["target" => "_blank", "rel" => "noopener noreferrer"]); yield "

{{#if mssKeyPendingApproval }}

"; // line 62 yield $this->extensions['MailPoet\Twig\Functions']->pendingApprovalMessage(); yield "

{{#if mssKeyPendingApprovalRefreshMessage }}

"; // line 66 yield MailPoet\Util\Helpers::replaceLinkTags($this->extensions['MailPoet\Twig\I18n']->translate("If you have already received approval email, click [link]here[/link] to update the status."), "#", ["id" => "refresh-mss-key-status"]); yield "

{{/if}}
{{/if}}
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "newsletter/templates/components/newsletterPreview.hbs"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 138 => 66, 131 => 62, 119 => 53, 113 => 50, 108 => 48, 101 => 44, 97 => 43, 83 => 32, 60 => 12, 54 => 9, 48 => 6, 41 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/components/newsletterPreview.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/components/newsletterPreview.hbs"); } }