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 /
78 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
787499e4ba0728442a40e5ba2c584e0e.php
17.79
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/FormItem/form.complete.html.twig */ class __TwigTemplate_1c9e059344ff2f197f06a7fdc7393760 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_description' => [$this, 'block_head_description'], 'head_keyword' => [$this, 'block_head_keyword'], 'og_title' => [$this, 'block_og_title'], 'og_description' => [$this, 'block_og_description'], 'head_style' => [$this, 'block_head_style'], 'content' => [$this, 'block_content'], 'foot_script' => [$this, 'block_foot_script'], ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 1 return "@IGACoreBundle/layout.html.twig"; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; $this->parent = $this->load("@IGACoreBundle/layout.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 $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["pageTitleString"] ?? null), "html", null, true); yield from []; } // line 5 /** * @return iterable<null|scalar|\Stringable> */ public function block_head_description(array $context, array $blocks = []): iterable { $macros = $this->macros; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["descriptionString"] ?? null), "html", null, true); yield from []; } // line 6 /** * @return iterable<null|scalar|\Stringable> */ public function block_head_keyword(array $context, array $blocks = []): iterable { $macros = $this->macros; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["keyWordString"] ?? null), "html", null, true); yield from []; } // line 8 /** * @return iterable<null|scalar|\Stringable> */ public function block_og_title(array $context, array $blocks = []): iterable { $macros = $this->macros; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["pageTitleString"] ?? null), "html", null, true); yield from []; } // line 9 /** * @return iterable<null|scalar|\Stringable> */ public function block_og_description(array $context, array $blocks = []): iterable { $macros = $this->macros; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["descriptionString"] ?? null), "html", null, true); yield from []; } // line 11 /** * @return iterable<null|scalar|\Stringable> */ public function block_head_style(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 12 yield " "; yield from $this->yieldParentBlock("head_style", $context, $blocks); yield " <link rel=\"stylesheet\" href=\""; // line 13 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/igacontent/css/content-frontend.css"), "html", null, true); yield "\" type=\"text/css\" media=\"all\" /> <link rel=\"stylesheet\" href=\""; // line 14 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/igacore/js/select2/css/select2.min.css"), "html", null, true); yield "\" type=\"text/css\" media=\"all\" /> "; yield from []; } // line 17 /** * @return iterable<null|scalar|\Stringable> */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 18 yield " <div class=\"row-fluid\"> <div class=\"space\"></div> "; // line 23 if ((($context["errorMessage"] ?? null) != "")) { // line 24 yield " <div class=\"alert alert-danger\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["errorMessage"] ?? null), "html", null, true); yield "</div> "; } // line 26 yield " "; // line 27 if (( !(null === ($context["messageRespondant"] ?? null)) || true)) { // line 28 yield " <h4> "; // line 30 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "title", [], "any", false, false, false, 30), "html", null, true); yield " </h4> "; // line 33 if ((CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "description", [], "any", false, false, false, 33) != "")) { // line 34 yield " <p> "; // line 35 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "description", [], "any", false, false, false, 35), "html", null, true); yield " </p> "; } // line 38 yield " <form method=\"POST\" action=\""; // line 40 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("content_form_complete", ["formId" => ($context["formId"] ?? null), "contentId" => ($context["contentId"] ?? null), "noc" => CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Twig\Extension\CoreExtension']->convertDate(), "format", ["YmdHis"], "method", false, false, false, 40)]), "html", null, true); yield "\" id=\"customform\"> <input type=\"hidden\" name=\"contentId\" value=\""; // line 42 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["contentId"] ?? null), "html", null, true); yield "\" /> "; // line 44 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, ($context["formItems"] ?? null), "formItems", [], "any", false, false, false, 44)); foreach ($context['_seq'] as $context["_key"] => $context["formItem"]) { // line 45 yield " "; if (((CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "widget_name", [], "any", false, false, false, 45) == "paragraph") || (CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "widget_name", [], "any", false, false, false, 45) == "heading"))) { // line 46 yield " "; if ((CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "widget_name", [], "any", false, false, false, 46) == "heading")) { // line 47 yield " <h5>"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->urlDecode(CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "prompt", [], "any", false, false, false, 47)), "html", null, true); yield "</h5> "; } else { // line 49 yield " <p>"; yield Twig\Extension\CoreExtension::nl2br($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->urlDecode(CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "description", [], "any", false, false, false, 49)), "html", null, true)); yield "</p> "; } // line 51 yield " "; } else { // line 52 yield " <div class=\"form-group row\" "; if ((CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "description", [], "any", false, false, false, 52) != "")) { yield " data-toggle=\"popover\" data-content=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->urlDecode(CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "description", [], "any", false, false, false, 52)), "html", null, true); yield "\" title=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->urlDecode(CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "prompt", [], "any", false, false, false, 52)), "html", null, true); yield "\""; } yield "> <div class=\"col-sm-12 col-lg-3 formLabel\"> <label for=\"some_form_element_"; // line 54 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "id", [], "any", false, false, false, 54), "html", null, true); yield "\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->urlDecode(CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "prompt", [], "any", false, false, false, 54)), "html", null, true); yield "</label> </div> <div class=\"col-sm-12 col-lg-9 formPrompt\"> "; // line 57 if (CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "widget_id", [], "any", true, true, false, 57)) { // line 58 yield " "; yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["formCompletedForm"] ?? null), CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "widget_id", [], "any", false, false, false, 58), [], "any", false, false, false, 58), 'widget'); yield " <span class=\"formError\">"; // line 59 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["formCompletedForm"] ?? null), CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "widget_id", [], "any", false, false, false, 59), [], "any", false, false, false, 59), 'errors'); yield "</span> "; } // line 61 yield " </div> </div> "; } // line 64 yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['formItem'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 65 yield " <div class=\"form-group row\"> <div class=\"col-sm-12 col-lg-3 formLabel\"> "; // line 68 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["formCompletedForm"] ?? null), "captcha", [], "any", false, false, false, 68), 'label'); yield " </div> <div class=\"col-sm-12 col-lg-9 formPrompt\"> "; // line 71 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["formCompletedForm"] ?? null), "captcha", [], "any", false, false, false, 71), 'widget'); yield " <span class=\"formError\">"; // line 72 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["formCompletedForm"] ?? null), "captcha", [], "any", false, false, false, 72), 'errors'); yield "</span> </div> </div> <div class=\"row text-center\"> <button type=\"submit\" class=\"btn btn-black\">"; // line 77 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Save"), "html", null, true); yield "</button> </div> "; // line 80 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["formCompletedForm"] ?? null), 'rest'); yield " </form> "; } else { // line 85 yield " <div class=\"failingAlert failureMessage\"> "; // line 86 yield "So sorry, but you were not invited to complete this form."; yield " </div> "; } // line 89 yield " </div> <script language=\"Javascript\"> \$(document).ready(function () { \$('[data-toggle=\"popover\"]').popover({placement: 'top', trigger: 'hover'}); \$('select').select2(); \$(\".datepicker\").datepicker({ dateFormat: 'dd-mm-yy', changeMonth: true, changeYear: true }); \$(\".datetimepicker\").datetimepicker({ format: 'Y-m-d H:i', dateFormat: 'Y-m-d', timeFormat: 'HH:mm', changeMonth: true, changeYear: true, changeTime: true }); \$('.timepicker').timepicker(); }); </script> "; yield from []; } // line 118 /** * @return iterable<null|scalar|\Stringable> */ public function block_foot_script(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 119 yield " "; yield from $this->yieldParentBlock("foot_script", $context, $blocks); yield " <script language=\"Javascript\" src=\""; // line 120 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/igacore/js/select2/js/select2.min.js"), "html", null, true); yield "\"></script> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@Content/FormItem/form.complete.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 356 => 120, 351 => 119, 344 => 118, 312 => 89, 306 => 86, 303 => 85, 295 => 80, 289 => 77, 281 => 72, 277 => 71, 271 => 68, 266 => 65, 260 => 64, 255 => 61, 250 => 59, 245 => 58, 243 => 57, 235 => 54, 223 => 52, 220 => 51, 214 => 49, 208 => 47, 205 => 46, 202 => 45, 198 => 44, 193 => 42, 188 => 40, 184 => 38, 178 => 35, 175 => 34, 173 => 33, 167 => 30, 163 => 28, 161 => 27, 158 => 26, 152 => 24, 150 => 23, 143 => 18, 136 => 17, 129 => 14, 125 => 13, 120 => 12, 113 => 11, 102 => 9, 91 => 8, 80 => 6, 69 => 5, 58 => 3, 47 => 1,); } public function getSourceContext(): Source { return new Source("", "@Content/FormItem/form.complete.html.twig", "/var/www/v3.cesa.co.za/src/ContentBundle/Resources/views/FormItem/form.complete.html.twig"); } }