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 /
68 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
68842cfdf881d4259366176f9aa90090.php
1.8
KB
-rwxrwxr-x
2026-05-18 12:54
68baeb4a94ae5d3242f928dbcb265fb8.php
17.87
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; /* @Content/Form/report.content.html.twig */ class __TwigTemplate_c1fec3b1c3c38c49b4e7c675b0c13c09 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 = [ ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield "<div class=\"row\"> <div class=\"col-sm-6 formLabel\"> Form Title: </div> <div class=\"col-sm-6 formLabel\"> "; // line 6 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["formCompletedReport"] ?? null), "title", [], "any", false, false, false, 6), "html", null, true); yield " </div> </div> <table border=\"0\" cellpadding=\"4\" cellspacing=\"0\" class=\"table report-table\"> <tr> <th> Prompt<br /> Values </th> </tr> "; // line 17 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, ($context["formCompletedReport"] ?? null), "items", [], "any", false, false, false, 17)); foreach ($context['_seq'] as $context["_key"] => $context["formItem"]) { // line 18 yield " <tr> "; // line 19 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "form_item_type", [], "any", false, false, false, 19), "widgetName", [], "any", false, false, false, 19) == "heading")) { // line 20 yield " <td> <h4>"; // line 21 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "prompt", [], "any", false, false, false, 21), "html", null, true); yield "</h4> </td> "; } elseif ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 23 $context["formItem"], "form_item_type", [], "any", false, false, false, 23), "widgetName", [], "any", false, false, false, 23) == "sub-heading")) { // line 24 yield " <td> <h5>"; // line 25 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "prompt", [], "any", false, false, false, 25), "html", null, true); yield "</h5> </td> "; } elseif ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 27 $context["formItem"], "form_item_type", [], "any", false, false, false, 27), "widgetName", [], "any", false, false, false, 27) == "paragraph")) { // line 28 yield " <td> <p>"; // line 29 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "description", [], "any", false, false, false, 29), "html", null, true); yield "</p> </td> "; } else { // line 32 yield " <th align=\"left\"> "; // line 33 if ((CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "date_col", [], "any", false, false, false, 33) != "")) { // line 34 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "date_col", [], "any", false, false, false, 34), "html", null, true); yield "<br /> "; // line 35 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "time_col", [], "any", false, false, false, 35), "html", null, true); yield "<br /> "; // line 36 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "prompt", [], "any", false, false, false, 36), "html", null, true); yield "<br /> "; // line 37 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "presenter_name", [], "any", false, false, false, 37), "html", null, true); yield "<br /> "; } else { // line 39 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "prompt", [], "any", false, false, false, 39), "html", null, true); yield " "; } // line 41 yield " </th> </tr> <tr> <td align=\"left\"> <ul> "; // line 46 if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "form_item_list", [], "any", false, false, false, 46)) > 0)) { // line 47 yield " "; $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "form_item_list", [], "any", false, false, false, 47)); foreach ($context['_seq'] as $context["_key"] => $context["listItem"]) { // line 48 yield " <li>"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["listItem"], "name", [], "any", false, false, false, 48), "html", null, true); yield ": "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["listItem"], "valueCount", [], "any", false, false, false, 48), "html", null, true); yield "</li> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['listItem'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 50 yield " "; } else { // line 51 yield " "; $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "value", [], "any", false, false, false, 51)); foreach ($context['_seq'] as $context["oneValue"] => $context["number"]) { // line 52 yield " <li>"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["oneValue"], "html", null, true); yield " <em>("; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["number"], "html", null, true); yield ")</em></li> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['oneValue'], $context['number'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 54 yield " "; } // line 55 yield " </ul> "; // line 57 if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "additional_comments", [], "any", false, false, false, 57)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 58 yield " Comments / Suggestions / Improvements:<br /> <ul> "; // line 60 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "additional_comments_text", [], "any", false, false, false, 60)); foreach ($context['_seq'] as $context["comment"] => $context["number"]) { // line 61 yield " <li> <p>"; // line 62 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["comment"], "html", null, true); yield " <em>("; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["number"], "html", null, true); yield ")</em></p> </li> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['comment'], $context['number'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 65 yield " </ul> "; } // line 67 yield " </td> "; } // line 69 yield " </tr> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['formItem'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 71 yield " "; // line 72 if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, ($context["formCompletedReport"] ?? null), "additional_items", [], "any", false, false, false, 72)) > 0)) { // line 73 yield " <tr> <td> <h4>Referrals Completed</h4> </td> </tr> "; // line 78 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, ($context["formCompletedReport"] ?? null), "additional_items", [], "any", false, false, false, 78)); foreach ($context['_seq'] as $context["_key"] => $context["oneItem"]) { // line 79 yield " <tr> <td> <h5>"; // line 81 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["oneItem"], "student", [], "any", false, false, false, 81), "knownAs", [], "any", false, false, false, 81), "html", null, true); yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["oneItem"], "student", [], "any", false, false, false, 81), "surname", [], "any", false, false, false, 81), "html", null, true); yield "</h5> <p> <b>Likely to recommend:</b> "; // line 83 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["oneItem"], "formData", [], "any", false, false, false, 83), "refer_likely", [], "any", false, false, false, 83), "html", null, true); yield " </p> <p> <b>Three Reasons</b><br /><br /> "; // line 87 yield Twig\Extension\CoreExtension::nl2br($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["oneItem"], "formData", [], "any", false, false, false, 87), "refer_friends", [], "any", false, false, false, 87), "html", null, true)); yield " </p> </td> </tr> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['oneItem'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 92 yield " "; } // line 93 yield " "; // line 94 if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, ($context["formCompletedReport"] ?? null), "survey_items", [], "any", false, false, false, 94)) > 0)) { // line 95 yield " <tr> <td> <h4>Survey Respondents</h4> </td> </tr> "; // line 100 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, ($context["formCompletedReport"] ?? null), "survey_items", [], "any", false, false, false, 100)); foreach ($context['_seq'] as $context["_key"] => $context["oneItem"]) { // line 101 yield " <tr> <td> <h5>"; // line 103 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["oneItem"], "student", [], "any", false, false, false, 103), "knownAs", [], "any", false, false, false, 103), "html", null, true); yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["oneItem"], "student", [], "any", false, false, false, 103), "surname", [], "any", false, false, false, 103), "html", null, true); yield "</h5> </td> </tr> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['oneItem'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 107 yield " "; } // line 108 yield "</table> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@Content/Form/report.content.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 303 => 108, 300 => 107, 288 => 103, 284 => 101, 280 => 100, 273 => 95, 271 => 94, 268 => 93, 265 => 92, 254 => 87, 247 => 83, 240 => 81, 236 => 79, 232 => 78, 225 => 73, 223 => 72, 220 => 71, 213 => 69, 209 => 67, 205 => 65, 194 => 62, 191 => 61, 187 => 60, 183 => 58, 181 => 57, 177 => 55, 174 => 54, 163 => 52, 158 => 51, 155 => 50, 144 => 48, 139 => 47, 137 => 46, 130 => 41, 124 => 39, 119 => 37, 115 => 36, 111 => 35, 106 => 34, 104 => 33, 101 => 32, 95 => 29, 92 => 28, 90 => 27, 85 => 25, 82 => 24, 80 => 23, 75 => 21, 72 => 20, 70 => 19, 67 => 18, 63 => 17, 49 => 6, 42 => 1,); } public function getSourceContext(): Source { return new Source("", "@Content/Form/report.content.html.twig", "/var/www/v3.cesa.co.za/src/ContentBundle/Resources/views/Form/report.content.html.twig"); } }