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("Dividers"); echo "

{{#each availableStyles.dividers}}
{{/each}}
"; // line 22 echo $this->extensions['MailPoet\Twig\I18n']->translate("Divider color"); echo "
"; // line 28 echo $this->extensions['MailPoet\Twig\I18n']->translate("Background"); echo "
{{#ifCond renderOptions.hideApplyToAll '!==' true}}
env, $this->extensions['MailPoet\Twig\I18n']->translate("Apply to all dividers"), "html_attr"); echo "\" />
{{/ifCond}}
env, $this->extensions['MailPoet\Twig\I18n']->translate("Done"), "html_attr"); echo "\" />
"; } public function getTemplateName() { return "newsletter/templates/blocks/divider/settings.hbs"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 89 => 37, 81 => 32, 74 => 28, 65 => 22, 55 => 15, 37 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/divider/settings.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/divider/settings.hbs"); } }