![]() 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/f4/ |
<?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; /* @MauticEmail/FormTheme/Config/monitored_email_widget.html.twig */ class __TwigTemplate_1742fcb32d31277b90a4188dde3196fe 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 = [ 'monitored_email_widget' => [$this, 'block_monitored_email_widget'], ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield from $this->unwrap()->yieldBlock('monitored_email_widget', $context, $blocks); yield from []; } /** * @return iterable<null|scalar|\Stringable> */ public function block_monitored_email_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 2 yield " "; $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(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.', 2, $this->source); })()), "children", [], "any", false, false, false, 2)); foreach ($context['_seq'] as $context["_key"] => $context["child"]) { // line 3 yield " <div class=\"panel panel-default\"> <div class=\"panel-heading\"> <h3 class=\"panel-title\">"; // line 5 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["child"], "vars", [], "any", false, false, false, 5), "label", [], "any", false, false, false, 5)), "html", null, true); yield "</h3> </div> <div class=\"panel-body\"> "; // line 8 $context["tooltip"] = (($this->extensions['Mautic\CoreBundle\Twig\Extension\TranslatorExtension']->translatorHasId((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["child"], "vars", [], "any", false, false, false, 8), "label", [], "any", false, false, false, 8) . ".tooltip"))) ? ($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["child"], "vars", [], "any", false, false, false, 8), "label", [], "any", false, false, false, 8) . ".tooltip"))) : ("")); // line 9 yield " "; if ((isset($context["tooltip"]) || array_key_exists("tooltip", $context) ? $context["tooltip"] : (function () { throw new RuntimeError('Variable "tooltip" does not exist.', 9, $this->source); })())) { // line 10 yield " <p>"; yield $this->env->getRuntime('Exercise\HTMLPurifierBundle\Twig\HTMLPurifierRuntime')->purify((isset($context["tooltip"]) || array_key_exists("tooltip", $context) ? $context["tooltip"] : (function () { throw new RuntimeError('Variable "tooltip" does not exist.', 10, $this->source); })())); yield "</p> "; } // line 12 yield " "; yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["child"], 'widget'); yield " </div> </div> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['child'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@MauticEmail/FormTheme/Config/monitored_email_widget.html.twig"; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 80 => 12, 74 => 10, 71 => 9, 69 => 8, 63 => 5, 59 => 3, 54 => 2, 43 => 1,); } public function getSourceContext(): Source { return new Source("", "@MauticEmail/FormTheme/Config/monitored_email_widget.html.twig", "/home/corals/mautic.corals.io/app/bundles/EmailBundle/Resources/views/FormTheme/Config/monitored_email_widget.html.twig"); } }