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("Button");
yield "
{{#ifCond renderOptions.hideLink '!==' true}}
{{/ifCond}}
{{#ifCond renderOptions.hideApplyToAll '!==' true}}
env->getRuntime('MailPoetVendor\Twig\Runtime\EscaperRuntime')->escape($this->extensions['MailPoet\Twig\I18n']->translate("Apply styles to all buttons"), "html_attr");
yield "\" />
{{/ifCond}}
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/button/settings.hbs";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 213 => 124, 205 => 119, 193 => 110, 181 => 101, 169 => 92, 158 => 84, 149 => 78, 138 => 70, 118 => 53, 110 => 48, 103 => 44, 95 => 39, 86 => 33, 77 => 27, 70 => 23, 58 => 14, 45 => 4, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "newsletter/templates/blocks/button/settings.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/button/settings.hbs");
}
}