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 /
b8 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
b8c833266b5d6057c927fd63820ab667.php
21.59
KB
-rwxrwxr-x
2026-05-18 12:54
b8e8aceaed2273c3f9f8b21d6f66f5e7.php
3.27
KB
-rwxrwxr-x
2026-05-18 12:54
b8f5e98659b84ca0da9da357b807a74e.php
2.39
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; /* @User/Form/user.register.html.twig */ class __TwigTemplate_1e0e5a958ea5acabd65ab8c3fe076bf5 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=\"space\"></div> <form class=\"well\" action=\""; // line 2 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_user_register"); yield "\" method=\"POST\" enctype=\"multipart/form-data\"> <div class=\"form-group row\"> <div class=\"col-lg-3 col-sm-12 formLabel\"> "; // line 6 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "first_name_string", [], "any", false, false, false, 6), 'label'); yield " </div> <div class=\"col-lg-9 col-sm-12 formPrompt\"> "; // line 9 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "first_name_string", [], "any", false, false, false, 9), 'widget'); yield " <span class=\"formError\">"; // line 10 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "first_name_string", [], "any", false, false, false, 10), 'errors'); yield "</span> </div> </div> <div class=\"form-group row\"> <div class=\"col-lg-3 col-sm-12 formLabel\"> "; // line 16 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "last_name_string", [], "any", false, false, false, 16), 'label'); yield " </div> <div class=\"col-lg-9 col-sm-12 formPrompt\"> "; // line 19 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "last_name_string", [], "any", false, false, false, 19), 'widget'); yield " <span class=\"formError\">"; // line 20 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "last_name_string", [], "any", false, false, false, 20), 'errors'); yield "</span> </div> </div> <div class=\"form-group row\"> <div class=\"col-lg-3 col-sm-12 formLabel\"> "; // line 26 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "username", [], "any", false, false, false, 26), 'label'); yield " </div> <div class=\"col-lg-9 col-sm-12 formPrompt\"> "; // line 29 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "username", [], "any", false, false, false, 29), 'widget'); yield " <span class=\"formError\">"; // line 30 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "username", [], "any", false, false, false, 30), 'errors'); yield "</span> </div> </div> <div class=\"form-group row\"> <div class=\"col-lg-3 col-sm-12 formLabel\"> "; // line 36 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "e_mail_address_string", [], "any", false, false, false, 36), 'label'); yield " </div> <div class=\"col-lg-9 col-sm-12 formPrompt\"> "; // line 39 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "e_mail_address_string", [], "any", false, false, false, 39), 'widget'); yield " <span class=\"formError\">"; // line 40 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "e_mail_address_string", [], "any", false, false, false, 40), 'errors'); yield "</span> </div> </div> <div class=\"form-group row\"> <div class=\"col-lg-3 col-sm-12 formLabel\"> <label class=\"control-label optional\"> "; // line 47 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Receive communications via e-mail"), "html", null, true); yield ": <span>(optional)</span> </label> </div> <div class=\"col-lg-9 col-sm-12 formPrompt\"> "; // line 51 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "e_mail_address_subscribed", [], "any", false, false, false, 51), 'widget'); yield " <span class=\"formError\">"; // line 52 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "e_mail_address_subscribed", [], "any", false, false, false, 52), 'errors'); yield "</span> </div> <div class=\"clearfix\"></div> </div> <div class=\"form-group row\"> <div class=\"col-lg-3 col-sm-12 formLabel\"> "; // line 59 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "password", [], "any", false, false, false, 59), "password", [], "any", false, false, false, 59), 'label'); yield " </div> <div class=\"col-lg-9 col-sm-12 formPrompt\"> "; // line 62 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "password", [], "any", false, false, false, 62), "password", [], "any", false, false, false, 62), 'widget'); yield " </div> <div class=\"clearfix\"></div> <div class=\"col-lg-3 col-sm-12 formLabel\"> </div> <div class=\"col-lg-9 col-sm-12 formPrompt\"> <span class=\"help-block text-info\"> "; // line 70 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("At least one upper case, one lower case, one number and minimum 6 characters."), "html", null, true); yield " </span> <span class=\"formError\">"; // line 72 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "password", [], "any", false, false, false, 72), "password", [], "any", false, false, false, 72), 'errors'); yield "</span> </div> </div> <div class=\"form-group row\"> <div class=\"col-lg-3 col-sm-12 formLabel\"> "; // line 78 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "password", [], "any", false, false, false, 78), "confirm", [], "any", false, false, false, 78), 'label'); yield " </div> <div class=\"col-lg-9 col-sm-12 formPrompt\"> "; // line 81 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "password", [], "any", false, false, false, 81), "confirm", [], "any", false, false, false, 81), 'widget'); yield " </div> <div class=\"clearfix\"></div> <div class=\"col-lg-3 col-sm-12 formLabel\"> </div> <div class=\"col-lg-9 col-sm-12 formPrompt\"> <span class=\"help-block text-info\"> "; // line 89 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("At least one upper case, one lower case, one number and minimum 6 characters."), "html", null, true); yield " </span> <span class=\"formError\">"; // line 91 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "password", [], "any", false, false, false, 91), "confirm", [], "any", false, false, false, 91), 'errors'); yield "</span> </div> </div> "; // line 95 if (CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "mobile_number", [], "any", true, true, false, 95)) { // line 96 yield " <div class=\"form-group row\"> <div class=\"col-lg-3 formLabel\"> "; // line 98 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "mobile_number", [], "any", false, false, false, 98), 'label'); yield " </div> <div class=\"col-lg-9 formPrompt\"> "; // line 101 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "mobile_number", [], "any", false, false, false, 101), 'widget'); yield " <span class=\"formError\">"; // line 102 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "mobile_number", [], "any", false, false, false, 102), 'errors'); yield "</span> </div> </div> "; } // line 106 yield " "; // line 107 if ((true || ($this->extensions['App\CoreBundle\Twig\CoreExtension']->getSetting("company_name_register") > 0))) { // line 108 yield " <div class=\"form-group row\"> <div class=\"col-lg-3 col-sm-12 formLabel\"> <label class=\"control-label optional\"> "; // line 112 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Register my Company"), "html", null, true); yield " </label> </div> <div class=\"col-lg-9 col-sm-12 formPrompt\"> "; // line 116 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "register_company", [], "any", false, false, false, 116), 'widget'); yield " </div> </div> <div id=\"divCompanyDetails\" style=\"display: none;\"> "; // line 121 if (CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "company_name", [], "any", true, true, false, 121)) { // line 122 yield " <div class=\"form-group row\"> <div class=\"col-lg-3 col-sm-12 formLabel\"> <label for=\"user_register_password_confirm\" class=\"control-label required\"> "; // line 126 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Company Name"), "html", null, true); yield ": * </label> </div> <div class=\"col-lg-9 col-sm-12 formPrompt\"> "; // line 130 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "company_name", [], "any", false, false, false, 130), 'widget'); yield " <span class=\"formError\">"; // line 131 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "company_name", [], "any", false, false, false, 131), 'errors'); yield "</span> </div> </div> "; } // line 135 yield " "; // line 136 if (CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vat_number", [], "any", true, true, false, 136)) { // line 137 yield " <div class=\"form-group row\"> <div class=\"col-lg-3 col-sm-12 formLabel\"> <label for=\"user_register_password_confirm\" class=\"control-label required\"> "; // line 141 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Company VAT Number"), "html", null, true); yield ": * </label> </div> <div class=\"col-lg-9 col-sm-12 formPrompt\"> "; // line 145 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vat_number", [], "any", false, false, false, 145), 'widget'); yield " <span class=\"formError\">"; // line 146 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "vat_number", [], "any", false, false, false, 146), 'errors'); yield "</span> </div> </div> "; } // line 150 yield " </div> "; } // line 153 yield " <div class=\"form-group row\"> <div class=\"col-lg-3 col-sm-12 formLabel\"> <label class=\"control-label optional\"> "; // line 157 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Accept our Terms and Conditions"), "html", null, true); yield ": * </label> </div> <div class=\"col-lg-9 col-sm-12 formPrompt\"> "; // line 161 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "accept_conditions", [], "any", false, false, false, 161), 'widget'); yield " <span class=\"formError\">"; // line 162 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "accept_conditions", [], "any", false, false, false, 162), 'errors'); yield "</span> <span class=\"help-block text-info\"> "; // line 164 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("By registering on this site you agree to our terms and conditions. See the bottom navigation for links to our terms, disclaimer and privacy statements"), "html", null, true); yield " </span> </div> </div> <div class=\"form-group row\"> <div class=\"col-lg-3 col-sm-12 formLabel\"> "; // line 171 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "captcha", [], "any", false, false, false, 171), 'label'); yield " </div> <div class=\"col-lg-9 col-sm-12 formPrompt\"> "; // line 174 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "captcha", [], "any", false, false, false, 174), 'widget'); yield " <span class=\"formError\">"; // line 175 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(CoreExtension::getAttribute($this->env, $this->source, ($context["form"] ?? null), "captcha", [], "any", false, false, false, 175), 'errors'); yield "</span> </div> </div> <div class=\"row p-3\"> <div class=\"d-grid justify-content-md-center\"> <button type=\"submit\" class=\"btn btn-primary\">"; // line 180 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Register"), "html", null, true); yield "</button> </div> </div> <div class=\"form-group row text-center\"> <p class=\"text-center\">"; // line 185 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Already have an account?"), "html", null, true); yield " <a href=\""; yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("login"); yield "\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Please login"), "html", null, true); yield "</a></p> </div> "; // line 188 yield $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->searchAndRenderBlock(($context["form"] ?? null), 'rest'); yield " </form>"; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@User/Form/user.register.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 387 => 188, 377 => 185, 369 => 180, 361 => 175, 357 => 174, 351 => 171, 341 => 164, 336 => 162, 332 => 161, 325 => 157, 319 => 153, 314 => 150, 307 => 146, 303 => 145, 296 => 141, 290 => 137, 288 => 136, 285 => 135, 278 => 131, 274 => 130, 267 => 126, 261 => 122, 259 => 121, 251 => 116, 244 => 112, 238 => 108, 236 => 107, 233 => 106, 226 => 102, 222 => 101, 216 => 98, 212 => 96, 210 => 95, 203 => 91, 198 => 89, 187 => 81, 181 => 78, 172 => 72, 167 => 70, 156 => 62, 150 => 59, 140 => 52, 136 => 51, 129 => 47, 119 => 40, 115 => 39, 109 => 36, 100 => 30, 96 => 29, 90 => 26, 81 => 20, 77 => 19, 71 => 16, 62 => 10, 58 => 9, 52 => 6, 45 => 2, 42 => 1,); } public function getSourceContext(): Source { return new Source("", "@User/Form/user.register.html.twig", "/var/www/v3.cesa.co.za/src/UserBundle/Resources/views/Form/user.register.html.twig"); } }