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 /
de /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
de0ddaae7606ce9b4293026f623e9e37.php
7.06
KB
-rwxrwxr-x
2026-05-18 12:54
dec94a0ebbf7dcd45c05acdef14e3421.php
11.39
KB
-rwxrwxr-x
2026-05-18 12:54
deccc9ea68ccd3c36c70488ce1cea536.php
5.21
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; /* @Contact/Email/email.base.html.twig */ class __TwigTemplate_ad3bfd8291ba927701c4fc6e7b90faaa 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 = [ 'head_tag' => [$this, 'block_head_tag'], 'body_tag' => [$this, 'block_body_tag'], 'table_start' => [$this, 'block_table_start'], 'main_logo' => [$this, 'block_main_logo'], 'content_around' => [$this, 'block_content_around'], 'content' => [$this, 'block_content'], 'content_around_end' => [$this, 'block_content_around_end'], 'footer_around' => [$this, 'block_footer_around'], 'footer' => [$this, 'block_footer'], 'cc_block' => [$this, 'block_cc_block'], 'footer_around_end' => [$this, 'block_footer_around_end'], ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield "<html> <head> <base href=\""; // line 3 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["sitePath"] ?? null), "html", null, true); yield "\" /> "; // line 4 yield from $this->unwrap()->yieldBlock('head_tag', $context, $blocks); // line 6 yield " </head> "; // line 7 yield from $this->unwrap()->yieldBlock('body_tag', $context, $blocks); // line 10 yield " <center> "; // line 11 yield from $this->unwrap()->yieldBlock('table_start', $context, $blocks); // line 12 yield " <tbody> <tr> <td style=\"text-align:center\"> "; // line 15 yield from $this->unwrap()->yieldBlock('main_logo', $context, $blocks); // line 18 yield " </td> </tr> <tr> "; // line 21 yield from $this->unwrap()->yieldBlock('content_around', $context, $blocks); // line 22 yield " <p> "; // line 23 yield from $this->unwrap()->yieldBlock('content', $context, $blocks); // line 24 yield " </p> <p> "; // line 26 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Best regards"), "html", null, true); yield " <br><br> "; // line 28 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase(($context["contactFromName"] ?? null)), "html", null, true); yield " <br> <a href=\"mailto://"; // line 30 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["contactFromEMail"] ?? null), "html", null, true); yield "\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["contactFromEMail"] ?? null), "html", null, true); yield "</a> <br> <a href=\""; // line 32 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["sitePath"] ?? null), "html", null, true); yield "\" style=\"color:#4690d6;text-decoration:none\" target=\"_blank\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["sitePath"] ?? null), "html", null, true); yield "</a> </p> "; // line 35 yield from $this->unwrap()->yieldBlock('content_around_end', $context, $blocks); // line 36 yield " </tr> <tr> "; // line 38 yield from $this->unwrap()->yieldBlock('footer_around', $context, $blocks); // line 39 yield " "; yield from $this->unwrap()->yieldBlock('footer', $context, $blocks); // line 40 yield " "; if ((array_key_exists("recipient", $context) && !(null === ($context["recipient"] ?? null)))) { // line 41 yield " <p><a href=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["sitePath"] ?? null), "html", null, true); yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_user_unsubscribe_newsletter", ["unsub" => "##messageRecipientIdEnc##"]); yield "\" class=\"a-unsubscribe\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Unsubscribe"), "html", null, true); yield "</a></p> "; } // line 43 yield " <p style=\"color:#787878\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Copyright"), "html", null, true); yield " © "; yield from $this->unwrap()->yieldBlock('cc_block', $context, $blocks); yield "</p> "; // line 44 yield from $this->unwrap()->yieldBlock('footer_around_end', $context, $blocks); // line 45 yield " </tr> </tbody> </table> </center> </body> </html>"; yield from []; } // line 4 /** * @return iterable<null|scalar|\Stringable> */ public function block_head_tag(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 5 yield " "; yield from []; } // line 7 /** * @return iterable<null|scalar|\Stringable> */ public function block_body_tag(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 8 yield " <body style=\"padding-top: 35px; padding-bottom: 35px; background-color: #DFDFDF\"> "; yield from []; } // line 11 /** * @return iterable<null|scalar|\Stringable> */ public function block_table_start(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "<table width=\"550\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"background-color:#ffffff;border:1px solid #787878;\">"; yield from []; } // line 15 /** * @return iterable<null|scalar|\Stringable> */ public function block_main_logo(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 16 yield " <a href=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["sitePath"] ?? null), "html", null, true); yield "\" title=\"CESA logo\"><img src=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["sitePath"] ?? null), "html", null, true); yield "/images/heading.jpg\" alt=\"CESA\" style=\"margin-top:25px\" /></a> "; yield from []; } // line 21 /** * @return iterable<null|scalar|\Stringable> */ public function block_content_around(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "<td style=\"font-family:Arial,Helvetica,sans-serif;font-size:15px;color:#787878;padding-left:25px;padding-right:25px;padding-top:15px;padding-bottom:5px;text-align:left\">"; yield from []; } // line 23 /** * @return iterable<null|scalar|\Stringable> */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 35 /** * @return iterable<null|scalar|\Stringable> */ public function block_content_around_end(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "</td>"; yield from []; } // line 38 /** * @return iterable<null|scalar|\Stringable> */ public function block_footer_around(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "<td style=\"text-align:center; font-family: Arial,Helvetica,sans-serif; font-size: 11px; padding: 10px\">"; yield from []; } // line 39 /** * @return iterable<null|scalar|\Stringable> */ public function block_footer(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 43 /** * @return iterable<null|scalar|\Stringable> */ public function block_cc_block(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "1999 - "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Twig\Extension\CoreExtension']->convertDate(), "format", ["Y"], "method", false, false, false, 43), "html", null, true); yield " CESA."; yield from []; } // line 44 /** * @return iterable<null|scalar|\Stringable> */ public function block_footer_around_end(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "</td>"; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@Contact/Email/email.base.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 282 => 44, 269 => 43, 259 => 39, 248 => 38, 237 => 35, 227 => 23, 216 => 21, 206 => 16, 199 => 15, 188 => 11, 182 => 8, 175 => 7, 170 => 5, 163 => 4, 153 => 45, 151 => 44, 144 => 43, 135 => 41, 132 => 40, 129 => 39, 127 => 38, 123 => 36, 121 => 35, 113 => 32, 106 => 30, 101 => 28, 96 => 26, 92 => 24, 90 => 23, 87 => 22, 85 => 21, 80 => 18, 78 => 15, 73 => 12, 71 => 11, 68 => 10, 66 => 7, 63 => 6, 61 => 4, 57 => 3, 53 => 1,); } public function getSourceContext(): Source { return new Source("", "@Contact/Email/email.base.html.twig", "/var/www/v3.cesa.co.za/src/ContactBundle/Resources/views/Email/email.base.html.twig"); } }