source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "
extensions['MailPoet\Twig\I18n']->translate("Click to toggle"); yield "\">

"; // line 2 yield $this->extensions['MailPoet\Twig\I18n']->translate("Styles"); yield "

{{#if isWoocommerceTransactional}}
"; // line 10 yield $this->extensions['MailPoet\Twig\I18n']->translate("Branding color"); yield "

{{/if}}
{{#if isWoocommerceTransactional}}
{{/if}}
{{#unless isWoocommerceTransactional}} {{/unless}}
{{#unless isWoocommerceTransactional}} {{/unless}}
{{#unless isWoocommerceTransactional}} {{/unless}}
{{#unless isWoocommerceTransactional}}
"; // line 164 yield $this->extensions['MailPoet\Twig\I18n']->translate("Underline"); yield "

{{/unless}}
"; // line 194 yield $this->extensions['MailPoet\Twig\I18n']->translate("Content background"); yield "
"; // line 199 yield $this->extensions['MailPoet\Twig\I18n']->translate("Global background"); yield "

"; // line 202 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/components/sidebar/styles.hbs"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 315 => 202, 309 => 199, 301 => 194, 284 => 180, 270 => 169, 262 => 164, 255 => 160, 235 => 143, 226 => 137, 216 => 130, 197 => 114, 188 => 108, 178 => 101, 159 => 85, 150 => 79, 140 => 72, 126 => 61, 117 => 55, 108 => 49, 88 => 32, 79 => 26, 69 => 19, 64 => 17, 54 => 10, 43 => 2, 38 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/components/sidebar/styles.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/components/sidebar/styles.hbs"); } }