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("Post selection"); yield "

"; // line 4 yield $this->extensions['MailPoet\Twig\I18n']->translate("Show max:"); yield "

{{#if _displayOptionsHidden}} "; // line 43 yield $this->extensions['MailPoet\Twig\I18n']->translate("Display options"); yield " {{else}} "; // line 45 yield $this->extensions['MailPoet\Twig\I18n']->translate("Hide display options"); yield " {{/if}}
"; // line 72 yield $this->extensions['MailPoet\Twig\I18n']->translate("Title Format"); yield "
"; // line 100 yield $this->extensions['MailPoet\Twig\I18n']->translate("Title Alignment"); yield "
"; // line 122 yield $this->extensions['MailPoet\Twig\I18n']->translate("Title as links"); yield "

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

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

"; // line 211 yield $this->extensions['MailPoet\Twig\I18n']->translate("Show author"); yield "
"; // line 230 yield $this->extensions['MailPoet\Twig\I18n']->translate("Preceded by:"); yield "
"; // line 237 yield $this->extensions['MailPoet\Twig\I18n']->translate("Show categories"); yield "
"; // line 256 yield $this->extensions['MailPoet\Twig\I18n']->translate("Preceded by:"); yield "

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

"; // line 292 yield $this->extensions['MailPoet\Twig\I18n']->translate("Sort by"); yield "
"; // line 309 yield $this->extensions['MailPoet\Twig\I18n']->translate("Show divider between posts"); yield "
"; // line 323 yield $this->extensions['MailPoet\Twig\I18n']->translate("Select divider"); yield "
env->getRuntime('MailPoetVendor\Twig\Runtime\EscaperRuntime')->escape($this->extensions['MailPoet\Twig\I18n']->translate("Done"), "html_attr"); yield "\" />
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "newsletter/templates/blocks/automatedLatestContentLayout/settings.hbs"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 540 => 331, 529 => 323, 522 => 319, 513 => 313, 506 => 309, 496 => 302, 487 => 296, 480 => 292, 469 => 284, 457 => 275, 448 => 269, 441 => 265, 429 => 256, 423 => 253, 414 => 247, 405 => 241, 398 => 237, 388 => 230, 382 => 227, 373 => 221, 364 => 215, 357 => 211, 346 => 203, 337 => 197, 330 => 193, 320 => 186, 311 => 180, 302 => 174, 293 => 168, 284 => 162, 277 => 158, 266 => 150, 257 => 144, 250 => 140, 239 => 132, 230 => 126, 223 => 122, 214 => 116, 205 => 110, 196 => 104, 189 => 100, 180 => 94, 171 => 88, 162 => 82, 153 => 76, 146 => 72, 137 => 66, 128 => 60, 119 => 54, 107 => 45, 102 => 43, 88 => 32, 79 => 26, 60 => 10, 56 => 9, 52 => 8, 45 => 4, 38 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/automatedLatestContentLayout/settings.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/automatedLatestContentLayout/settings.hbs"); } }