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

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


env, $this->extensions['MailPoet\Twig\I18n']->translate("Select another image"), "html_attr"); echo "{{else}}"; echo \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Select background image", "call to action to select an image as a background image of a layout block"), "html_attr"); echo "{{/if}}\" />
"; // line 23 echo $this->extensions['MailPoet\Twig\I18n']->translate("Display options"); echo "

"; // line 44 echo MailPoet\Util\Helpers::replaceLinkTags($this->extensions['MailPoet\Twig\I18n']->translateWithContext("A [link]few email clients[/link] do not show background images. Make sure you have a good background color to fall back on if the image is not displayed.", "Editor > right sidebar for column block settings."), "https://kb.mailpoet.com/article/261-add-a-background-image-to-your-newsletter", ["target" => "_blank"]); echo "

env, $this->extensions['MailPoet\Twig\I18n']->translate("Done"), "html_attr"); echo "\" />
"; } public function getTemplateName() { return "newsletter/templates/blocks/container/settings.hbs"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 113 => 47, 107 => 44, 99 => 39, 90 => 33, 81 => 27, 74 => 23, 66 => 20, 56 => 13, 47 => 7, 37 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/container/settings.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/container/settings.hbs"); } }