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("Button");
echo "
{{#ifCond renderOptions.hideLink '!==' true}}
{{/ifCond}}
{{#ifCond renderOptions.hideApplyToAll '!==' true}}
env, $this->extensions['MailPoet\Twig\I18n']->translate("Apply styles to all buttons"), "html_attr");
echo "\" />
{{/ifCond}}
env, $this->extensions['MailPoet\Twig\I18n']->translate("Done"), "html_attr");
echo "\" />
";
}
public function getTemplateName()
{
return "newsletter/templates/blocks/button/settings.hbs";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 212 => 124, 204 => 119, 192 => 110, 180 => 101, 168 => 92, 157 => 84, 148 => 78, 137 => 70, 117 => 53, 109 => 48, 102 => 44, 94 => 39, 85 => 33, 76 => 27, 69 => 23, 57 => 14, 44 => 4, 37 => 1,);
}
public function getSourceContext()
{
return new Source("", "newsletter/templates/blocks/button/settings.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/button/settings.hbs");
}
}