Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.141.29.119
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
var /
cache /
prod /
twig /
ce /
Delete
Unzip
Name
Size
Permission
Date
Action
ce584cd297a81c0217c4d068b584fe377f65e69d9a3876a42d877802cfffc91f.php
54.7
KB
-rw-rw-r--
2022-12-09 22:56
Save
Rename
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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; /* bootstrap_5_layout.html.twig */ class __TwigTemplate_ba436e5822ffdb653d5534aa951e174426af31854fc53afc318abefcfe21fd05 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; // line 1 $_trait_0 = $this->loadTemplate("bootstrap_base_layout.html.twig", "bootstrap_5_layout.html.twig", 1); if (!$_trait_0->isTraitable()) { throw new RuntimeError('Template "'."bootstrap_base_layout.html.twig".'" cannot be used as a trait.', 1, $this->source); } $_trait_0_blocks = $_trait_0->getBlocks(); $this->traits = $_trait_0_blocks; $this->blocks = array_merge( $this->traits, [ 'money_widget' => [$this, 'block_money_widget'], 'date_widget' => [$this, 'block_date_widget'], 'time_widget' => [$this, 'block_time_widget'], 'datetime_widget' => [$this, 'block_datetime_widget'], 'dateinterval_widget' => [$this, 'block_dateinterval_widget'], 'percent_widget' => [$this, 'block_percent_widget'], 'form_widget_simple' => [$this, 'block_form_widget_simple'], 'widget_attributes' => [$this, 'block_widget_attributes'], 'button_widget' => [$this, 'block_button_widget'], 'submit_widget' => [$this, 'block_submit_widget'], 'checkbox_widget' => [$this, 'block_checkbox_widget'], 'radio_widget' => [$this, 'block_radio_widget'], 'choice_widget_collapsed' => [$this, 'block_choice_widget_collapsed'], 'choice_widget_expanded' => [$this, 'block_choice_widget_expanded'], 'form_label' => [$this, 'block_form_label'], 'checkbox_radio_label' => [$this, 'block_checkbox_radio_label'], 'form_row' => [$this, 'block_form_row'], 'button_row' => [$this, 'block_button_row'], 'form_errors' => [$this, 'block_form_errors'], 'form_help' => [$this, 'block_form_help'], ] ); } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 2 echo " "; // line 4 echo " "; // line 5 $this->displayBlock('money_widget', $context, $blocks); // line 22 echo " "; // line 23 $this->displayBlock('date_widget', $context, $blocks); // line 53 echo " "; // line 54 $this->displayBlock('time_widget', $context, $blocks); // line 92 echo " "; // line 93 $this->displayBlock('datetime_widget', $context, $blocks); // line 109 echo " "; // line 110 $this->displayBlock('dateinterval_widget', $context, $blocks); // line 165 echo " "; // line 166 $this->displayBlock('percent_widget', $context, $blocks); // line 176 echo " "; // line 177 $this->displayBlock('form_widget_simple', $context, $blocks); // line 194 $this->displayBlock('widget_attributes', $context, $blocks); // line 201 $this->displayBlock('button_widget', $context, $blocks); // line 206 $this->displayBlock('submit_widget', $context, $blocks); // line 211 $this->displayBlock('checkbox_widget', $context, $blocks); // line 226 $this->displayBlock('radio_widget', $context, $blocks); // line 238 $this->displayBlock('choice_widget_collapsed', $context, $blocks); // line 243 $this->displayBlock('choice_widget_expanded', $context, $blocks); // line 254 echo " "; // line 257 $this->displayBlock('form_label', $context, $blocks); // line 276 $this->displayBlock('checkbox_radio_label', $context, $blocks); // line 320 echo " "; // line 323 $this->displayBlock('form_row', $context, $blocks); // line 345 $this->displayBlock('button_row', $context, $blocks); // line 350 echo " "; // line 353 $this->displayBlock('form_errors', $context, $blocks); // line 360 echo " "; // line 363 $this->displayBlock('form_help', $context, $blocks); } // line 5 public function block_money_widget($context, array $blocks = []) { $macros = $this->macros; // line 6 $context["prepend"] = !(is_string($__internal_compile_0 = ($context["money_pattern"] ?? null)) && is_string($__internal_compile_1 = "{{") && ('' === $__internal_compile_1 || 0 === strpos($__internal_compile_0, $__internal_compile_1))); // line 7 $context["append"] = !(is_string($__internal_compile_2 = ($context["money_pattern"] ?? null)) && is_string($__internal_compile_3 = "}}") && ('' === $__internal_compile_3 || $__internal_compile_3 === substr($__internal_compile_2, -strlen($__internal_compile_3)))); // line 8 if ((($context["prepend"] ?? null) || ($context["append"] ?? null))) { // line 9 echo "<div class=\"input-group"; echo twig_escape_filter($this->env, ((array_key_exists("group_class", $context)) ? (_twig_default_filter(($context["group_class"] ?? null), "")) : ("")), "html", null, true); echo "\">"; // line 10 if (($context["prepend"] ?? null)) { // line 11 echo "<span class=\"input-group-text\">"; echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->encodeCurrency($this->env, ($context["money_pattern"] ?? null)); echo "</span>"; } // line 13 $this->displayBlock("form_widget_simple", $context, $blocks); // line 14 if (($context["append"] ?? null)) { // line 15 echo "<span class=\"input-group-text\">"; echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->encodeCurrency($this->env, ($context["money_pattern"] ?? null)); echo "</span>"; } // line 17 echo "</div>"; } else { // line 19 $this->displayBlock("form_widget_simple", $context, $blocks); } } // line 23 public function block_date_widget($context, array $blocks = []) { $macros = $this->macros; // line 24 if ((0 === twig_compare(($context["widget"] ?? null), "single_text"))) { // line 25 $this->displayBlock("form_widget_simple", $context, $blocks); } else { // line 27 if ( !($context["valid"] ?? null)) { // line 28 echo " "; $context["attr"] = twig_array_merge(($context["attr"] ?? null), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 28)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 28), "")) : ("")) . " is-invalid"))]); // line 29 $context["valid"] = true; // line 30 echo " "; } // line 31 if (( !array_key_exists("datetime", $context) || !($context["datetime"] ?? null))) { // line 32 echo "<div "; $this->displayBlock("widget_container_attributes", $context, $blocks); echo ">"; } // line 34 if ( !(($context["label"] ?? null) === false)) { // line 35 echo "<div class=\"visually-hidden\">"; // line 36 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "year", [], "any", false, false, false, 36), 'label'); // line 37 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "month", [], "any", false, false, false, 37), 'label'); // line 38 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "day", [], "any", false, false, false, 38), 'label'); // line 39 echo "</div>"; } // line 41 echo "<div class=\"input-group\">"; // line 42 echo twig_replace_filter(($context["date_pattern"] ?? null), ["{{ year }}" => // line 43 $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "year", [], "any", false, false, false, 43), 'widget'), "{{ month }}" => // line 44 $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "month", [], "any", false, false, false, 44), 'widget'), "{{ day }}" => // line 45 $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "day", [], "any", false, false, false, 45), 'widget')]); // line 47 echo "</div>"; // line 48 if (( !array_key_exists("datetime", $context) || !($context["datetime"] ?? null))) { // line 49 echo "</div>"; } } } // line 54 public function block_time_widget($context, array $blocks = []) { $macros = $this->macros; // line 55 if ((0 === twig_compare(($context["widget"] ?? null), "single_text"))) { // line 56 $this->displayBlock("form_widget_simple", $context, $blocks); } else { // line 58 if ( !($context["valid"] ?? null)) { // line 59 echo " "; $context["attr"] = twig_array_merge(($context["attr"] ?? null), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 59)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 59), "")) : ("")) . " is-invalid"))]); // line 60 $context["valid"] = true; // line 61 echo " "; } // line 62 if (( !array_key_exists("datetime", $context) || (0 === twig_compare(false, ($context["datetime"] ?? null))))) { // line 63 echo "<div "; $this->displayBlock("widget_container_attributes", $context, $blocks); echo ">"; } // line 65 if ( !(($context["label"] ?? null) === false)) { // line 66 echo "<div class=\"visually-hidden\">"; // line 67 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "hour", [], "any", false, false, false, 67), 'label'); // line 68 if (($context["with_minutes"] ?? null)) { echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "minute", [], "any", false, false, false, 68), 'label'); } // line 69 if (($context["with_seconds"] ?? null)) { echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "second", [], "any", false, false, false, 69), 'label'); } // line 70 echo "</div>"; } // line 72 if ((($context["with_minutes"] ?? null) || ($context["with_seconds"] ?? null))) { // line 73 echo " <div class=\"input-group\"> "; } // line 75 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "hour", [], "any", false, false, false, 75), 'widget'); // line 76 if (($context["with_minutes"] ?? null)) { // line 77 echo "<span class=\"input-group-text\">:</span>"; // line 78 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "minute", [], "any", false, false, false, 78), 'widget'); } // line 80 if (($context["with_seconds"] ?? null)) { // line 81 echo "<span class=\"input-group-text\">:</span>"; // line 82 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "second", [], "any", false, false, false, 82), 'widget'); } // line 84 if ((($context["with_minutes"] ?? null) || ($context["with_seconds"] ?? null))) { // line 85 echo " </div> "; } // line 87 if (( !array_key_exists("datetime", $context) || (0 === twig_compare(false, ($context["datetime"] ?? null))))) { // line 88 echo "</div>"; } } } // line 93 public function block_datetime_widget($context, array $blocks = []) { $macros = $this->macros; // line 94 if ((0 === twig_compare(($context["widget"] ?? null), "single_text"))) { // line 95 $this->displayBlock("form_widget_simple", $context, $blocks); } else { // line 97 if ( !($context["valid"] ?? null)) { // line 98 echo " "; $context["attr"] = twig_array_merge(($context["attr"] ?? null), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 98)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 98), "")) : ("")) . " is-invalid"))]); // line 99 $context["valid"] = true; // line 100 echo " "; } // line 101 echo " <div "; $this->displayBlock("widget_container_attributes", $context, $blocks); echo ">"; // line 102 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "date", [], "any", false, false, false, 102), 'widget', ["datetime" => true]); // line 103 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "date", [], "any", false, false, false, 103), 'errors'); // line 104 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "time", [], "any", false, false, false, 104), 'widget', ["datetime" => true]); // line 105 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "time", [], "any", false, false, false, 105), 'errors'); // line 106 echo "</div>"; } } // line 110 public function block_dateinterval_widget($context, array $blocks = []) { $macros = $this->macros; // line 111 if ((0 === twig_compare(($context["widget"] ?? null), "single_text"))) { // line 112 $this->displayBlock("form_widget_simple", $context, $blocks); } else { // line 114 if ( !($context["valid"] ?? null)) { // line 115 echo " "; $context["attr"] = twig_array_merge(($context["attr"] ?? null), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 115)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 115), "")) : ("")) . " is-invalid"))]); // line 116 $context["valid"] = true; // line 117 echo " "; } // line 118 echo " <div "; $this->displayBlock("widget_container_attributes", $context, $blocks); echo ">"; // line 119 if (($context["with_years"] ?? null)) { // line 120 echo "<div class=\"col-auto mb-3\"> "; // line 121 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "years", [], "any", false, false, false, 121), 'label'); echo " "; // line 122 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "years", [], "any", false, false, false, 122), 'widget'); echo " </div>"; } // line 125 if (($context["with_months"] ?? null)) { // line 126 echo "<div class=\"col-auto mb-3\"> "; // line 127 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "months", [], "any", false, false, false, 127), 'label'); echo " "; // line 128 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "months", [], "any", false, false, false, 128), 'widget'); echo " </div>"; } // line 131 if (($context["with_weeks"] ?? null)) { // line 132 echo "<div class=\"col-auto mb-3\"> "; // line 133 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "weeks", [], "any", false, false, false, 133), 'label'); echo " "; // line 134 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "weeks", [], "any", false, false, false, 134), 'widget'); echo " </div>"; } // line 137 if (($context["with_days"] ?? null)) { // line 138 echo "<div class=\"col-auto mb-3\"> "; // line 139 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "days", [], "any", false, false, false, 139), 'label'); echo " "; // line 140 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "days", [], "any", false, false, false, 140), 'widget'); echo " </div>"; } // line 143 if (($context["with_hours"] ?? null)) { // line 144 echo "<div class=\"col-auto mb-3\"> "; // line 145 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "hours", [], "any", false, false, false, 145), 'label'); echo " "; // line 146 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "hours", [], "any", false, false, false, 146), 'widget'); echo " </div>"; } // line 149 if (($context["with_minutes"] ?? null)) { // line 150 echo "<div class=\"col-auto mb-3\"> "; // line 151 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "minutes", [], "any", false, false, false, 151), 'label'); echo " "; // line 152 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "minutes", [], "any", false, false, false, 152), 'widget'); echo " </div>"; } // line 155 if (($context["with_seconds"] ?? null)) { // line 156 echo "<div class=\"col-auto mb-3\"> "; // line 157 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "seconds", [], "any", false, false, false, 157), 'label'); echo " "; // line 158 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "seconds", [], "any", false, false, false, 158), 'widget'); echo " </div>"; } // line 161 if (($context["with_invert"] ?? null)) { echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(twig_get_attribute($this->env, $this->source, ($context["form"] ?? null), "invert", [], "any", false, false, false, 161), 'widget'); } // line 162 echo "</div>"; } } // line 166 public function block_percent_widget($context, array $blocks = []) { $macros = $this->macros; // line 167 if (($context["symbol"] ?? null)) { // line 168 echo "<div class=\"input-group\">"; // line 169 $this->displayBlock("form_widget_simple", $context, $blocks); // line 170 echo "<span class=\"input-group-text\">"; echo twig_escape_filter($this->env, ((array_key_exists("symbol", $context)) ? (_twig_default_filter(($context["symbol"] ?? null), "%")) : ("%")), "html", null, true); echo "</span> </div>"; } else { // line 173 $this->displayBlock("form_widget_simple", $context, $blocks); } } // line 177 public function block_form_widget_simple($context, array $blocks = []) { $macros = $this->macros; // line 178 if (( !array_key_exists("type", $context) || (0 !== twig_compare(($context["type"] ?? null), "hidden")))) { // line 179 $context["widget_class"] = " form-control"; // line 180 if ((0 === twig_compare(((array_key_exists("type", $context)) ? (_twig_default_filter(($context["type"] ?? null), "")) : ("")), "color"))) { // line 181 $context["widget_class"] = (($context["widget_class"] ?? null) . " form-control-color"); } elseif ((0 === twig_compare((( // line 182 array_key_exists("type", $context)) ? (_twig_default_filter(($context["type"] ?? null), "")) : ("")), "range"))) { // line 183 $context["widget_class"] = " form-range"; } // line 185 $context["attr"] = twig_array_merge(($context["attr"] ?? null), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 185)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 185), "")) : ("")) . ($context["widget_class"] ?? null)))]); } // line 187 if ((array_key_exists("type", $context) && twig_in_filter(($context["type"] ?? null), [0 => "range", 1 => "color"]))) { // line 188 echo " "; // line 189 echo " "; $context["required"] = false; // line 190 echo " "; } // line 191 $this->displayParentBlock("form_widget_simple", $context, $blocks); } // line 194 public function block_widget_attributes($context, array $blocks = []) { $macros = $this->macros; // line 195 if ( !($context["valid"] ?? null)) { // line 196 echo " "; $context["attr"] = twig_array_merge(($context["attr"] ?? null), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 196)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 196), "")) : ("")) . " is-invalid"))]); // line 197 echo " "; } // line 198 $this->displayParentBlock("widget_attributes", $context, $blocks); } // line 201 public function block_button_widget($context, array $blocks = []) { $macros = $this->macros; // line 202 $context["attr"] = twig_array_merge(($context["attr"] ?? null), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 202)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 202), "btn-secondary")) : ("btn-secondary")) . " btn"))]); // line 203 $this->displayParentBlock("button_widget", $context, $blocks); } // line 206 public function block_submit_widget($context, array $blocks = []) { $macros = $this->macros; // line 207 $context["attr"] = twig_array_merge(($context["attr"] ?? null), ["class" => twig_trim_filter(((twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 207)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 207), "btn-primary")) : ("btn-primary")))]); // line 208 $this->displayParentBlock("submit_widget", $context, $blocks); } // line 211 public function block_checkbox_widget($context, array $blocks = []) { $macros = $this->macros; // line 212 $context["attr"] = twig_array_merge(($context["attr"] ?? null), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 212)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 212), "")) : ("")) . " form-check-input"))]); // line 213 $context["parent_label_class"] = ((array_key_exists("parent_label_class", $context)) ? (_twig_default_filter(($context["parent_label_class"] ?? null), ((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 213)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 213), "")) : ("")))) : (((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 213)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 213), "")) : ("")))); // line 214 $context["row_class"] = "form-check"; // line 215 if (twig_in_filter("checkbox-inline", ($context["parent_label_class"] ?? null))) { // line 216 echo " "; $context["row_class"] = (($context["row_class"] ?? null) . " form-check-inline"); // line 217 echo " "; } // line 218 if (twig_in_filter("checkbox-switch", ($context["parent_label_class"] ?? null))) { // line 219 echo " "; $context["row_class"] = (($context["row_class"] ?? null) . " form-switch"); // line 220 echo " "; } // line 221 echo "<div class=\""; echo twig_escape_filter($this->env, ($context["row_class"] ?? null), "html", null, true); echo "\">"; // line 222 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'label', ["widget" => $this->renderParentBlock("checkbox_widget", $context, $blocks)]); // line 223 echo "</div>"; } // line 226 public function block_radio_widget($context, array $blocks = []) { $macros = $this->macros; // line 227 $context["attr"] = twig_array_merge(($context["attr"] ?? null), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 227)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 227), "")) : ("")) . " form-check-input"))]); // line 228 $context["parent_label_class"] = ((array_key_exists("parent_label_class", $context)) ? (_twig_default_filter(($context["parent_label_class"] ?? null), ((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 228)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 228), "")) : ("")))) : (((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 228)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 228), "")) : ("")))); // line 229 $context["row_class"] = "form-check"; // line 230 if (twig_in_filter("radio-inline", ($context["parent_label_class"] ?? null))) { // line 231 $context["row_class"] = (($context["row_class"] ?? null) . " form-check-inline"); } // line 233 echo "<div class=\""; echo twig_escape_filter($this->env, ($context["row_class"] ?? null), "html", null, true); echo "\">"; // line 234 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'label', ["widget" => $this->renderParentBlock("radio_widget", $context, $blocks)]); // line 235 echo "</div>"; } // line 238 public function block_choice_widget_collapsed($context, array $blocks = []) { $macros = $this->macros; // line 239 $context["attr"] = twig_array_merge(($context["attr"] ?? null), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 239)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 239), "")) : ("")) . " form-select"))]); // line 240 $this->displayParentBlock("choice_widget_collapsed", $context, $blocks); } // line 243 public function block_choice_widget_expanded($context, array $blocks = []) { $macros = $this->macros; // line 244 echo "<div "; $this->displayBlock("widget_container_attributes", $context, $blocks); echo ">"; // line 245 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["form"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["child"]) { // line 246 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["child"], 'widget', ["parent_label_class" => ((twig_get_attribute($this->env, $this->source, // line 247 ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 247)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 247), "")) : ("")), "translation_domain" => // line 248 ($context["choice_translation_domain"] ?? null), "valid" => // line 249 ($context["valid"] ?? null)]); } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 252 echo "</div>"; } // line 257 public function block_form_label($context, array $blocks = []) { $macros = $this->macros; // line 258 if ( !(($context["label"] ?? null) === false)) { // line 259 $context["parent_label_class"] = ((array_key_exists("parent_label_class", $context)) ? (_twig_default_filter(($context["parent_label_class"] ?? null), ((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 259)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 259), "")) : ("")))) : (((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 259)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 259), "")) : ("")))); // line 260 if ((array_key_exists("compound", $context) && ($context["compound"] ?? null))) { // line 261 $context["element"] = "legend"; // line 262 if (!twig_in_filter("col-form-label", ($context["parent_label_class"] ?? null))) { // line 263 $context["label_attr"] = twig_array_merge(($context["label_attr"] ?? null), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 263)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 263), "")) : ("")) . " col-form-label"))]); } } else { // line 266 $context["row_class"] = ((array_key_exists("row_class", $context)) ? (_twig_default_filter(($context["row_class"] ?? null), ((twig_get_attribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", true, true, false, 266)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", false, false, false, 266), "")) : ("")))) : (((twig_get_attribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", true, true, false, 266)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", false, false, false, 266), "")) : ("")))); // line 267 $context["label_attr"] = twig_array_merge(($context["label_attr"] ?? null), ["for" => ($context["id"] ?? null)]); // line 268 if (!twig_in_filter("col-form-label", ($context["parent_label_class"] ?? null))) { // line 269 $context["label_attr"] = twig_array_merge(($context["label_attr"] ?? null), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 269)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 269), "")) : ("")) . ((twig_in_filter("input-group", ($context["row_class"] ?? null))) ? (" input-group-text") : (" form-label"))))]); } } } // line 273 $this->displayParentBlock("form_label", $context, $blocks); } // line 276 public function block_checkbox_radio_label($context, array $blocks = []) { $macros = $this->macros; // line 278 if (array_key_exists("widget", $context)) { // line 279 $context["label_attr"] = twig_array_merge(($context["label_attr"] ?? null), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 279)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 279), "")) : ("")) . " form-check-label"))]); // line 280 if ( !($context["compound"] ?? null)) { // line 281 $context["label_attr"] = twig_array_merge(($context["label_attr"] ?? null), ["for" => ($context["id"] ?? null)]); } // line 283 if (($context["required"] ?? null)) { // line 284 $context["label_attr"] = twig_array_merge(($context["label_attr"] ?? null), ["class" => twig_trim_filter((((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 284)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 284), "")) : ("")) . " required"))]); } // line 286 if (array_key_exists("parent_label_class", $context)) { // line 287 $context["label_attr"] = twig_array_merge(($context["label_attr"] ?? null), ["class" => twig_trim_filter(twig_replace_filter(((((twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 287)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 287), "")) : ("")) . " ") . ($context["parent_label_class"] ?? null)), ["checkbox-inline" => "", "radio-inline" => ""]))]); } // line 289 if (( !(($context["label"] ?? null) === false) && twig_test_empty(($context["label"] ?? null)))) { // line 290 if ( !twig_test_empty(($context["label_format"] ?? null))) { // line 291 $context["label"] = twig_replace_filter(($context["label_format"] ?? null), ["%name%" => // line 292 ($context["name"] ?? null), "%id%" => // line 293 ($context["id"] ?? null)]); } else { // line 296 $context["label"] = $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->humanize(($context["name"] ?? null)); } } // line 300 echo ($context["widget"] ?? null); echo " <label"; // line 301 $__internal_compile_4 = $context; $__internal_compile_5 = ["attr" => ($context["label_attr"] ?? null)]; if (!twig_test_iterable($__internal_compile_5)) { throw new RuntimeError('Variables passed to the "with" tag must be a hash.', 301, $this->getSourceContext()); } $__internal_compile_5 = twig_to_array($__internal_compile_5); $context = $this->env->mergeGlobals(array_merge($context, $__internal_compile_5)); $this->displayBlock("attributes", $context, $blocks); $context = $__internal_compile_4; echo ">"; // line 302 if ( !(($context["label"] ?? null) === false)) { // line 303 if ((($context["translation_domain"] ?? null) === false)) { // line 304 if ((($context["label_html"] ?? null) === false)) { // line 305 echo twig_escape_filter($this->env, ($context["label"] ?? null), "html", null, true); } else { // line 307 echo ($context["label"] ?? null); } } else { // line 310 if ((($context["label_html"] ?? null) === false)) { // line 311 echo twig_escape_filter($this->env, $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 313 echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(($context["label"] ?? null), ($context["label_translation_parameters"] ?? null), ($context["translation_domain"] ?? null)); } } } // line 317 echo "</label>"; } } // line 323 public function block_form_row($context, array $blocks = []) { $macros = $this->macros; // line 324 if ((array_key_exists("compound", $context) && ($context["compound"] ?? null))) { // line 325 $context["element"] = "fieldset"; } // line 327 $context["widget_attr"] = []; // line 328 if ( !twig_test_empty(($context["help"] ?? null))) { // line 329 $context["widget_attr"] = ["attr" => ["aria-describedby" => (($context["id"] ?? null) . "_help")]]; } // line 331 $context["row_class"] = ((array_key_exists("row_class", $context)) ? (_twig_default_filter(($context["row_class"] ?? null), twig_trim_filter(((twig_get_attribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", true, true, false, 331)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", false, false, false, 331), "mb-3")) : ("mb-3"))))) : (twig_trim_filter(((twig_get_attribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", true, true, false, 331)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", false, false, false, 331), "mb-3")) : ("mb-3"))))); // line 332 echo "<"; echo twig_escape_filter($this->env, ((array_key_exists("element", $context)) ? (_twig_default_filter(($context["element"] ?? null), "div")) : ("div")), "html", null, true); $__internal_compile_6 = $context; $__internal_compile_7 = ["attr" => twig_array_merge(($context["row_attr"] ?? null), ["class" => ($context["row_class"] ?? null)])]; if (!twig_test_iterable($__internal_compile_7)) { throw new RuntimeError('Variables passed to the "with" tag must be a hash.', 332, $this->getSourceContext()); } $__internal_compile_7 = twig_to_array($__internal_compile_7); $context = $this->env->mergeGlobals(array_merge($context, $__internal_compile_7)); $this->displayBlock("attributes", $context, $blocks); $context = $__internal_compile_6; echo ">"; // line 333 if (twig_in_filter("form-floating", ($context["row_class"] ?? null))) { // line 334 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget', ($context["widget_attr"] ?? null)); // line 335 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'label'); } else { // line 337 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'label'); // line 338 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget', ($context["widget_attr"] ?? null)); } // line 340 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'help'); // line 341 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'errors'); // line 342 echo "</"; echo twig_escape_filter($this->env, ((array_key_exists("element", $context)) ? (_twig_default_filter(($context["element"] ?? null), "div")) : ("div")), "html", null, true); echo ">"; } // line 345 public function block_button_row($context, array $blocks = []) { $macros = $this->macros; // line 346 echo "<div"; $__internal_compile_8 = $context; $__internal_compile_9 = ["attr" => twig_array_merge(($context["row_attr"] ?? null), ["class" => twig_trim_filter(((twig_get_attribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", true, true, false, 346)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", false, false, false, 346), "mb-3")) : ("mb-3")))])]; if (!twig_test_iterable($__internal_compile_9)) { throw new RuntimeError('Variables passed to the "with" tag must be a hash.', 346, $this->getSourceContext()); } $__internal_compile_9 = twig_to_array($__internal_compile_9); $context = $this->env->mergeGlobals(array_merge($context, $__internal_compile_9)); $this->displayBlock("attributes", $context, $blocks); $context = $__internal_compile_8; echo ">"; // line 347 echo $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget'); // line 348 echo "</div>"; } // line 353 public function block_form_errors($context, array $blocks = []) { $macros = $this->macros; // line 354 if ((1 === twig_compare(twig_length_filter($this->env, ($context["errors"] ?? null)), 0))) { // line 355 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(($context["errors"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["error"]) { // line 356 echo "<div class=\"invalid-feedback d-block\">"; echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["error"], "message", [], "any", false, false, false, 356), "html", null, true); echo "</div>"; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['_key'], $context['error'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; } } // line 363 public function block_form_help($context, array $blocks = []) { $macros = $this->macros; // line 364 $context["row_class"] = ((twig_get_attribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", true, true, false, 364)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", false, false, false, 364), "")) : ("")); // line 365 echo " "; $context["help_class"] = " form-text"; // line 366 echo " "; if (twig_in_filter("input-group", ($context["row_class"] ?? null))) { // line 368 $context["help_class"] = " input-group-text"; // line 369 echo " "; } // line 370 if ( !twig_test_empty(($context["help"] ?? null))) { // line 371 $context["help_attr"] = twig_array_merge(($context["help_attr"] ?? null), ["class" => twig_trim_filter(((((twig_get_attribute($this->env, $this->source, ($context["help_attr"] ?? null), "class", [], "any", true, true, false, 371)) ? (_twig_default_filter(twig_get_attribute($this->env, $this->source, ($context["help_attr"] ?? null), "class", [], "any", false, false, false, 371), "")) : ("")) . ($context["help_class"] ?? null)) . " mb-0"))]); } // line 373 $this->displayParentBlock("form_help", $context, $blocks); } public function getTemplateName() { return "bootstrap_5_layout.html.twig"; } public function getDebugInfo() { return array ( 903 => 373, 900 => 371, 898 => 370, 895 => 369, 893 => 368, 890 => 366, 887 => 365, 885 => 364, 881 => 363, 870 => 356, 866 => 355, 864 => 354, 860 => 353, 856 => 348, 854 => 347, 842 => 346, 838 => 345, 832 => 342, 830 => 341, 828 => 340, 825 => 338, 823 => 337, 820 => 335, 818 => 334, 816 => 333, 803 => 332, 801 => 331, 798 => 329, 796 => 328, 794 => 327, 791 => 325, 789 => 324, 785 => 323, 780 => 317, 775 => 313, 772 => 311, 770 => 310, 766 => 307, 763 => 305, 761 => 304, 759 => 303, 757 => 302, 746 => 301, 742 => 300, 738 => 296, 735 => 293, 734 => 292, 733 => 291, 731 => 290, 729 => 289, 726 => 287, 724 => 286, 721 => 284, 719 => 283, 716 => 281, 714 => 280, 712 => 279, 710 => 278, 706 => 276, 702 => 273, 697 => 269, 695 => 268, 693 => 267, 691 => 266, 687 => 263, 685 => 262, 683 => 261, 681 => 260, 679 => 259, 677 => 258, 673 => 257, 669 => 252, 663 => 249, 662 => 248, 661 => 247, 660 => 246, 656 => 245, 652 => 244, 648 => 243, 644 => 240, 642 => 239, 638 => 238, 634 => 235, 632 => 234, 628 => 233, 625 => 231, 623 => 230, 621 => 229, 619 => 228, 617 => 227, 613 => 226, 609 => 223, 607 => 222, 603 => 221, 600 => 220, 597 => 219, 595 => 218, 592 => 217, 589 => 216, 587 => 215, 585 => 214, 583 => 213, 581 => 212, 577 => 211, 573 => 208, 571 => 207, 567 => 206, 563 => 203, 561 => 202, 557 => 201, 553 => 198, 550 => 197, 547 => 196, 545 => 195, 541 => 194, 537 => 191, 534 => 190, 531 => 189, 529 => 188, 527 => 187, 524 => 185, 521 => 183, 519 => 182, 517 => 181, 515 => 180, 513 => 179, 511 => 178, 507 => 177, 502 => 173, 496 => 170, 494 => 169, 492 => 168, 490 => 167, 486 => 166, 481 => 162, 477 => 161, 472 => 158, 468 => 157, 465 => 156, 463 => 155, 458 => 152, 454 => 151, 451 => 150, 449 => 149, 444 => 146, 440 => 145, 437 => 144, 435 => 143, 430 => 140, 426 => 139, 423 => 138, 421 => 137, 416 => 134, 412 => 133, 409 => 132, 407 => 131, 402 => 128, 398 => 127, 395 => 126, 393 => 125, 388 => 122, 384 => 121, 381 => 120, 379 => 119, 375 => 118, 372 => 117, 370 => 116, 367 => 115, 365 => 114, 362 => 112, 360 => 111, 356 => 110, 351 => 106, 349 => 105, 347 => 104, 345 => 103, 343 => 102, 339 => 101, 336 => 100, 334 => 99, 331 => 98, 329 => 97, 326 => 95, 324 => 94, 320 => 93, 314 => 88, 312 => 87, 308 => 85, 306 => 84, 303 => 82, 301 => 81, 299 => 80, 296 => 78, 294 => 77, 292 => 76, 290 => 75, 286 => 73, 284 => 72, 281 => 70, 277 => 69, 273 => 68, 271 => 67, 269 => 66, 267 => 65, 262 => 63, 260 => 62, 257 => 61, 255 => 60, 252 => 59, 250 => 58, 247 => 56, 245 => 55, 241 => 54, 235 => 49, 233 => 48, 231 => 47, 229 => 45, 228 => 44, 227 => 43, 226 => 42, 224 => 41, 221 => 39, 219 => 38, 217 => 37, 215 => 36, 213 => 35, 211 => 34, 206 => 32, 204 => 31, 201 => 30, 199 => 29, 196 => 28, 194 => 27, 191 => 25, 189 => 24, 185 => 23, 180 => 19, 177 => 17, 172 => 15, 170 => 14, 168 => 13, 163 => 11, 161 => 10, 157 => 9, 155 => 8, 153 => 7, 151 => 6, 147 => 5, 143 => 363, 140 => 360, 138 => 353, 135 => 350, 133 => 345, 131 => 323, 128 => 320, 126 => 276, 124 => 257, 121 => 254, 119 => 243, 117 => 238, 115 => 226, 113 => 211, 111 => 206, 109 => 201, 107 => 194, 105 => 177, 102 => 176, 100 => 166, 97 => 165, 95 => 110, 92 => 109, 90 => 93, 87 => 92, 85 => 54, 82 => 53, 80 => 23, 77 => 22, 75 => 5, 72 => 4, 69 => 2, 30 => 1,); } public function getSourceContext() { return new Source("", "bootstrap_5_layout.html.twig", "/home/www/wb/vendor/symfony/twig-bridge/Resources/views/Form/bootstrap_5_layout.html.twig"); } }