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 /
8b /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
8bea9e0bae710612519abe319e27ec6b.php
81.51
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; /* form_div_layout.html.twig */ class __TwigTemplate_0d1e93bd8cd00810a0cd76466e987bd3 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 = [ 'form_widget' => [$this, 'block_form_widget'], 'form_widget_simple' => [$this, 'block_form_widget_simple'], 'form_widget_compound' => [$this, 'block_form_widget_compound'], 'collection_widget' => [$this, 'block_collection_widget'], 'textarea_widget' => [$this, 'block_textarea_widget'], 'choice_widget' => [$this, 'block_choice_widget'], 'choice_widget_expanded' => [$this, 'block_choice_widget_expanded'], 'choice_widget_collapsed' => [$this, 'block_choice_widget_collapsed'], 'choice_widget_options' => [$this, 'block_choice_widget_options'], 'checkbox_widget' => [$this, 'block_checkbox_widget'], 'radio_widget' => [$this, 'block_radio_widget'], 'datetime_widget' => [$this, 'block_datetime_widget'], 'date_widget' => [$this, 'block_date_widget'], 'time_widget' => [$this, 'block_time_widget'], 'dateinterval_widget' => [$this, 'block_dateinterval_widget'], 'number_widget' => [$this, 'block_number_widget'], 'integer_widget' => [$this, 'block_integer_widget'], 'money_widget' => [$this, 'block_money_widget'], 'url_widget' => [$this, 'block_url_widget'], 'search_widget' => [$this, 'block_search_widget'], 'percent_widget' => [$this, 'block_percent_widget'], 'password_widget' => [$this, 'block_password_widget'], 'hidden_widget' => [$this, 'block_hidden_widget'], 'email_widget' => [$this, 'block_email_widget'], 'range_widget' => [$this, 'block_range_widget'], 'button_widget' => [$this, 'block_button_widget'], 'submit_widget' => [$this, 'block_submit_widget'], 'reset_widget' => [$this, 'block_reset_widget'], 'tel_widget' => [$this, 'block_tel_widget'], 'color_widget' => [$this, 'block_color_widget'], 'week_widget' => [$this, 'block_week_widget'], 'form_label' => [$this, 'block_form_label'], 'form_label_content' => [$this, 'block_form_label_content'], 'button_label' => [$this, 'block_button_label'], 'form_help' => [$this, 'block_form_help'], 'form_help_content' => [$this, 'block_form_help_content'], 'repeated_row' => [$this, 'block_repeated_row'], 'form_row' => [$this, 'block_form_row'], 'button_row' => [$this, 'block_button_row'], 'hidden_row' => [$this, 'block_hidden_row'], 'form' => [$this, 'block_form'], 'form_start' => [$this, 'block_form_start'], 'form_end' => [$this, 'block_form_end'], 'form_errors' => [$this, 'block_form_errors'], 'form_rest' => [$this, 'block_form_rest'], 'form_rows' => [$this, 'block_form_rows'], 'widget_attributes' => [$this, 'block_widget_attributes'], 'widget_container_attributes' => [$this, 'block_widget_container_attributes'], 'button_attributes' => [$this, 'block_button_attributes'], 'attributes' => [$this, 'block_attributes'], ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 3 yield from $this->unwrap()->yieldBlock('form_widget', $context, $blocks); // line 11 yield from $this->unwrap()->yieldBlock('form_widget_simple', $context, $blocks); // line 20 yield from $this->unwrap()->yieldBlock('form_widget_compound', $context, $blocks); // line 30 yield from $this->unwrap()->yieldBlock('collection_widget', $context, $blocks); // line 37 yield from $this->unwrap()->yieldBlock('textarea_widget', $context, $blocks); // line 41 yield from $this->unwrap()->yieldBlock('choice_widget', $context, $blocks); // line 49 yield from $this->unwrap()->yieldBlock('choice_widget_expanded', $context, $blocks); // line 58 yield from $this->unwrap()->yieldBlock('choice_widget_collapsed', $context, $blocks); // line 80 yield from $this->unwrap()->yieldBlock('choice_widget_options', $context, $blocks); // line 93 yield from $this->unwrap()->yieldBlock('checkbox_widget', $context, $blocks); // line 97 yield from $this->unwrap()->yieldBlock('radio_widget', $context, $blocks); // line 101 yield from $this->unwrap()->yieldBlock('datetime_widget', $context, $blocks); // line 114 yield from $this->unwrap()->yieldBlock('date_widget', $context, $blocks); // line 128 yield from $this->unwrap()->yieldBlock('time_widget', $context, $blocks); // line 139 yield from $this->unwrap()->yieldBlock('dateinterval_widget', $context, $blocks); // line 174 yield from $this->unwrap()->yieldBlock('number_widget', $context, $blocks); // line 180 yield from $this->unwrap()->yieldBlock('integer_widget', $context, $blocks); // line 185 yield from $this->unwrap()->yieldBlock('money_widget', $context, $blocks); // line 189 yield from $this->unwrap()->yieldBlock('url_widget', $context, $blocks); // line 194 yield from $this->unwrap()->yieldBlock('search_widget', $context, $blocks); // line 199 yield from $this->unwrap()->yieldBlock('percent_widget', $context, $blocks); // line 204 yield from $this->unwrap()->yieldBlock('password_widget', $context, $blocks); // line 209 yield from $this->unwrap()->yieldBlock('hidden_widget', $context, $blocks); // line 214 yield from $this->unwrap()->yieldBlock('email_widget', $context, $blocks); // line 219 yield from $this->unwrap()->yieldBlock('range_widget', $context, $blocks); // line 224 yield from $this->unwrap()->yieldBlock('button_widget', $context, $blocks); // line 252 yield from $this->unwrap()->yieldBlock('submit_widget', $context, $blocks); // line 257 yield from $this->unwrap()->yieldBlock('reset_widget', $context, $blocks); // line 262 yield from $this->unwrap()->yieldBlock('tel_widget', $context, $blocks); // line 267 yield from $this->unwrap()->yieldBlock('color_widget', $context, $blocks); // line 272 yield from $this->unwrap()->yieldBlock('week_widget', $context, $blocks); // line 285 yield from $this->unwrap()->yieldBlock('form_label', $context, $blocks); // line 299 yield from $this->unwrap()->yieldBlock('form_label_content', $context, $blocks); // line 325 yield from $this->unwrap()->yieldBlock('button_label', $context, $blocks); // line 328 yield " "; // line 329 yield from $this->unwrap()->yieldBlock('form_help', $context, $blocks); // line 337 yield " "; // line 338 yield from $this->unwrap()->yieldBlock('form_help_content', $context, $blocks); // line 353 yield " "; // line 356 yield from $this->unwrap()->yieldBlock('repeated_row', $context, $blocks); // line 364 yield from $this->unwrap()->yieldBlock('form_row', $context, $blocks); // line 377 yield from $this->unwrap()->yieldBlock('button_row', $context, $blocks); // line 383 yield from $this->unwrap()->yieldBlock('hidden_row', $context, $blocks); // line 389 yield from $this->unwrap()->yieldBlock('form', $context, $blocks); // line 395 yield from $this->unwrap()->yieldBlock('form_start', $context, $blocks); // line 409 yield from $this->unwrap()->yieldBlock('form_end', $context, $blocks); // line 416 yield from $this->unwrap()->yieldBlock('form_errors', $context, $blocks); // line 426 yield from $this->unwrap()->yieldBlock('form_rest', $context, $blocks); // line 447 yield " "; // line 450 yield from $this->unwrap()->yieldBlock('form_rows', $context, $blocks); // line 456 yield from $this->unwrap()->yieldBlock('widget_attributes', $context, $blocks); // line 463 yield from $this->unwrap()->yieldBlock('widget_container_attributes', $context, $blocks); // line 468 yield from $this->unwrap()->yieldBlock('button_attributes', $context, $blocks); // line 473 yield from $this->unwrap()->yieldBlock('attributes', $context, $blocks); yield from []; } // line 3 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 4 if ((($tmp = ($context["compound"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 5 yield from $this->unwrap()->yieldBlock("form_widget_compound", $context, $blocks); } else { // line 7 yield from $this->unwrap()->yieldBlock("form_widget_simple", $context, $blocks); } yield from []; } // line 11 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_widget_simple(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 12 $context["type"] = ((array_key_exists("type", $context)) ? (Twig\Extension\CoreExtension::default(($context["type"] ?? null), "text")) : ("text")); // line 13 if (((($context["type"] ?? null) == "range") || (($context["type"] ?? null) == "color"))) { // line 15 $context["required"] = false; } // line 17 yield "<input type=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["type"] ?? null), "html", null, true); yield "\" "; yield from $this->unwrap()->yieldBlock("widget_attributes", $context, $blocks); yield " "; if ((($tmp = !Twig\Extension\CoreExtension::testEmpty(($context["value"] ?? null))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield "value=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["value"] ?? null), "html", null, true); yield "\" "; } yield "/>"; yield from []; } // line 20 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_widget_compound(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 21 yield "<div "; yield from $this->unwrap()->yieldBlock("widget_container_attributes", $context, $blocks); yield ">"; // line 22 if (Symfony\Bridge\Twig\Extension\twig_is_root_form(($context["form"] ?? null))) { // line 23 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'errors'); } // line 25 yield from $this->unwrap()->yieldBlock("form_rows", $context, $blocks); // line 26 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'rest'); // line 27 yield "</div>"; yield from []; } // line 30 /** * @return iterable<null|scalar|\Stringable> */ public function block_collection_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 31 if ((array_key_exists("prototype", $context) && !CoreExtension::getAttribute($this->env, $this->source, ($context["prototype"] ?? null), "rendered", [], "any", false, false, false, 31))) { // line 32 $context["attr"] = Twig\Extension\CoreExtension::merge(($context["attr"] ?? null), ["data-prototype" => $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["prototype"] ?? null), 'row')]); } // line 34 yield from $this->unwrap()->yieldBlock("form_widget", $context, $blocks); yield from []; } // line 37 /** * @return iterable<null|scalar|\Stringable> */ public function block_textarea_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 38 yield "<textarea "; yield from $this->unwrap()->yieldBlock("widget_attributes", $context, $blocks); yield ">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["value"] ?? null), "html", null, true); yield "</textarea>"; yield from []; } // line 41 /** * @return iterable<null|scalar|\Stringable> */ public function block_choice_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 42 if ((($tmp = ($context["expanded"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 43 yield from $this->unwrap()->yieldBlock("choice_widget_expanded", $context, $blocks); } else { // line 45 yield from $this->unwrap()->yieldBlock("choice_widget_collapsed", $context, $blocks); } yield from []; } // line 49 /** * @return iterable<null|scalar|\Stringable> */ public function block_choice_widget_expanded(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 50 yield "<div "; yield from $this->unwrap()->yieldBlock("widget_container_attributes", $context, $blocks); yield ">"; // line 51 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["form"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["child"]) { // line 52 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["child"], 'widget'); // line 53 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["child"], 'label', ["translation_domain" => ($context["choice_translation_domain"] ?? null)]); } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['child'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 55 yield "</div>"; yield from []; } // line 58 /** * @return iterable<null|scalar|\Stringable> */ public function block_choice_widget_collapsed(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 59 if (((((($context["required"] ?? null) && (null === ($context["placeholder"] ?? null))) && !($context["placeholder_in_choices"] ?? null)) && !($context["multiple"] ?? null)) && ( !CoreExtension::getAttribute($this->env, $this->source, ($context["attr"] ?? null), "size", [], "any", true, true, false, 59) || (CoreExtension::getAttribute($this->env, $this->source, ($context["attr"] ?? null), "size", [], "any", false, false, false, 59) <= 1)))) { // line 60 $context["required"] = false; } // line 62 yield "<select "; yield from $this->unwrap()->yieldBlock("widget_attributes", $context, $blocks); if ((($tmp = ($context["multiple"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield " multiple=\"multiple\""; } yield ">"; // line 63 if ((($tmp = !(null === ($context["placeholder"] ?? null))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 64 yield "<option value=\"\""; if ((($tmp = ((array_key_exists("placeholder_attr", $context)) ? (Twig\Extension\CoreExtension::default(($context["placeholder_attr"] ?? null), [])) : ([]))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { $_v0 = $context; $_v1 = ["attr" => ($context["placeholder_attr"] ?? null)]; if (!is_iterable($_v1)) { throw new RuntimeError('Variables passed to the "with" tag must be a mapping.', 64, $this->getSourceContext()); } $_v1 = CoreExtension::toArray($_v1); $context = $_v1 + $context + $this->env->getGlobals(); yield from $this->unwrap()->yieldBlock("attributes", $context, $blocks); $context = $_v0; } if ((($context["required"] ?? null) && Twig\Extension\CoreExtension::testEmpty(($context["value"] ?? null)))) { yield " selected=\"selected\""; } yield ">"; yield (((($context["placeholder"] ?? null) != "")) ? ((((($context["translation_domain"] ?? null) === false)) ? ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["placeholder"] ?? null), "html", null, true)) : ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(($context["placeholder"] ?? null), [], ($context["translation_domain"] ?? null)), "html", null, true)))) : ("")); yield "</option>"; } // line 66 if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), ($context["preferred_choices"] ?? null)) > 0)) { // line 67 $context["options"] = ($context["preferred_choices"] ?? null); // line 68 yield " "; $context["render_preferred_choices"] = true; // line 69 yield from $this->unwrap()->yieldBlock("choice_widget_options", $context, $blocks); // line 70 if (((Twig\Extension\CoreExtension::length($this->env->getCharset(), ($context["choices"] ?? null)) > 0) && !(null === ($context["separator"] ?? null)))) { // line 71 yield "<option disabled=\"disabled\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["separator"] ?? null), "html", null, true); yield "</option>"; } } // line 74 $context["options"] = ($context["choices"] ?? null); // line 75 $context["render_preferred_choices"] = false; // line 76 yield from $this->unwrap()->yieldBlock("choice_widget_options", $context, $blocks); // line 77 yield "</select>"; yield from []; } // line 80 /** * @return iterable<null|scalar|\Stringable> */ public function block_choice_widget_options(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 81 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["options"] ?? null)); $context['loop'] = [ 'parent' => $context['_parent'], 'index0' => 0, 'index' => 1, 'first' => true, ]; if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { $length = count($context['_seq']); $context['loop']['revindex0'] = $length - 1; $context['loop']['revindex'] = $length; $context['loop']['length'] = $length; $context['loop']['last'] = 1 === $length; } foreach ($context['_seq'] as $context["group_label"] => $context["choice"]) { // line 82 if (is_iterable($context["choice"])) { // line 83 yield "<optgroup label=\""; yield (((($context["choice_translation_domain"] ?? null) === false)) ? ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["group_label"], "html", null, true)) : ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["group_label"], [], ($context["choice_translation_domain"] ?? null)), "html", null, true))); yield "\"> "; // line 84 $context["options"] = $context["choice"]; // line 85 yield from $this->unwrap()->yieldBlock("choice_widget_options", $context, $blocks); // line 86 yield "</optgroup>"; } else { // line 88 yield "<option value=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["choice"], "value", [], "any", false, false, false, 88), "html", null, true); yield "\""; if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, $context["choice"], "attr", [], "any", false, false, false, 88)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { $_v2 = $context; $_v3 = ["attr" => CoreExtension::getAttribute($this->env, $this->source, $context["choice"], "attr", [], "any", false, false, false, 88)]; if (!is_iterable($_v3)) { throw new RuntimeError('Variables passed to the "with" tag must be a mapping.', 88, $this->getSourceContext()); } $_v3 = CoreExtension::toArray($_v3); $context = $_v3 + $context + $this->env->getGlobals(); yield from $this->unwrap()->yieldBlock("attributes", $context, $blocks); $context = $_v2; } if ((( !((array_key_exists("render_preferred_choices", $context)) ? (Twig\Extension\CoreExtension::default(($context["render_preferred_choices"] ?? null), false)) : (false)) || !(((array_key_exists("duplicate_preferred_choices", $context) && !(null === $context["duplicate_preferred_choices"]))) ? ($context["duplicate_preferred_choices"]) : (true))) && Symfony\Bridge\Twig\Extension\twig_is_selected_choice($context["choice"], ($context["value"] ?? null)))) { yield " selected=\"selected\""; } yield ">"; yield (((($context["choice_translation_domain"] ?? null) === false)) ? ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["choice"], "label", [], "any", false, false, false, 88), "html", null, true)) : ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(CoreExtension::getAttribute($this->env, $this->source, $context["choice"], "label", [], "any", false, false, false, 88), CoreExtension::getAttribute($this->env, $this->source, $context["choice"], "labelTranslationParameters", [], "any", false, false, false, 88), ($context["choice_translation_domain"] ?? null)), "html", null, true))); yield "</option>"; } ++$context['loop']['index0']; ++$context['loop']['index']; $context['loop']['first'] = false; if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) { --$context['loop']['revindex0']; --$context['loop']['revindex']; $context['loop']['last'] = 0 === $context['loop']['revindex0']; } } $_parent = $context['_parent']; unset($context['_seq'], $context['group_label'], $context['choice'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; yield from []; } // line 93 /** * @return iterable<null|scalar|\Stringable> */ public function block_checkbox_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 94 yield "<input type=\"checkbox\" "; yield from $this->unwrap()->yieldBlock("widget_attributes", $context, $blocks); if (array_key_exists("value", $context)) { yield " value=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["value"] ?? null), "html", null, true); yield "\""; } if ((($tmp = ($context["checked"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield " checked=\"checked\""; } yield " />"; yield from []; } // line 97 /** * @return iterable<null|scalar|\Stringable> */ public function block_radio_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 98 yield "<input type=\"radio\" "; yield from $this->unwrap()->yieldBlock("widget_attributes", $context, $blocks); if (array_key_exists("value", $context)) { yield " value=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["value"] ?? null), "html", null, true); yield "\""; } if ((($tmp = ($context["checked"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield " checked=\"checked\""; } yield " />"; yield from []; } // line 101 /** * @return iterable<null|scalar|\Stringable> */ public function block_datetime_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 102 if ((($context["widget"] ?? null) == "single_text")) { // line 103 yield from $this->unwrap()->yieldBlock("form_widget_simple", $context, $blocks); } else { // line 105 yield "<div "; yield from $this->unwrap()->yieldBlock("widget_container_attributes", $context, $blocks); yield ">"; // line 106 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "date", [], "any", false, false, false, 106), 'errors'); // line 107 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "time", [], "any", false, false, false, 107), 'errors'); // line 108 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "date", [], "any", false, false, false, 108), 'widget'); // line 109 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "time", [], "any", false, false, false, 109), 'widget'); // line 110 yield "</div>"; } yield from []; } // line 114 /** * @return iterable<null|scalar|\Stringable> */ public function block_date_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 115 if ((($context["widget"] ?? null) == "single_text")) { // line 116 yield from $this->unwrap()->yieldBlock("form_widget_simple", $context, $blocks); } else { // line 118 yield "<div "; yield from $this->unwrap()->yieldBlock("widget_container_attributes", $context, $blocks); yield ">"; // line 119 yield Twig\Extension\CoreExtension::replace(($context["date_pattern"] ?? null), ["{{ year }}" => // line 120 $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "year", [], "any", false, false, false, 120), 'widget'), "{{ month }}" => // line 121 $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "month", [], "any", false, false, false, 121), 'widget'), "{{ day }}" => // line 122 $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "day", [], "any", false, false, false, 122), 'widget')]); // line 124 yield "</div>"; } yield from []; } // line 128 /** * @return iterable<null|scalar|\Stringable> */ public function block_time_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 129 if ((($context["widget"] ?? null) == "single_text")) { // line 130 yield from $this->unwrap()->yieldBlock("form_widget_simple", $context, $blocks); } else { // line 132 $context["vars"] = (((($context["widget"] ?? null) == "text")) ? (["attr" => ["size" => 1]]) : ([])); // line 133 yield "<div "; yield from $this->unwrap()->yieldBlock("widget_container_attributes", $context, $blocks); yield "> "; // line 134 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "hour", [], "any", false, false, false, 134), 'widget', ($context["vars"] ?? null)); if ((($tmp = ($context["with_minutes"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield ":"; yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "minute", [], "any", false, false, false, 134), 'widget', ($context["vars"] ?? null)); } if ((($tmp = ($context["with_seconds"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield ":"; yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "second", [], "any", false, false, false, 134), 'widget', ($context["vars"] ?? null)); } // line 135 yield " </div>"; } yield from []; } // line 139 /** * @return iterable<null|scalar|\Stringable> */ public function block_dateinterval_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 140 if ((($context["widget"] ?? null) == "single_text")) { // line 141 yield from $this->unwrap()->yieldBlock("form_widget_simple", $context, $blocks); } else { // line 143 yield "<div "; yield from $this->unwrap()->yieldBlock("widget_container_attributes", $context, $blocks); yield ">"; // line 144 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'errors'); // line 145 yield "<table class=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((array_key_exists("table_class", $context)) ? (Twig\Extension\CoreExtension::default(($context["table_class"] ?? null), "")) : ("")), "html", null, true); yield "\" role=\"presentation\"> <thead> <tr>"; // line 148 if ((($tmp = ($context["with_years"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield "<th>"; yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "years", [], "any", false, false, false, 148), 'label'); yield "</th>"; } // line 149 if ((($tmp = ($context["with_months"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield "<th>"; yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "months", [], "any", false, false, false, 149), 'label'); yield "</th>"; } // line 150 if ((($tmp = ($context["with_weeks"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield "<th>"; yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "weeks", [], "any", false, false, false, 150), 'label'); yield "</th>"; } // line 151 if ((($tmp = ($context["with_days"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield "<th>"; yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "days", [], "any", false, false, false, 151), 'label'); yield "</th>"; } // line 152 if ((($tmp = ($context["with_hours"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield "<th>"; yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "hours", [], "any", false, false, false, 152), 'label'); yield "</th>"; } // line 153 if ((($tmp = ($context["with_minutes"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield "<th>"; yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "minutes", [], "any", false, false, false, 153), 'label'); yield "</th>"; } // line 154 if ((($tmp = ($context["with_seconds"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield "<th>"; yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "seconds", [], "any", false, false, false, 154), 'label'); yield "</th>"; } // line 155 yield "</tr> </thead> <tbody> <tr>"; // line 159 if ((($tmp = ($context["with_years"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield "<td>"; yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "years", [], "any", false, false, false, 159), 'widget'); yield "</td>"; } // line 160 if ((($tmp = ($context["with_months"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield "<td>"; yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "months", [], "any", false, false, false, 160), 'widget'); yield "</td>"; } // line 161 if ((($tmp = ($context["with_weeks"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield "<td>"; yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "weeks", [], "any", false, false, false, 161), 'widget'); yield "</td>"; } // line 162 if ((($tmp = ($context["with_days"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield "<td>"; yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "days", [], "any", false, false, false, 162), 'widget'); yield "</td>"; } // line 163 if ((($tmp = ($context["with_hours"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield "<td>"; yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "hours", [], "any", false, false, false, 163), 'widget'); yield "</td>"; } // line 164 if ((($tmp = ($context["with_minutes"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield "<td>"; yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "minutes", [], "any", false, false, false, 164), 'widget'); yield "</td>"; } // line 165 if ((($tmp = ($context["with_seconds"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield "<td>"; yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "seconds", [], "any", false, false, false, 165), 'widget'); yield "</td>"; } // line 166 yield "</tr> </tbody> </table>"; // line 169 if ((($tmp = ($context["with_invert"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "invert", [], "any", false, false, false, 169), 'widget'); } // line 170 yield "</div>"; } yield from []; } // line 174 /** * @return iterable<null|scalar|\Stringable> */ public function block_number_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 176 $context["type"] = ((array_key_exists("type", $context)) ? (Twig\Extension\CoreExtension::default(($context["type"] ?? null), "text")) : ("text")); // line 177 yield from $this->unwrap()->yieldBlock("form_widget_simple", $context, $blocks); yield from []; } // line 180 /** * @return iterable<null|scalar|\Stringable> */ public function block_integer_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 181 $context["type"] = ((array_key_exists("type", $context)) ? (Twig\Extension\CoreExtension::default(($context["type"] ?? null), "number")) : ("number")); // line 182 yield from $this->unwrap()->yieldBlock("form_widget_simple", $context, $blocks); yield from []; } // line 185 /** * @return iterable<null|scalar|\Stringable> */ public function block_money_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 186 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->encodeCurrency($this->env, ($context["money_pattern"] ?? null), $this->unwrap()->renderBlock("form_widget_simple", $context, $blocks)); yield from []; } // line 189 /** * @return iterable<null|scalar|\Stringable> */ public function block_url_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 190 $context["type"] = ((array_key_exists("type", $context)) ? (Twig\Extension\CoreExtension::default(($context["type"] ?? null), "url")) : ("url")); // line 191 yield from $this->unwrap()->yieldBlock("form_widget_simple", $context, $blocks); yield from []; } // line 194 /** * @return iterable<null|scalar|\Stringable> */ public function block_search_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 195 $context["type"] = ((array_key_exists("type", $context)) ? (Twig\Extension\CoreExtension::default(($context["type"] ?? null), "search")) : ("search")); // line 196 yield from $this->unwrap()->yieldBlock("form_widget_simple", $context, $blocks); yield from []; } // line 199 /** * @return iterable<null|scalar|\Stringable> */ public function block_percent_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 200 $context["type"] = ((array_key_exists("type", $context)) ? (Twig\Extension\CoreExtension::default(($context["type"] ?? null), "text")) : ("text")); // line 201 yield from $this->unwrap()->yieldBlock("form_widget_simple", $context, $blocks); if ((($tmp = ($context["symbol"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((array_key_exists("symbol", $context)) ? (Twig\Extension\CoreExtension::default(($context["symbol"] ?? null), "%")) : ("%")), "html", null, true); } yield from []; } // line 204 /** * @return iterable<null|scalar|\Stringable> */ public function block_password_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 205 $context["type"] = ((array_key_exists("type", $context)) ? (Twig\Extension\CoreExtension::default(($context["type"] ?? null), "password")) : ("password")); // line 206 yield from $this->unwrap()->yieldBlock("form_widget_simple", $context, $blocks); yield from []; } // line 209 /** * @return iterable<null|scalar|\Stringable> */ public function block_hidden_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 210 $context["type"] = ((array_key_exists("type", $context)) ? (Twig\Extension\CoreExtension::default(($context["type"] ?? null), "hidden")) : ("hidden")); // line 211 yield from $this->unwrap()->yieldBlock("form_widget_simple", $context, $blocks); yield from []; } // line 214 /** * @return iterable<null|scalar|\Stringable> */ public function block_email_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 215 $context["type"] = ((array_key_exists("type", $context)) ? (Twig\Extension\CoreExtension::default(($context["type"] ?? null), "email")) : ("email")); // line 216 yield from $this->unwrap()->yieldBlock("form_widget_simple", $context, $blocks); yield from []; } // line 219 /** * @return iterable<null|scalar|\Stringable> */ public function block_range_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 220 $context["type"] = ((array_key_exists("type", $context)) ? (Twig\Extension\CoreExtension::default(($context["type"] ?? null), "range")) : ("range")); // line 221 yield from $this->unwrap()->yieldBlock("form_widget_simple", $context, $blocks); yield from []; } // line 224 /** * @return iterable<null|scalar|\Stringable> */ public function block_button_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 225 if (Twig\Extension\CoreExtension::testEmpty(($context["label"] ?? null))) { // line 226 if ((($tmp = !Twig\Extension\CoreExtension::testEmpty(($context["label_format"] ?? null))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 227 $context["label"] = Twig\Extension\CoreExtension::replace(($context["label_format"] ?? null), ["%name%" => // line 228 ($context["name"] ?? null), "%id%" => // line 229 ($context["id"] ?? null)]); } elseif ((($tmp = !( // line 231 ($context["label"] ?? null) === false)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 232 $context["label"] = $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->humanize(($context["name"] ?? null)); } } // line 235 yield "<button type=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((array_key_exists("type", $context)) ? (Twig\Extension\CoreExtension::default(($context["type"] ?? null), "button")) : ("button")), "html", null, true); yield "\" "; yield from $this->unwrap()->yieldBlock("button_attributes", $context, $blocks); yield ">"; // line 236 if ((($context["translation_domain"] ?? null) === false)) { // line 237 if ((($context["label_html"] ?? null) === false)) { // line 238 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["label"] ?? null), "html", null, true); } else { // line 240 yield ($context["label"] ?? null); } } else { // line 243 if ((($context["label_html"] ?? null) === false)) { // line 244 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(($context["label"] ?? null), ($context["label_translation_parameters"] ?? null), ($context["translation_domain"] ?? null)), "html", null, true); } else { // line 246 yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(($context["label"] ?? null), ($context["label_translation_parameters"] ?? null), ($context["translation_domain"] ?? null)); } } // line 249 yield "</button>"; yield from []; } // line 252 /** * @return iterable<null|scalar|\Stringable> */ public function block_submit_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 253 $context["type"] = ((array_key_exists("type", $context)) ? (Twig\Extension\CoreExtension::default(($context["type"] ?? null), "submit")) : ("submit")); // line 254 yield from $this->unwrap()->yieldBlock("button_widget", $context, $blocks); yield from []; } // line 257 /** * @return iterable<null|scalar|\Stringable> */ public function block_reset_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 258 $context["type"] = ((array_key_exists("type", $context)) ? (Twig\Extension\CoreExtension::default(($context["type"] ?? null), "reset")) : ("reset")); // line 259 yield from $this->unwrap()->yieldBlock("button_widget", $context, $blocks); yield from []; } // line 262 /** * @return iterable<null|scalar|\Stringable> */ public function block_tel_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 263 $context["type"] = ((array_key_exists("type", $context)) ? (Twig\Extension\CoreExtension::default(($context["type"] ?? null), "tel")) : ("tel")); // line 264 yield from $this->unwrap()->yieldBlock("form_widget_simple", $context, $blocks); yield from []; } // line 267 /** * @return iterable<null|scalar|\Stringable> */ public function block_color_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 268 $context["type"] = ((array_key_exists("type", $context)) ? (Twig\Extension\CoreExtension::default(($context["type"] ?? null), "color")) : ("color")); // line 269 yield from $this->unwrap()->yieldBlock("form_widget_simple", $context, $blocks); yield from []; } // line 272 /** * @return iterable<null|scalar|\Stringable> */ public function block_week_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 273 if ((($context["widget"] ?? null) == "single_text")) { // line 274 yield from $this->unwrap()->yieldBlock("form_widget_simple", $context, $blocks); } else { // line 276 $context["vars"] = (((($context["widget"] ?? null) == "text")) ? (["attr" => ["size" => 1]]) : ([])); // line 277 yield "<div "; yield from $this->unwrap()->yieldBlock("widget_container_attributes", $context, $blocks); yield "> "; // line 278 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "year", [], "any", false, false, false, 278), 'widget', ($context["vars"] ?? null)); yield "-"; yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "week", [], "any", false, false, false, 278), 'widget', ($context["vars"] ?? null)); yield " </div>"; } yield from []; } // line 285 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_label(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 286 if ((($tmp = !(($context["label"] ?? null) === false)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 287 if ((($tmp = !($context["compound"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 288 $context["label_attr"] = Twig\Extension\CoreExtension::merge(($context["label_attr"] ?? null), ["for" => ($context["id"] ?? null)]); } // line 290 if ((($tmp = ($context["required"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 291 $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, 291)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 291), "")) : ("")) . " required"))]); } // line 293 yield "<"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((array_key_exists("element", $context)) ? (Twig\Extension\CoreExtension::default(($context["element"] ?? null), "label")) : ("label")), "html", null, true); if ((($tmp = ($context["label_attr"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { $_v4 = $context; $_v5 = ["attr" => ($context["label_attr"] ?? null)]; if (!is_iterable($_v5)) { throw new RuntimeError('Variables passed to the "with" tag must be a mapping.', 293, $this->getSourceContext()); } $_v5 = CoreExtension::toArray($_v5); $context = $_v5 + $context + $this->env->getGlobals(); yield from $this->unwrap()->yieldBlock("attributes", $context, $blocks); $context = $_v4; } yield ">"; // line 294 yield from $this->unwrap()->yieldBlock("form_label_content", $context, $blocks); // line 295 yield "</"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((array_key_exists("element", $context)) ? (Twig\Extension\CoreExtension::default(($context["element"] ?? null), "label")) : ("label")), "html", null, true); yield ">"; } yield from []; } // line 299 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_label_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 300 if (Twig\Extension\CoreExtension::testEmpty(($context["label"] ?? null))) { // line 301 if ((($tmp = !Twig\Extension\CoreExtension::testEmpty(($context["label_format"] ?? null))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 302 $context["label"] = Twig\Extension\CoreExtension::replace(($context["label_format"] ?? null), ["%name%" => // line 303 ($context["name"] ?? null), "%id%" => // line 304 ($context["id"] ?? null)]); } else { // line 307 $context["label"] = $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->humanize(($context["name"] ?? null)); } } // line 310 if ((($context["translation_domain"] ?? null) === false)) { // line 311 if ((($context["label_html"] ?? null) === false)) { // line 312 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["label"] ?? null), "html", null, true); } else { // line 314 yield ($context["label"] ?? null); } } else { // line 317 if ((($context["label_html"] ?? null) === false)) { // line 318 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(($context["label"] ?? null), ($context["label_translation_parameters"] ?? null), ($context["translation_domain"] ?? null)), "html", null, true); } else { // line 320 yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(($context["label"] ?? null), ($context["label_translation_parameters"] ?? null), ($context["translation_domain"] ?? null)); } } yield from []; } // line 325 /** * @return iterable<null|scalar|\Stringable> */ public function block_button_label(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 329 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_help(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 330 if ((($tmp = !Twig\Extension\CoreExtension::testEmpty(($context["help"] ?? null))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 331 $context["help_attr"] = Twig\Extension\CoreExtension::merge(($context["help_attr"] ?? null), ["class" => Twig\Extension\CoreExtension::trim((((CoreExtension::getAttribute($this->env, $this->source, ($context["help_attr"] ?? null), "class", [], "any", true, true, false, 331)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["help_attr"] ?? null), "class", [], "any", false, false, false, 331), "")) : ("")) . " help-text"))]); // line 332 yield "<"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((array_key_exists("element", $context)) ? (Twig\Extension\CoreExtension::default(($context["element"] ?? null), "div")) : ("div")), "html", null, true); yield " id=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["id"] ?? null), "html", null, true); yield "_help\""; $_v6 = $context; $_v7 = ["attr" => ($context["help_attr"] ?? null)]; if (!is_iterable($_v7)) { throw new RuntimeError('Variables passed to the "with" tag must be a mapping.', 332, $this->getSourceContext()); } $_v7 = CoreExtension::toArray($_v7); $context = $_v7 + $context + $this->env->getGlobals(); yield from $this->unwrap()->yieldBlock("attributes", $context, $blocks); $context = $_v6; yield ">"; // line 333 yield from $this->unwrap()->yieldBlock("form_help_content", $context, $blocks); // line 334 yield "</"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((array_key_exists("element", $context)) ? (Twig\Extension\CoreExtension::default(($context["element"] ?? null), "div")) : ("div")), "html", null, true); yield ">"; } yield from []; } // line 338 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_help_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 339 if ((($context["translation_domain"] ?? null) === false)) { // line 340 if ((($context["help_html"] ?? null) === false)) { // line 341 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["help"] ?? null), "html", null, true); } else { // line 343 yield ($context["help"] ?? null); } } else { // line 346 if ((($context["help_html"] ?? null) === false)) { // line 347 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(($context["help"] ?? null), ($context["help_translation_parameters"] ?? null), ($context["translation_domain"] ?? null)), "html", null, true); } else { // line 349 yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(($context["help"] ?? null), ($context["help_translation_parameters"] ?? null), ($context["translation_domain"] ?? null)); } } yield from []; } // line 356 /** * @return iterable<null|scalar|\Stringable> */ public function block_repeated_row(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 361 yield from $this->unwrap()->yieldBlock("form_rows", $context, $blocks); yield from []; } // line 364 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_row(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 365 $context["widget_attr"] = []; // line 366 if ((($tmp = !Twig\Extension\CoreExtension::testEmpty(($context["help"] ?? null))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 367 $context["widget_attr"] = ["attr" => ["aria-describedby" => (($context["id"] ?? null) . "_help")]]; } // line 369 yield "<div"; $_v8 = $context; $_v9 = ["attr" => ($context["row_attr"] ?? null)]; if (!is_iterable($_v9)) { throw new RuntimeError('Variables passed to the "with" tag must be a mapping.', 369, $this->getSourceContext()); } $_v9 = CoreExtension::toArray($_v9); $context = $_v9 + $context + $this->env->getGlobals(); yield from $this->unwrap()->yieldBlock("attributes", $context, $blocks); $context = $_v8; yield ">"; // line 370 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'label'); // line 371 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'errors'); // line 372 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget', ($context["widget_attr"] ?? null)); // line 373 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'help'); // line 374 yield "</div>"; yield from []; } // line 377 /** * @return iterable<null|scalar|\Stringable> */ public function block_button_row(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 378 yield "<div"; $_v10 = $context; $_v11 = ["attr" => ($context["row_attr"] ?? null)]; if (!is_iterable($_v11)) { throw new RuntimeError('Variables passed to the "with" tag must be a mapping.', 378, $this->getSourceContext()); } $_v11 = CoreExtension::toArray($_v11); $context = $_v11 + $context + $this->env->getGlobals(); yield from $this->unwrap()->yieldBlock("attributes", $context, $blocks); $context = $_v10; yield ">"; // line 379 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget'); // line 380 yield "</div>"; yield from []; } // line 383 /** * @return iterable<null|scalar|\Stringable> */ public function block_hidden_row(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 384 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget'); yield from []; } // line 389 /** * @return iterable<null|scalar|\Stringable> */ public function block_form(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 390 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(($context["form"] ?? null), 'form_start'); // line 391 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget'); // line 392 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(($context["form"] ?? null), 'form_end'); yield from []; } // line 395 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_start(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 396 CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "setMethodRendered", [], "method", false, false, false, 396); // line 397 $context["method"] = Twig\Extension\CoreExtension::upper($this->env->getCharset(), ($context["method"] ?? null)); // line 398 if (CoreExtension::inFilter(($context["method"] ?? null), ["GET", "POST"])) { // line 399 $context["form_method"] = ($context["method"] ?? null); } else { // line 401 $context["form_method"] = "POST"; } // line 403 yield "<form"; if ((($context["name"] ?? null) != "")) { yield " name=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["name"] ?? null), "html", null, true); yield "\""; } yield " method=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::lower($this->env->getCharset(), ($context["form_method"] ?? null)), "html", null, true); yield "\""; if ((($context["action"] ?? null) != "")) { yield " action=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["action"] ?? null), "html", null, true); yield "\""; } yield from $this->unwrap()->yieldBlock("attributes", $context, $blocks); if ((($tmp = ($context["multipart"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield " enctype=\"multipart/form-data\""; } yield ">"; // line 404 if ((($context["form_method"] ?? null) != ($context["method"] ?? null))) { // line 405 yield "<input type=\"hidden\" name=\"_method\" value=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["method"] ?? null), "html", null, true); yield "\" />"; } yield from []; } // line 409 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_end(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 410 if (( !array_key_exists("render_rest", $context) || ($context["render_rest"] ?? null))) { // line 411 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'rest'); } // line 413 yield "</form>"; yield from []; } // line 416 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_errors(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 417 if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), ($context["errors"] ?? null)) > 0)) { // line 418 yield "<ul>"; // line 419 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["errors"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["error"]) { // line 420 yield "<li>"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["error"], "message", [], "any", false, false, false, 420), "html", null, true); yield "</li>"; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['error'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 422 yield "</ul>"; } yield from []; } // line 426 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_rest(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 427 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["form"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["child"]) { // line 428 if ((($tmp = !CoreExtension::getAttribute($this->env, $this->source, $context["child"], "rendered", [], "any", false, false, false, 428)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 429 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["child"], 'row'); } } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['child'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 433 if (( !CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "methodRendered", [], "any", false, false, false, 433) && Symfony\Bridge\Twig\Extension\twig_is_root_form(($context["form"] ?? null)))) { // line 434 CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "setMethodRendered", [], "method", false, false, false, 434); // line 435 $context["method"] = Twig\Extension\CoreExtension::upper($this->env->getCharset(), ($context["method"] ?? null)); // line 436 if (CoreExtension::inFilter(($context["method"] ?? null), ["GET", "POST"])) { // line 437 $context["form_method"] = ($context["method"] ?? null); } else { // line 439 $context["form_method"] = "POST"; } // line 442 if ((($context["form_method"] ?? null) != ($context["method"] ?? null))) { // line 443 yield "<input type=\"hidden\" name=\"_method\" value=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["method"] ?? null), "html", null, true); yield "\" />"; } } yield from []; } // line 450 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_rows(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 451 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(Twig\Extension\CoreExtension::filter($this->env, ($context["form"] ?? null), function ($__child__) use ($context, $macros) { $context["child"] = $__child__; return !CoreExtension::getAttribute($this->env, $this->source, $context["child"], "rendered", [], "any", false, false, false, 451); })); foreach ($context['_seq'] as $context["_key"] => $context["child"]) { // line 452 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["child"], 'row'); } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['child'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; yield from []; } // line 456 /** * @return iterable<null|scalar|\Stringable> */ public function block_widget_attributes(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 457 yield "id=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["id"] ?? null), "html", null, true); yield "\" name=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["full_name"] ?? null), "html", null, true); yield "\""; // line 458 if ((($tmp = ($context["disabled"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield " disabled=\"disabled\""; } // line 459 if ((($tmp = ($context["required"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield " required=\"required\""; } // line 460 yield from $this->unwrap()->yieldBlock("attributes", $context, $blocks); yield from []; } // line 463 /** * @return iterable<null|scalar|\Stringable> */ public function block_widget_container_attributes(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 464 if ((($tmp = !Twig\Extension\CoreExtension::testEmpty(($context["id"] ?? null))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield "id=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["id"] ?? null), "html", null, true); yield "\""; } // line 465 yield from $this->unwrap()->yieldBlock("attributes", $context, $blocks); yield from []; } // line 468 /** * @return iterable<null|scalar|\Stringable> */ public function block_button_attributes(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 469 yield "id=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["id"] ?? null), "html", null, true); yield "\" name=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["full_name"] ?? null), "html", null, true); yield "\""; if ((($tmp = ($context["disabled"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield " disabled=\"disabled\""; } // line 470 yield from $this->unwrap()->yieldBlock("attributes", $context, $blocks); yield from []; } // line 473 /** * @return iterable<null|scalar|\Stringable> */ public function block_attributes(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 474 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["attr"] ?? null)); foreach ($context['_seq'] as $context["attrname"] => $context["attrvalue"]) { // line 475 yield " "; // line 476 if (CoreExtension::inFilter($context["attrname"], ["placeholder", "title"])) { // line 477 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["attrname"], "html", null, true); yield "=\""; yield ((((($context["translation_domain"] ?? null) === false) || (null === $context["attrvalue"]))) ? ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["attrvalue"], "html", null, true)) : ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($context["attrvalue"], ($context["attr_translation_parameters"] ?? null), ($context["translation_domain"] ?? null)), "html", null, true))); yield "\""; } elseif (( // line 478 $context["attrvalue"] === true)) { // line 479 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["attrname"], "html", null, true); yield "=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["attrname"], "html", null, true); yield "\""; } elseif ((($tmp = !( // line 480 $context["attrvalue"] === false)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 481 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 from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "form_div_layout.html.twig"; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 1567 => 481, 1565 => 480, 1560 => 479, 1558 => 478, 1553 => 477, 1551 => 476, 1549 => 475, 1545 => 474, 1538 => 473, 1533 => 470, 1524 => 469, 1517 => 468, 1512 => 465, 1506 => 464, 1499 => 463, 1494 => 460, 1490 => 459, 1486 => 458, 1480 => 457, 1473 => 456, 1464 => 452, 1460 => 451, 1453 => 450, 1444 => 443, 1442 => 442, 1439 => 439, 1436 => 437, 1434 => 436, 1432 => 435, 1430 => 434, 1428 => 433, 1421 => 429, 1419 => 428, 1415 => 427, 1408 => 426, 1402 => 422, 1394 => 420, 1390 => 419, 1388 => 418, 1386 => 417, 1379 => 416, 1374 => 413, 1371 => 411, 1369 => 410, 1362 => 409, 1354 => 405, 1352 => 404, 1332 => 403, 1329 => 401, 1326 => 399, 1324 => 398, 1322 => 397, 1320 => 396, 1313 => 395, 1308 => 392, 1306 => 391, 1304 => 390, 1297 => 389, 1292 => 384, 1285 => 383, 1280 => 380, 1278 => 379, 1266 => 378, 1259 => 377, 1254 => 374, 1252 => 373, 1250 => 372, 1248 => 371, 1246 => 370, 1234 => 369, 1231 => 367, 1229 => 366, 1227 => 365, 1220 => 364, 1215 => 361, 1208 => 356, 1201 => 349, 1198 => 347, 1196 => 346, 1192 => 343, 1189 => 341, 1187 => 340, 1185 => 339, 1178 => 338, 1170 => 334, 1168 => 333, 1152 => 332, 1150 => 331, 1148 => 330, 1141 => 329, 1131 => 325, 1124 => 320, 1121 => 318, 1119 => 317, 1115 => 314, 1112 => 312, 1110 => 311, 1108 => 310, 1104 => 307, 1101 => 304, 1100 => 303, 1099 => 302, 1097 => 301, 1095 => 300, 1088 => 299, 1080 => 295, 1078 => 294, 1063 => 293, 1060 => 291, 1058 => 290, 1055 => 288, 1053 => 287, 1051 => 286, 1044 => 285, 1034 => 278, 1029 => 277, 1027 => 276, 1024 => 274, 1022 => 273, 1015 => 272, 1010 => 269, 1008 => 268, 1001 => 267, 996 => 264, 994 => 263, 987 => 262, 982 => 259, 980 => 258, 973 => 257, 968 => 254, 966 => 253, 959 => 252, 954 => 249, 950 => 246, 947 => 244, 945 => 243, 941 => 240, 938 => 238, 936 => 237, 934 => 236, 928 => 235, 924 => 232, 922 => 231, 920 => 229, 919 => 228, 918 => 227, 916 => 226, 914 => 225, 907 => 224, 902 => 221, 900 => 220, 893 => 219, 888 => 216, 886 => 215, 879 => 214, 874 => 211, 872 => 210, 865 => 209, 860 => 206, 858 => 205, 851 => 204, 842 => 201, 840 => 200, 833 => 199, 828 => 196, 826 => 195, 819 => 194, 814 => 191, 812 => 190, 805 => 189, 800 => 186, 793 => 185, 788 => 182, 786 => 181, 779 => 180, 774 => 177, 772 => 176, 765 => 174, 759 => 170, 755 => 169, 751 => 166, 745 => 165, 739 => 164, 733 => 163, 727 => 162, 721 => 161, 715 => 160, 709 => 159, 704 => 155, 698 => 154, 692 => 153, 686 => 152, 680 => 151, 674 => 150, 668 => 149, 662 => 148, 656 => 145, 654 => 144, 650 => 143, 647 => 141, 645 => 140, 638 => 139, 632 => 135, 622 => 134, 617 => 133, 615 => 132, 612 => 130, 610 => 129, 603 => 128, 597 => 124, 595 => 122, 594 => 121, 593 => 120, 592 => 119, 588 => 118, 585 => 116, 583 => 115, 576 => 114, 570 => 110, 568 => 109, 566 => 108, 564 => 107, 562 => 106, 558 => 105, 555 => 103, 553 => 102, 546 => 101, 531 => 98, 524 => 97, 509 => 94, 502 => 93, 465 => 88, 462 => 86, 460 => 85, 458 => 84, 453 => 83, 451 => 82, 434 => 81, 427 => 80, 422 => 77, 420 => 76, 418 => 75, 416 => 74, 410 => 71, 408 => 70, 406 => 69, 403 => 68, 401 => 67, 399 => 66, 379 => 64, 377 => 63, 370 => 62, 367 => 60, 365 => 59, 358 => 58, 353 => 55, 347 => 53, 345 => 52, 341 => 51, 337 => 50, 330 => 49, 324 => 45, 321 => 43, 319 => 42, 312 => 41, 303 => 38, 296 => 37, 291 => 34, 288 => 32, 286 => 31, 279 => 30, 274 => 27, 272 => 26, 270 => 25, 267 => 23, 265 => 22, 261 => 21, 254 => 20, 239 => 17, 236 => 15, 234 => 13, 232 => 12, 225 => 11, 219 => 7, 216 => 5, 214 => 4, 207 => 3, 202 => 473, 200 => 468, 198 => 463, 196 => 456, 194 => 450, 191 => 447, 189 => 426, 187 => 416, 185 => 409, 183 => 395, 181 => 389, 179 => 383, 177 => 377, 175 => 364, 173 => 356, 170 => 353, 168 => 338, 165 => 337, 163 => 329, 160 => 328, 158 => 325, 156 => 299, 154 => 285, 152 => 272, 150 => 267, 148 => 262, 146 => 257, 144 => 252, 142 => 224, 140 => 219, 138 => 214, 136 => 209, 134 => 204, 132 => 199, 130 => 194, 128 => 189, 126 => 185, 124 => 180, 122 => 174, 120 => 139, 118 => 128, 116 => 114, 114 => 101, 112 => 97, 110 => 93, 108 => 80, 106 => 58, 104 => 49, 102 => 41, 100 => 37, 98 => 30, 96 => 20, 94 => 11, 92 => 3,); } public function getSourceContext(): Source { return new Source("", "form_div_layout.html.twig", "/var/www/v3.cesa.co.za/vendor/symfony/twig-bridge/Resources/views/Form/form_div_layout.html.twig"); } }