Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
v3.cesa.co.za /
var /
cache /
prod /
twig /
1b /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
1b772ebaec7b228432ddd5564e35ca3b.php
29.3
KB
-rw-r--r--
2026-08-14 14:42
Save
Rename
<?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; /* @CoreBundle/Form/fields.html.twig */ class __TwigTemplate_dbd49ac5e762013bf5cd183e22ce6c24 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 = [ 'choice_widget_expanded' => [$this, 'block_choice_widget_expanded'], 'choice_single_widget' => [$this, 'block_choice_single_widget'], 'checkbox_widget' => [$this, 'block_checkbox_widget'], 'display_widget' => [$this, 'block_display_widget'], 'form_label' => [$this, 'block_form_label'], 'form_row' => [$this, 'block_form_row'], ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield from $this->unwrap()->yieldBlock('choice_widget_expanded', $context, $blocks); // line 56 yield " "; // line 57 yield from $this->unwrap()->yieldBlock('choice_single_widget', $context, $blocks); // line 60 yield " "; // line 61 yield from $this->unwrap()->yieldBlock('checkbox_widget', $context, $blocks); // line 64 yield " "; // line 65 yield from $this->unwrap()->yieldBlock('display_widget', $context, $blocks); // line 95 yield " "; // line 96 yield from $this->unwrap()->yieldBlock('form_label', $context, $blocks); // line 109 yield " "; // line 110 yield from $this->unwrap()->yieldBlock('form_row', $context, $blocks); yield from []; } // line 1 /** * @return iterable<null|scalar|\Stringable> */ public function block_choice_widget_expanded(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 2 yield " <div class=\"checkbox-row container-fluid\"> <div class=\"row row-100\"> "; // line 4 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 4), "choices", [], "any", false, false, false, 4)); foreach ($context['_seq'] as $context["name"] => $context["child"]) { // line 5 yield " "; if (is_iterable($context["child"])) { // line 6 yield " <div class=\"col-sm-12\"> <h4>"; // line 7 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["name"], "html", null, true); yield "</h4> </div> "; // line 9 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable($context["child"]); foreach ($context['_seq'] as $context["catId"] => $context["catChild"]) { // line 10 yield " "; if (is_iterable($context["catChild"])) { // line 11 yield " <div style=\"margin-left: 12px; border-left: dotted 1px; padding-left: 4px; margin-bottom: 8px;\"> <div class=\"col-sm-12\"> <h5>"; // line 13 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["catId"], "html", null, true); yield "</h5> </div> "; // line 15 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable($context["catChild"]); foreach ($context['_seq'] as $context["catId2"] => $context["catChild2"]) { // line 16 yield " <div class=\"col-sm-3 choice-widget-col checkbox-choice-around\"> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\" class=\"borderless\"> <tr> <td width=\"20%\" align=\"center\">"; // line 19 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((($_v0 = ($context["form"] ?? null)) && is_array($_v0) || $_v0 instanceof ArrayAccess ? ($_v0[$context["catId2"]] ?? null) : null), 'widget'); yield "</td> <td width=\"4%\"></td> <td align=\"left\">"; // line 21 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((($_v1 = ($context["form"] ?? null)) && is_array($_v1) || $_v1 instanceof ArrayAccess ? ($_v1[$context["catId2"]] ?? null) : null), 'label'); yield "</td> </tr> </table> </div> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['catId2'], $context['catChild2'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 26 yield " </div> "; } else { // line 28 yield " <div class=\"col-sm-3 choice-widget-col checkbox-choice-around\"> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\" class=\"borderless\"> <tr> <td width=\"20%\" align=\"center\">"; // line 31 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((($_v2 = ($context["form"] ?? null)) && is_array($_v2) || $_v2 instanceof ArrayAccess ? ($_v2[$context["catId"]] ?? null) : null), 'widget'); yield "</td> <td width=\"4%\"></td> <td align=\"left\">"; // line 33 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((($_v3 = ($context["form"] ?? null)) && is_array($_v3) || $_v3 instanceof ArrayAccess ? ($_v3[$context["catId"]] ?? null) : null), 'label'); yield "</td> </tr> </table> </div> "; } // line 38 yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['catId'], $context['catChild'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 39 yield " "; } else { // line 40 yield " <div class=\"col-sm-3 choice-widget-col\"> <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\" class=\"borderless\"> <tr> <td width=\"20%\" align=\"center\">"; // line 43 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((($_v4 = ($context["form"] ?? null)) && is_array($_v4) || $_v4 instanceof ArrayAccess ? ($_v4[$context["name"]] ?? null) : null), 'widget'); yield "</td> <td width=\"4%\"></td> <td align=\"left\">"; // line 45 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((($_v5 = ($context["form"] ?? null)) && is_array($_v5) || $_v5 instanceof ArrayAccess ? ($_v5[$context["name"]] ?? null) : null), 'label'); yield "</td> </tr> </table> </div> "; } // line 50 yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['name'], $context['child'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 52 yield " </div> </div> <div class=\"clearfix\"></div> "; yield from []; } // line 57 /** * @return iterable<null|scalar|\Stringable> */ public function block_choice_single_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 58 yield " <input type=\"checkbox\" "; yield from $this->unwrap()->yieldBlock("widget_attributes", $context, $blocks); yield " value=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 58), "value", [], "any", false, false, false, 58), "html", null, true); yield "\" "; if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, true, false, 58), "checked", [], "any", true, true, false, 58) && CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 58), "checked", [], "any", false, false, false, 58))) { yield "checked"; } yield "/> "; yield from []; } // line 61 /** * @return iterable<null|scalar|\Stringable> */ public function block_checkbox_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 62 yield " <input type=\"checkbox\" "; yield from $this->unwrap()->yieldBlock("widget_attributes", $context, $blocks); yield " value=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 62), "value", [], "any", false, false, false, 62), "html", null, true); yield "\" "; if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, true, false, 62), "checked", [], "any", true, true, false, 62) && CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 62), "checked", [], "any", false, false, false, 62))) { yield "checked"; } yield "/> "; yield from []; } // line 65 /** * @return iterable<null|scalar|\Stringable> */ public function block_display_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 66 yield " "; if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 66), "date_time", [], "any", false, false, false, 66)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 67 yield " "; if ((($tmp = $this->extensions['App\CoreBundle\Twig\CoreExtension']->isObject(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 67), "value", [], "any", false, false, false, 67))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 68 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 68), "value", [], "any", false, false, false, 68), "format", ["l j F Y H:i:s"], "method", false, false, false, 68), "html", null, true); yield " "; } else { // line 70 yield " - "; } // line 72 yield " "; } elseif ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 72), "file_raw", [], "any", false, false, false, 72) && (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 72), "value", [], "any", false, false, false, 72) != ""))) { // line 73 yield " <img src=\"data:"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 73), "file_mime", [], "any", false, false, false, 73), "html", null, true); yield ";base64,"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 73), "value", [], "any", false, false, false, 73), "html", null, true); yield "\" class=\"img img-responsive\" style=\"max-width: 300px; margin: auto;\" border=\"0\" /> "; } elseif ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 74 ($context["form"] ?? null), "vars", [], "any", false, false, false, 74), "is_file_secure", [], "any", false, false, false, 74) && (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 74), "value", [], "any", false, false, false, 74) != ""))) { // line 75 yield " "; if (!CoreExtension::inFilter("image", CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 75), "file_mime", [], "any", false, false, false, 75))) { // line 76 yield " <a href=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_content_files_display", ["cultureString" => "en_US", "fileId" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 76), "value", [], "any", false, false, false, 76)]), "html", null, true); yield "\" target=\"_blank\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("View file"), "html", null, true); yield "</a> "; } else { // line 78 yield " <a href=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_content_files_display", ["cultureString" => "en_US", "fileId" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 78), "value", [], "any", false, false, false, 78)]), "html", null, true); yield "\" target=\"_blank\"><img src=\""; // line 79 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_content_files_display", ["cultureString" => "en_US", "fileId" => CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 79), "value", [], "any", false, false, false, 79)]), "html", null, true); yield "\" border=\"0\" class=\"img img-responsive\" style=\"max-width: 300px; margin: auto;\" /></a> "; } // line 81 yield " "; } elseif ((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 81), "is_count", [], "any", false, false, false, 81)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 82 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 82), "value", [], "any", false, false, false, 82)), "html", null, true); yield " "; } elseif ((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 83 ($context["form"] ?? null), "vars", [], "any", false, false, false, 83), "is_money", [], "any", false, false, false, 83)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 84 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->formatCurrency(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 84), "value", [], "any", false, false, false, 84)), "html", null, true); yield " "; } elseif ((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 85 ($context["form"] ?? null), "vars", [], "any", false, false, false, 85), "is_user", [], "any", false, false, false, 85)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 86 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getUserString(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 86), "value", [], "any", false, false, false, 86)), "html", null, true); yield " "; } elseif ((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 87 ($context["form"] ?? null), "vars", [], "any", false, false, false, 87), "yes_no", [], "any", false, false, false, 87)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 88 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->yesNo(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 88), "value", [], "any", false, false, false, 88)), "html", null, true); yield " "; } elseif ((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 89 ($context["form"] ?? null), "vars", [], "any", false, false, false, 89), "html", [], "any", false, false, false, 89)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 90 yield " "; yield CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 90), "value", [], "any", false, false, false, 90); yield " "; } else { // line 92 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vars", [], "any", false, false, false, 92), "value", [], "any", false, false, false, 92), "html", null, true); yield " "; } // line 94 yield " "; yield from []; } // line 96 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_label(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 97 yield " "; if ((($tmp = !($context["compound"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 98 yield " "; $context["label_attr"] = Twig\Extension\CoreExtension::merge(($context["label_attr"] ?? null), ["for" => ($context["id"] ?? null)]); // line 99 yield " "; } // line 100 yield " "; if ((($tmp = ($context["required"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 101 yield " "; $context["label_attr"] = Twig\Extension\CoreExtension::merge(($context["label_attr"] ?? null), ["class" => Twig\Extension\CoreExtension::trim((((CoreExtension::getAttribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 101)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 101), "")) : ("")) . " required"))]); // line 102 yield " "; } // line 103 yield " "; if (Twig\Extension\CoreExtension::testEmpty(($context["label"] ?? null))) { // line 104 yield " "; $context["label"] = $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->humanize(($context["name"] ?? null)); // line 105 yield " "; } // line 106 yield " <label"; // line 107 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["label_attr"] ?? null)); foreach ($context['_seq'] as $context["attrname"] => $context["attrvalue"]) { yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["attrname"], "html", null, true); yield "=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["attrvalue"], "html", null, true); yield "\""; } $_parent = $context['_parent']; unset($context['_seq'], $context['attrname'], $context['attrvalue'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; yield ">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(($context["label"] ?? null), [], ($context["translation_domain"] ?? null)), "html", null, true); yield "</label> "; yield from []; } // line 110 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_row(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 111 yield " "; $context["field_row_classes"] = ["control-group"]; // line 112 yield " "; if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), ($context["errors"] ?? null)) > 0)) { // line 113 yield " "; $context["field_row_classes"] = Twig\Extension\CoreExtension::merge(($context["field_row_classes"] ?? null), ["error"]); // line 114 yield " "; } // line 115 yield " <div class=\"row "; // line 116 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::join(($context["field_row_classes"] ?? null), " "), "html", null, true); yield "\"> <div class=\"col-sm-12 col-lg-3 formLabel\"> "; // line 118 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'label', (CoreExtension::testEmpty($_label_ = ((array_key_exists("label", $context)) ? (Twig\Extension\CoreExtension::default(($context["label"] ?? null), null)) : (null))) ? [] : ["label" => $_label_])); yield " </div> <div class=\"col-sm-12 col-lg-9 formPrompt\"> "; // line 121 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget', ["attr" => ((array_key_exists("attr", $context)) ? (Twig\Extension\CoreExtension::default(($context["attr"] ?? null), [])) : ([]))]); yield " "; // line 122 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'errors'); yield " "; // line 123 if (array_key_exists("help", $context)) { // line 124 yield " <p class=\"help-block\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["help"] ?? null), "html", null, true); yield "</p> "; } // line 126 yield " </div> </div> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@CoreBundle/Form/fields.html.twig"; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 461 => 126, 455 => 124, 453 => 123, 449 => 122, 445 => 121, 439 => 118, 434 => 116, 431 => 115, 428 => 114, 425 => 113, 422 => 112, 419 => 111, 412 => 110, 392 => 107, 389 => 106, 386 => 105, 383 => 104, 380 => 103, 377 => 102, 374 => 101, 371 => 100, 368 => 99, 365 => 98, 362 => 97, 355 => 96, 350 => 94, 344 => 92, 338 => 90, 336 => 89, 331 => 88, 329 => 87, 324 => 86, 322 => 85, 317 => 84, 315 => 83, 310 => 82, 307 => 81, 302 => 79, 297 => 78, 289 => 76, 286 => 75, 284 => 74, 277 => 73, 274 => 72, 270 => 70, 264 => 68, 261 => 67, 258 => 66, 251 => 65, 237 => 62, 230 => 61, 216 => 58, 209 => 57, 201 => 52, 194 => 50, 186 => 45, 181 => 43, 176 => 40, 173 => 39, 167 => 38, 159 => 33, 154 => 31, 149 => 28, 145 => 26, 134 => 21, 129 => 19, 124 => 16, 120 => 15, 115 => 13, 111 => 11, 108 => 10, 104 => 9, 99 => 7, 96 => 6, 93 => 5, 89 => 4, 85 => 2, 78 => 1, 73 => 110, 70 => 109, 68 => 96, 65 => 95, 63 => 65, 60 => 64, 58 => 61, 55 => 60, 53 => 57, 50 => 56, 48 => 1,); } public function getSourceContext(): Source { return new Source("", "@CoreBundle/Form/fields.html.twig", "/var/www/v3.cesa.co.za/src/CoreBundle/Resources/views/Form/fields.html.twig"); } }