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

"; // line 25 yield $this->extensions['MailPoet\Twig\I18n']->translate("Title Format"); yield "
"; // line 53 yield $this->extensions['MailPoet\Twig\I18n']->translate("Title Alignment"); yield "
"; // line 75 yield $this->extensions['MailPoet\Twig\I18n']->translate("Make the post title into a link"); yield "

"; // line 93 yield $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Title position", "Setting in the email designer to position the blog post title"); yield "

"; // line 113 yield $this->extensions['MailPoet\Twig\I18n']->translate("Featured image position"); yield "
"; // line 147 yield $this->extensions['MailPoet\Twig\I18n']->translate("Image width"); yield "

"; // line 165 yield $this->extensions['MailPoet\Twig\I18n']->translate("Show author"); yield "
"; // line 184 yield $this->extensions['MailPoet\Twig\I18n']->translate("Preceded by:"); yield "
"; // line 191 yield $this->extensions['MailPoet\Twig\I18n']->translate("Show categories"); yield "
"; // line 210 yield $this->extensions['MailPoet\Twig\I18n']->translate("Preceded by:"); yield "

"; // line 219 yield $this->extensions['MailPoet\Twig\I18n']->translate("\"Read more\" text"); yield "

"; // line 247 yield $this->extensions['MailPoet\Twig\I18n']->translate("Show divider between posts"); yield "
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "newsletter/templates/blocks/posts/settingsDisplayOptions.hbs"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 432 => 261, 425 => 257, 416 => 251, 409 => 247, 397 => 238, 385 => 229, 376 => 223, 369 => 219, 357 => 210, 351 => 207, 342 => 201, 333 => 195, 326 => 191, 316 => 184, 310 => 181, 301 => 175, 292 => 169, 285 => 165, 274 => 157, 265 => 151, 258 => 147, 249 => 141, 240 => 135, 231 => 129, 222 => 123, 213 => 117, 206 => 113, 193 => 103, 184 => 97, 177 => 93, 166 => 85, 157 => 79, 150 => 75, 141 => 69, 132 => 63, 123 => 57, 116 => 53, 107 => 47, 98 => 41, 89 => 35, 80 => 29, 73 => 25, 62 => 17, 53 => 11, 44 => 5, 38 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/posts/settingsDisplayOptions.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/posts/settingsDisplayOptions.hbs"); } }