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 /
3c /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
3c0495020b83191d8eaa686cbfb56196.php
41.29
KB
-rwxrwxr-x
2026-05-18 12:54
3c204bfd5d5b693c85a2bf23364ae356.php
25.07
KB
-rwxrwxr-x
2026-05-18 12:54
3cbca14afe0c388102d552a66a042f8a.php
36.12
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.items.html.twig */ class __TwigTemplate_376203582d971a85109ad883a45d4971 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=\"text-center\"> <a id=\"showAddItem\" href=\"#\" class=\"btn btn-primary\">"; // line 2 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Add New Form Item"), "html", null, true); yield "</a> <a id=\"showLinkItem\" href=\"#\" class=\"btn btn-primary\">"; // line 3 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Link Existing Form Item"), "html", null, true); yield "</a> </div> <div id=\"addFormItem\" style=\"display: none;\"> <h4>"; // line 8 yield "Add Form Items"; yield "</h4> "; // line 10 if ((($tmp = !(null === ($context["formObject"] ?? null))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 11 yield " "; $context["formId"] = CoreExtension::getAttribute($this->env, $this->source, ($context["formObject"] ?? null), "id", [], "any", false, false, false, 11); // line 12 yield " "; } else { // line 13 yield " "; $context["formId"] = "0"; // line 14 yield " "; } // line 15 yield " <div class=\"space\"></div> <div class=\"form-group row\"> <div class=\"col-sm-3 formLabel\"> "; // line 19 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "form_item_type", [], "any", false, false, false, 19), 'label'); yield " </div> <div class=\"col-sm-9 formPrompt\"> "; // line 22 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "form_item_type", [], "any", false, false, false, 22), 'widget'); yield " <span class=\"formError\">"; // line 23 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "form_item_type", [], "any", false, false, false, 23), 'errors'); yield "</span> </div> </div> <div class=\"form-group row\"> <div class=\"col-sm-3 formLabel\"> "; // line 29 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "prompt", [], "any", false, false, false, 29), 'label'); yield " </div> <div class=\"col-sm-9 formPrompt\"> "; // line 32 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "prompt", [], "any", false, false, false, 32), 'widget'); yield " <span class=\"formError\">"; // line 33 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "prompt", [], "any", false, false, false, 33), 'errors'); yield "</span> </div> </div> <div class=\"form-group row\"> <div class=\"col-sm-3 formLabel\"> "; // line 39 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "description", [], "any", false, false, false, 39), 'label'); yield " </div> <div class=\"col-sm-9 formPrompt\"> "; // line 42 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "description", [], "any", false, false, false, 42), 'widget'); yield " <span class=\"formError\">"; // line 43 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "description", [], "any", false, false, false, 43), 'errors'); yield "</span> </div> </div> <div class=\"form-group row\"> <div class=\"col-sm-3 formLabel\"> "; // line 49 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "sentence_part", [], "any", false, false, false, 49), 'label'); yield " </div> <div class=\"col-sm-9 formPrompt\"> "; // line 52 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "sentence_part", [], "any", false, false, false, 52), 'widget'); yield " <span class=\"formError\">"; // line 53 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "sentence_part", [], "any", false, false, false, 53), 'errors'); yield "</span> </div> </div> <div class=\"form-group row\"> <div class=\"col-sm-3 formLabel\"> "; // line 59 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "default_value", [], "any", false, false, false, 59), 'label'); yield " </div> <div class=\"col-sm-9 formPrompt\"> "; // line 62 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "default_value", [], "any", false, false, false, 62), 'widget'); yield " <span class=\"formError\">"; // line 63 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "default_value", [], "any", false, false, false, 63), 'errors'); yield "</span> </div> </div> <div class=\"form-group row\"> <div class=\"col-sm-3 formLabel\"> "; // line 69 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "is_required", [], "any", false, false, false, 69), 'label'); yield " </div> <div class=\"col-sm-9 formPrompt\"> "; // line 72 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "is_required", [], "any", false, false, false, 72), 'widget'); yield " <span class=\"formError\">"; // line 73 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "is_required", [], "any", false, false, false, 73), 'errors'); yield "</span> </div> </div> <div class=\"form-group row\"> <div class=\"col-sm-3 formLabel\"> "; // line 79 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "min_value", [], "any", false, false, false, 79), 'label'); yield " </div> <div class=\"col-sm-9 formPrompt\"> "; // line 82 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "min_value", [], "any", false, false, false, 82), 'widget'); yield " <span class=\"formError\">"; // line 83 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "min_value", [], "any", false, false, false, 83), 'errors'); yield "</span> </div> </div> <div class=\"form-group row\"> <div class=\"col-sm-3 formLabel\"> "; // line 89 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "max_value", [], "any", false, false, false, 89), 'label'); yield " </div> <div class=\"col-sm-9 formPrompt\"> "; // line 92 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "max_value", [], "any", false, false, false, 92), 'widget'); yield " <span class=\"formError\">"; // line 93 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "max_value", [], "any", false, false, false, 93), 'errors'); yield "</span> </div> </div> <div class=\"form-group row\" id=\"selectListOptions\"> <div class=\"col-sm-3 formLabel\"> "; // line 99 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "select_list_options", [], "any", false, false, false, 99), 'label'); yield " </div> <div class=\"col-sm-9 formPrompt\"> "; // line 102 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "select_list_options", [], "any", false, false, false, 102), 'widget'); yield " <span class=\"formError\">"; // line 103 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "select_list_options", [], "any", false, false, false, 103), 'errors'); yield "</span> </div> </div> <div class=\"row form-actions formActions\"> <a href=\"#\" class=\"btn btn-primary\" id=\"buttonSaveItem\">"; // line 108 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Add Item"), "html", null, true); yield "</a> </div> <textarea id=\"formItemsJson\" name=\"formItemsJson\" style=\"display: none;\"></textarea> <textarea id=\"formItemsDeleted\" name=\"formItemsDeleted\" style=\"display: none;\"></textarea> <textarea id=\"formItemsUnlinked\" name=\"formItemsUnlinked\" style=\"display: none;\"></textarea> </div> <div id=\"linkExistingFormItem\" style=\"display: none;\"> <div class=\"form-group row\"> <div class=\"col-sm-3 formLabel\"> "; // line 123 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "other_form_items", [], "any", false, false, false, 123), 'label'); yield " </div> <div class=\"col-sm-9 formPrompt\"> "; // line 126 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "other_form_items", [], "any", false, false, false, 126), 'widget'); yield " <span class=\"formError\">"; // line 127 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["itemForm"] ?? null), "other_form_items", [], "any", false, false, false, 127), 'errors'); yield "</span> </div> </div> <div class=\"row form-actions formActions\"> <a href=\"#\" class=\"btn btn-primary\" id=\"buttonLinkItem\">"; // line 132 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Link Selected Item"), "html", null, true); yield "</a> </div> "; // line 135 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["itemForm"] ?? null), 'rest'); yield " </div> <h4>"; // line 139 yield "Form Items Preview"; yield "</h4> <div id=\"formItemsPreview\"></div> <script language=\"Javascript\"> var formItems = JSON.parse('{\"formItems\":[]}'); function saveItem() { if (\$('#contentbundle_formitemtype_form_item_type').val() == '') { alert('"; // line 150 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Select a Form Item Type"), "html", null, true); yield "'); \$('#contentbundle_formitemtype_prompt').focus(); return false; } if (\$('#contentbundle_formitemtype_prompt').val() == '' && \$('#contentbundle_formitemtype_form_item_type').val() != '"; // line 155 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["paragraphFormItemTypeId"] ?? null), "html", null, true); yield "') { alert('"; // line 156 yield "Please type a value for prompt"; yield "'); \$('#contentbundle_formitemtype_prompt').focus(); return false; } formItems = JSON.parse(\$('#formItemsJson').val()); var selectListOptionString = new String(\$('#contentbundle_formitemtype_select_list_options').val()); var selectListOptionArray = selectListOptionString.split(\"\\n\"); var selectListOptions = '['; for (oCnt = 0; oCnt < selectListOptionArray.length; oCnt++) { selectListOptions += '\"' + encodeURIComponent(selectListOptionArray[oCnt]) + '\"'; if (oCnt < selectListOptionArray.length - 1) { selectListOptions += ','; } } selectListOptions += ']'; var formItemText = '{' + '\"id\": \"' + encodeURIComponent(\$('#contentbundle_formitemtype_id').val()) + '\",' + '\"form_item_type\": \"' + encodeURIComponent(\$('#contentbundle_formitemtype_form_item_type').val()) + '\",' + '\"prompt\": \"' + encodeURIComponent(\$('#contentbundle_formitemtype_prompt').val()) + '\",' + '\"description\": \"' + encodeURIComponent(\$('#contentbundle_formitemtype_description').val()) + '\",' + '\"sentence_part\": \"' + encodeURIComponent(\$('#contentbundle_formitemtype_sentence_part').val()) + '\",' + '\"default_value\": \"' + encodeURIComponent(\$('#contentbundle_formitemtype_default_value').val()) + '\",' + '\"is_required\": \"' + encodeURIComponent(\$('#contentbundle_formitemtype_is_required').is(':checked')) + '\",' + '\"min_value\": \"' + encodeURIComponent(\$('#contentbundle_formitemtype_min_value').val()) + '\",' + '\"max_value\": \"' + encodeURIComponent(\$('#contentbundle_formitemtype_max_value').val()) + '\",' + '\"select_list_options\": ' + selectListOptions + ',' + '\"widget_id\": \""; // line 189 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["formId"] ?? null), "html", null, true); yield "-' + encodeURIComponent(\$('#contentbundle_formitemtype_id').val()) + '\"' + '}'; var formItem = JSON.parse(formItemText); formItem.json_string = formItemText; //Search for item and replace it if found var mustAdd = true; for (iCnt = 0; iCnt < formItems.formItems.length; iCnt++) { if (\$('#contentbundle_formitemtype_id').val() == '') { \$('#contentbundle_formitemtype_id').val(iCnt); } if (formItems.formItems[iCnt].id == \$('#contentbundle_formitemtype_id').val() && \$('#contentbundle_formitemtype_id').val() != '0') { mustAdd = false; formItems.formItems[iCnt] = formItem; } } if (mustAdd) { formItems.formItems.push(formItem); } \$('#formItemsJson').val(JSON.stringify(formItems)); \$('#contentbundle_formitemtype_id').val(''); \$('#contentbundle_formitemtype_form_item_type').each(function() { this.selected = (this.value == ''); }); \$('#contentbundle_formitemtype_form_item_type').select2('val', ''); \$('#contentbundle_formitemtype_prompt').val(''); \$('#contentbundle_formitemtype_description').val(''); \$('#contentbundle_formitemtype_sentence_part').val(''); \$('#contentbundle_formitemtype_default_value').val(''); \$('#contentbundle_formitemtype_is_required').prop('checked', false); \$('#contentbundle_formitemtype_min_value').val(''); \$('#contentbundle_formitemtype_max_value').val(''); \$('#contentbundle_formitemtype_select_list_options').val(''); \$('#buttonSaveItem').html('"; // line 229 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Add Item"), "html", null, true); yield "'); loadListFromJson(); window.onbeforeunload = null; return false; } function loadListFromJson(itemCounter) { if (itemCounter === undefined) { itemCounter = -1; } \$('#formItemsPreview').load('"; // line 244 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("content_form_item_list_json", ["cultureString" => CoreExtension::getAttribute($this->env, $this->source, ($context["userLanguage"] ?? null), "cultureString", [], "any", false, false, false, 244), "formId" => ($context["formId"] ?? null)]), "html", null, true); yield "?returnJson=0', {'formItemsJson': \$('#formItemsJson').val()}, function () { if (itemCounter >= 0) { populateForm (itemCounter); saveItem(); \$('#addFormItem').css('display', 'none'); } }); return false; } \$(document).ready(function () { \$('#contentbundle_formitemtype_form_item_type').attr('style', 'width: 180px;'); \$('#contentbundle_formitemtype_form_item_type').select2(); \$.getJSON('"; // line 263 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("content_form_item_list_json", ["cultureString" => CoreExtension::getAttribute($this->env, $this->source, ($context["userLanguage"] ?? null), "cultureString", [], "any", false, false, false, 263), "formId" => ($context["formId"] ?? null)]), "html", null, true); yield "?returnJson=1', function (response) { \$('#formItemsJson').val(response); }); \$('#formItemsPreview').load('"; // line 266 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("content_form_item_list_json", ["cultureString" => CoreExtension::getAttribute($this->env, $this->source, ($context["userLanguage"] ?? null), "cultureString", [], "any", false, false, false, 266), "formId" => ($context["formId"] ?? null)]), "html", null, true); yield "?returnJson=0'); \$('#buttonSaveItem').click(function () { return saveItem(); }); \$('#showAddItem').click(function () { if (\$('#addFormItem').visible) { \$('#addFormItem').css('display', 'none'); } else { \$('#addFormItem').css('display', 'block'); \$('#linkExistingFormItem').css('display', 'none'); } return false; }); \$('#showLinkItem').click(function () { if (\$('#linkExistingFormItem').visible) { \$('#linkExistingFormItem').css('display', 'none'); } else { \$('#linkExistingFormItem').css('display', 'block'); \$('#addFormItem').css('display', 'none'); } return false; }); \$('#buttonLinkItem').click(function () { formItems = JSON.parse(\$('#formItemsJson').val()); var formItemId = \$('#contentbundle_formitemtype_other_form_items').val(); var formItemText = '{' + '\"id\": \"' + formItemId + '\",' + '\"form_item_type\": \"link\",' + '\"prompt\": \"\",' + '\"description\": \"\",' + '\"sentence_part\": \"\",' + '\"default_value\": \"\",' + '\"is_required\": \"\",' + '\"min_value\": \"\",' + '\"max_value\": \"\",' + '\"select_list_options\": [],' + '\"widget_id\": \""; // line 313 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["formId"] ?? null), "html", null, true); yield "-\"' + '}'; \$(\"#contentbundle_formitemtype_other_form_items option[value='\" + formItemId + \"']\").remove(); \$('#contentbundle_formitemtype_other_form_items').select2('destroy'); \$('#contentbundle_formitemtype_other_form_items').select2(); var formItem = JSON.parse(formItemText); formItem.json_string = formItemText; formItems.formItems.push(formItem); \$('#formItemsJson').val(JSON.stringify(formItems)); loadListFromJson(formItems.formItems.length - 1); return false; }); }); </script>"; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@Content/Form/form.items.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 502 => 313, 452 => 266, 446 => 263, 424 => 244, 406 => 229, 363 => 189, 327 => 156, 323 => 155, 315 => 150, 301 => 139, 294 => 135, 288 => 132, 280 => 127, 276 => 126, 270 => 123, 252 => 108, 244 => 103, 240 => 102, 234 => 99, 225 => 93, 221 => 92, 215 => 89, 206 => 83, 202 => 82, 196 => 79, 187 => 73, 183 => 72, 177 => 69, 168 => 63, 164 => 62, 158 => 59, 149 => 53, 145 => 52, 139 => 49, 130 => 43, 126 => 42, 120 => 39, 111 => 33, 107 => 32, 101 => 29, 92 => 23, 88 => 22, 82 => 19, 76 => 15, 73 => 14, 70 => 13, 67 => 12, 64 => 11, 62 => 10, 57 => 8, 49 => 3, 45 => 2, 42 => 1,); } public function getSourceContext(): Source { return new Source("", "@Content/Form/form.items.html.twig", "/var/www/v3.cesa.co.za/src/ContentBundle/Resources/views/Form/form.items.html.twig"); } }