![]() 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/c6/ |
<?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; /* @MauticCore/FormTheme/Config/_config_coreconfig_ip_lookup_config_widget.html.twig */ class __TwigTemplate_0cc0dc7c71c7fdcade96ba8b3d098e41 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_coreconfig_ip_lookup_config_widget' => [$this, 'block__config_coreconfig_ip_lookup_config_widget'], ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield from $this->unwrap()->yieldBlock('_config_coreconfig_ip_lookup_config_widget', $context, $blocks); yield from []; } /** * @return iterable<null|scalar|\Stringable> */ public function block__config_coreconfig_ip_lookup_config_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 2 yield "<div class=\"row\"> "; // line 3 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable((isset($context["form"]) || array_key_exists("form", $context) ? $context["form"] : (function () { throw new RuntimeError('Variable "form" does not exist.', 3, $this->source); })())); foreach ($context['_seq'] as $context["_key"] => $context["child"]) { // line 4 yield " <div class=\"col-sm-6\"> "; // line 5 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["child"], 'row'); yield " </div> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['child'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 8 yield "</div> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@MauticCore/FormTheme/Config/_config_coreconfig_ip_lookup_config_widget.html.twig"; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 73 => 8, 64 => 5, 61 => 4, 57 => 3, 54 => 2, 43 => 1,); } public function getSourceContext(): Source { return new Source("", "@MauticCore/FormTheme/Config/_config_coreconfig_ip_lookup_config_widget.html.twig", "/home/corals/mautic.corals.io/app/bundles/CoreBundle/Resources/views/FormTheme/Config/_config_coreconfig_ip_lookup_config_widget.html.twig"); } }