![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/var/tmp/twig/40/ |
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; use Twig\TemplateWrapper; /* @MauticNotification/FormTheme/Config/_config_notification_config_widget.html.twig */ class __TwigTemplate_48604b52cd81d6e84659251b3bdb242d extends Template { private Source $source; /** * @var array<string, Template> */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ '_config_notification_config_widget' => [$this, 'block__config_notification_config_widget'], ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 7 yield from $this->unwrap()->yieldBlock('_config_notification_config_widget', $context, $blocks); yield from []; } /** * @return iterable<null|scalar|\Stringable> */ public function block__config_notification_config_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 8 yield "<div class=\"panel panel-primary\"> <div class=\"panel-heading\"> <h3 class=\"panel-title\">"; // line 10 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("mautic.config.tab.campaign_notification_config"), "html", null, true); yield "</h3> </div> <div class=\"panel-body\"> <div class=\"row\"> <div class=\"col-md-6\"> "; // line 15 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 15, $this->source); })()), "campaign_send_notification_to_author", [], "any", false, false, false, 15), 'row'); yield " </div> </div> <div class=\"row\"> <div class=\"col-md-6\"> "; // line 20 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 20, $this->source); })()), "campaign_notification_email_addresses", [], "any", false, false, false, 20), 'row'); yield " </div> </div> </div> </div> <div class=\"panel panel-primary\"> <div class=\"panel-heading\"> <h3 class=\"panel-title\">"; // line 28 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("mautic.config.tab.webhook_notification_config"), "html", null, true); yield "</h3> </div> <div class=\"panel-body\"> <div class=\"row\"> <div class=\"col-md-6\"> "; // line 33 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 33, $this->source); })()), "webhook_send_notification_to_author", [], "any", false, false, false, 33), 'row'); yield " </div> </div> <div class=\"row\"> <div class=\"col-md-6\"> "; // line 38 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, (isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 38, $this->source); })()), "webhook_notification_email_addresses", [], "any", false, false, false, 38), 'row'); yield " </div> </div> </div> </div> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@MauticNotification/FormTheme/Config/_config_notification_config_widget.html.twig"; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 101 => 38, 93 => 33, 85 => 28, 74 => 20, 66 => 15, 58 => 10, 54 => 8, 43 => 7,); } public function getSourceContext(): Source { return new Source("", "@MauticNotification/FormTheme/Config/_config_notification_config_widget.html.twig", "/home/corals/mautic.corals.io/app/bundles/NotificationBundle/Resources/views/FormTheme/Config/_config_notification_config_widget.html.twig"); } }