![]() 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/cc/ |
<?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; /* @MauticForm/FormTheme/Config/_config_formconfig_widget.html.twig */ class __TwigTemplate_938723d0d57cacf153c2a7688d5cb3fb 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_formconfig_widget' => [$this, 'block__config_formconfig_widget'], ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield from $this->unwrap()->yieldBlock('_config_formconfig_widget', $context, $blocks); yield from []; } /** * @return iterable<null|scalar|\Stringable> */ public function block__config_formconfig_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 2 yield " <div class=\"panel panel-primary\"> <div class=\"panel-heading\"> <h3 class=\"panel-title\">"; // line 4 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("mautic.config.tab.formconfig"), "html", null, true); yield "</h3> </div> <div class=\"panel-body\"> "; // line 7 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::filter($this->env, 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.', 7, $this->source); })()), "children", [], "any", false, false, false, 7), function ($__v__, $__k__) use ($context, $macros) { $context["v"] = $__v__; $context["k"] = $__k__; return !("form_results_data_sources" === (isset($context["k"]) || array_key_exists("k", $context) ? $context["k"] : (function () { throw new RuntimeError('Variable "k" does not exist.', 7, $this->source); })())); })); foreach ($context['_seq'] as $context["_key"] => $context["child"]) { // line 8 yield " <div class=\"row\"> <div class=\"col-md-6\"> "; // line 10 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["child"], 'row'); yield " </div> </div> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['child'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 14 yield " </div> <div class=\"panel-heading\"> <h3 class=\"panel-title\">"; // line 16 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("mautic.config.tab.formresultsconfig"), "html", null, true); yield "</h3> </div> <div class=\"panel-body\"> <div class=\"row\"> <div class=\"col-md-6\"> "; // line 21 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.', 21, $this->source); })()), "form_results_data_sources", [], "any", false, false, false, 21), 'row'); yield " </div> </div> </div> </div> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@MauticForm/FormTheme/Config/_config_formconfig_widget.html.twig"; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 94 => 21, 86 => 16, 82 => 14, 72 => 10, 68 => 8, 64 => 7, 58 => 4, 54 => 2, 43 => 1,); } public function getSourceContext(): Source { return new Source("", "@MauticForm/FormTheme/Config/_config_formconfig_widget.html.twig", "/home/corals/mautic.corals.io/app/bundles/FormBundle/Resources/views/FormTheme/Config/_config_formconfig_widget.html.twig"); } }