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 /
82 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
8202ec02b245159e0c486961cd0f41de.php
15.97
KB
-rwxrwxr-x
2026-05-18 12:54
82389e9fc72071c35d289935fc2194e5.php
2.21
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; /* tailwind_2_layout.html.twig */ class __TwigTemplate_77cd7d23f783315b3d4970b4d6d12149 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("form_div_layout.html.twig", 1); if (!$_trait_0->unwrap()->isTraitable()) { throw new RuntimeError('Template "'."form_div_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_row' => [$this, 'block_form_row'], 'widget_attributes' => [$this, 'block_widget_attributes'], 'form_label' => [$this, 'block_form_label'], 'form_help' => [$this, 'block_form_help'], 'form_errors' => [$this, 'block_form_errors'], 'choice_widget_expanded' => [$this, 'block_choice_widget_expanded'], 'checkbox_row' => [$this, 'block_checkbox_row'], 'checkbox_widget' => [$this, 'block_checkbox_widget'], 'radio_widget' => [$this, 'block_radio_widget'], ] ); } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 3 yield from $this->unwrap()->yieldBlock('form_row', $context, $blocks); // line 8 yield from $this->unwrap()->yieldBlock('widget_attributes', $context, $blocks); // line 13 yield from $this->unwrap()->yieldBlock('form_label', $context, $blocks); // line 18 yield from $this->unwrap()->yieldBlock('form_help', $context, $blocks); // line 23 yield from $this->unwrap()->yieldBlock('form_errors', $context, $blocks); // line 33 yield from $this->unwrap()->yieldBlock('choice_widget_expanded', $context, $blocks); // line 45 yield from $this->unwrap()->yieldBlock('checkbox_row', $context, $blocks); // line 61 yield from $this->unwrap()->yieldBlock('checkbox_widget', $context, $blocks); // line 66 yield from $this->unwrap()->yieldBlock('radio_widget', $context, $blocks); yield from []; } // line 3 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_row(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 4 $context["row_attr"] = Twig\Extension\CoreExtension::merge(($context["row_attr"] ?? null), ["class" => ((CoreExtension::getAttribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", true, true, false, 4)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", false, false, false, 4), ((array_key_exists("row_class", $context)) ? (Twig\Extension\CoreExtension::default(($context["row_class"] ?? null), "mb-6")) : ("mb-6")))) : (((array_key_exists("row_class", $context)) ? (Twig\Extension\CoreExtension::default(($context["row_class"] ?? null), "mb-6")) : ("mb-6"))))]); // line 5 yield from $this->yieldParentBlock("form_row", $context, $blocks); yield from []; } // line 8 /** * @return iterable<null|scalar|\Stringable> */ public function block_widget_attributes(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 9 $context["attr"] = Twig\Extension\CoreExtension::merge(($context["attr"] ?? null), ["class" => ((((CoreExtension::getAttribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 9)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 9), ((array_key_exists("widget_class", $context)) ? (Twig\Extension\CoreExtension::default(($context["widget_class"] ?? null), "mt-1 w-full")) : ("mt-1 w-full")))) : (((array_key_exists("widget_class", $context)) ? (Twig\Extension\CoreExtension::default(($context["widget_class"] ?? null), "mt-1 w-full")) : ("mt-1 w-full")))) . (((($tmp = ($context["disabled"] ?? null)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ((" " . ((array_key_exists("widget_disabled_class", $context)) ? (Twig\Extension\CoreExtension::default(($context["widget_disabled_class"] ?? null), "border-gray-300 text-gray-500")) : ("border-gray-300 text-gray-500")))) : (""))) . (((($tmp = Twig\Extension\CoreExtension::length($this->env->getCharset(), ($context["errors"] ?? null))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ((" " . ((array_key_exists("widget_errors_class", $context)) ? (Twig\Extension\CoreExtension::default(($context["widget_errors_class"] ?? null), "border-red-700")) : ("border-red-700")))) : ("")))]); // line 10 yield from $this->yieldParentBlock("widget_attributes", $context, $blocks); yield from []; } // line 13 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_label(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 14 $context["label_attr"] = Twig\Extension\CoreExtension::merge(($context["label_attr"] ?? null), ["class" => ((CoreExtension::getAttribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", true, true, false, 14)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["label_attr"] ?? null), "class", [], "any", false, false, false, 14), ((array_key_exists("label_class", $context)) ? (Twig\Extension\CoreExtension::default(($context["label_class"] ?? null), "block text-gray-800")) : ("block text-gray-800")))) : (((array_key_exists("label_class", $context)) ? (Twig\Extension\CoreExtension::default(($context["label_class"] ?? null), "block text-gray-800")) : ("block text-gray-800"))))]); // line 15 yield from $this->yieldParentBlock("form_label", $context, $blocks); yield from []; } // line 18 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_help(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 19 $context["help_attr"] = Twig\Extension\CoreExtension::merge(($context["help_attr"] ?? null), ["class" => ((CoreExtension::getAttribute($this->env, $this->source, ($context["help_attr"] ?? null), "class", [], "any", true, true, false, 19)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["help_attr"] ?? null), "class", [], "any", false, false, false, 19), ((array_key_exists("help_class", $context)) ? (Twig\Extension\CoreExtension::default(($context["help_class"] ?? null), "mt-1 text-gray-600")) : ("mt-1 text-gray-600")))) : (((array_key_exists("help_class", $context)) ? (Twig\Extension\CoreExtension::default(($context["help_class"] ?? null), "mt-1 text-gray-600")) : ("mt-1 text-gray-600"))))]); // line 20 yield from $this->yieldParentBlock("form_help", $context, $blocks); yield from []; } // line 23 /** * @return iterable<null|scalar|\Stringable> */ public function block_form_errors(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 24 if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), ($context["errors"] ?? null)) > 0)) { // line 25 yield "<ul>"; // line 26 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["errors"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["error"]) { // line 27 yield "<li class=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((array_key_exists("error_item_class", $context)) ? (Twig\Extension\CoreExtension::default(($context["error_item_class"] ?? null), "text-red-700")) : ("text-red-700")), "html", null, true); yield "\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["error"], "message", [], "any", false, false, false, 27), "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 29 yield "</ul>"; } yield from []; } // line 33 /** * @return iterable<null|scalar|\Stringable> */ public function block_choice_widget_expanded(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 34 $context["attr"] = Twig\Extension\CoreExtension::merge(($context["attr"] ?? null), ["class" => ((CoreExtension::getAttribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", true, true, false, 34)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["attr"] ?? null), "class", [], "any", false, false, false, 34), "mt-2")) : ("mt-2"))]); // line 35 yield "<div "; yield from $this->unwrap()->yieldBlock("widget_container_attributes", $context, $blocks); yield ">"; // line 36 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["form"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["child"]) { // line 37 yield " <div class=\"flex items-center\">"; // line 38 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["child"], 'widget'); // line 39 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock($context["child"], 'label', ["translation_domain" => ($context["choice_translation_domain"] ?? null)]); // line 40 yield "</div> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['child'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 42 yield "</div>"; yield from []; } // line 45 /** * @return iterable<null|scalar|\Stringable> */ public function block_checkbox_row(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 46 $context["row_attr"] = Twig\Extension\CoreExtension::merge(($context["row_attr"] ?? null), ["class" => ((CoreExtension::getAttribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", true, true, false, 46)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["row_attr"] ?? null), "class", [], "any", false, false, false, 46), ((array_key_exists("row_class", $context)) ? (Twig\Extension\CoreExtension::default(($context["row_class"] ?? null), "mb-6")) : ("mb-6")))) : (((array_key_exists("row_class", $context)) ? (Twig\Extension\CoreExtension::default(($context["row_class"] ?? null), "mb-6")) : ("mb-6"))))]); // line 47 $context["widget_attr"] = []; // line 48 if ((($tmp = !Twig\Extension\CoreExtension::testEmpty(($context["help"] ?? null))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 49 $context["widget_attr"] = ["attr" => ["aria-describedby" => (($context["id"] ?? null) . "_help")]]; } // line 51 yield "<div"; $_v0 = $context; $_v1 = ["attr" => ($context["row_attr"] ?? null)]; if (!is_iterable($_v1)) { throw new RuntimeError('Variables passed to the "with" tag must be a mapping.', 51, $this->getSourceContext()); } $_v1 = CoreExtension::toArray($_v1); $context = $_v1 + $context + $this->env->getGlobals(); yield from $this->unwrap()->yieldBlock("attributes", $context, $blocks); $context = $_v0; yield ">"; // line 52 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'errors'); // line 53 yield "<div class=\"inline-flex items-center\">"; // line 54 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'widget', ($context["widget_attr"] ?? null)); // line 55 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'label'); // line 56 yield "</div>"; // line 57 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'help'); // line 58 yield "</div>"; yield from []; } // line 61 /** * @return iterable<null|scalar|\Stringable> */ public function block_checkbox_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 62 $context["widget_class"] = ((array_key_exists("widget_class", $context)) ? (Twig\Extension\CoreExtension::default(($context["widget_class"] ?? null), "mr-2")) : ("mr-2")); // line 63 yield from $this->yieldParentBlock("checkbox_widget", $context, $blocks); yield from []; } // line 66 /** * @return iterable<null|scalar|\Stringable> */ public function block_radio_widget(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 67 $context["widget_class"] = ((array_key_exists("widget_class", $context)) ? (Twig\Extension\CoreExtension::default(($context["widget_class"] ?? null), "mr-2")) : ("mr-2")); // line 68 yield from $this->yieldParentBlock("radio_widget", $context, $blocks); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "tailwind_2_layout.html.twig"; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 274 => 68, 272 => 67, 265 => 66, 260 => 63, 258 => 62, 251 => 61, 246 => 58, 244 => 57, 242 => 56, 240 => 55, 238 => 54, 236 => 53, 234 => 52, 222 => 51, 219 => 49, 217 => 48, 215 => 47, 213 => 46, 206 => 45, 201 => 42, 194 => 40, 192 => 39, 190 => 38, 188 => 37, 184 => 36, 180 => 35, 178 => 34, 171 => 33, 165 => 29, 155 => 27, 151 => 26, 149 => 25, 147 => 24, 140 => 23, 135 => 20, 133 => 19, 126 => 18, 121 => 15, 119 => 14, 112 => 13, 107 => 10, 105 => 9, 98 => 8, 93 => 5, 91 => 4, 84 => 3, 79 => 66, 77 => 61, 75 => 45, 73 => 33, 71 => 23, 69 => 18, 67 => 13, 65 => 8, 63 => 3, 35 => 1,); } public function getSourceContext(): Source { return new Source("", "tailwind_2_layout.html.twig", "/var/www/v3.cesa.co.za/vendor/symfony/twig-bridge/Resources/views/Form/tailwind_2_layout.html.twig"); } }