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

"; yield $this->extensions['MailPoet\Twig\I18n']->translate("Footer"); yield "

"; // line 3 yield $this->extensions['MailPoet\Twig\I18n']->translate("Text"); yield "
"; // line 29 yield $this->extensions['MailPoet\Twig\I18n']->translate("Links"); yield "
"; // line 41 yield $this->extensions['MailPoet\Twig\I18n']->translate("Background"); yield "
env->getRuntime('MailPoetVendor\Twig\Runtime\EscaperRuntime')->escape($this->extensions['MailPoet\Twig\I18n']->translate("Done"), "html_attr"); yield "\" />

"; // line 70 yield MailPoet\Util\Helpers::replaceLinkTags($this->extensions['MailPoet\Twig\I18n']->translate("If an email client [link]does not support a custom web font[/link], a similar standard font will be used instead."), "https://kb.mailpoet.com/article/176-which-fonts-can-be-used-in-mailpoet#custom-web-fonts", ["target" => "_blank"]); yield "

"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "newsletter/templates/blocks/footer/settings.hbs"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 141 => 70, 134 => 66, 125 => 60, 116 => 54, 107 => 48, 97 => 41, 85 => 32, 79 => 29, 59 => 12, 51 => 7, 44 => 3, 38 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/footer/settings.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/footer/settings.hbs"); } }