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

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

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

"; // line 53 echo 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"]); echo "

{{#if mssKeyPendingApproval }}

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

{{#if mssKeyPendingApprovalRefreshMessage }}

"; // line 66 echo 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"]); echo "

{{/if}}
{{/if}}
"; } public function getTemplateName() { return "newsletter/templates/components/newsletterPreview.hbs"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 137 => 66, 130 => 62, 118 => 53, 112 => 50, 107 => 48, 100 => 44, 96 => 43, 82 => 32, 59 => 12, 53 => 9, 47 => 6, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/components/newsletterPreview.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/components/newsletterPreview.hbs"); } }