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 /
8c /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
8c74460f4f1419bcc45a4935d98f9860.php
21.05
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/Message/e-mail.show.html.twig */ class __TwigTemplate_cb10b24253bdb3b2de38daebd58a0dfc 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_style' => [$this, 'block_head_style'], 'page_header_h1' => [$this, 'block_page_header_h1'], 'content' => [$this, 'block_content'], ]; } 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(Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), Twig\Extension\CoreExtension::lower($this->env->getCharset(), $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Message"))), "html", null, true); yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["message"] ?? null), "subject", [], "any", false, false, false, 3), "html", null, true); yield from []; } // line 5 /** * @return iterable<null|scalar|\Stringable> */ public function block_head_style(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 6 yield " "; yield from $this->yieldParentBlock("head_style", $context, $blocks); yield " <link rel=\"stylesheet\" href=\""; // line 7 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/igacontact/css/contact.css"), "html", null, true); yield "\" type=\"text/css\" media=\"all\" /> "; yield from []; } // line 10 /** * @return iterable<null|scalar|\Stringable> */ public function block_page_header_h1(array $context, array $blocks = []): iterable { $macros = $this->macros; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::capitalize($this->env->getCharset(), Twig\Extension\CoreExtension::lower($this->env->getCharset(), $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Show Message"))), "html", null, true); yield from []; } // line 12 /** * @return iterable<null|scalar|\Stringable> */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 13 yield " <div class=\"col-lg-8\"> </div> <div class=\"col-lg-4\"> <a href=\""; // line 16 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_contact_message", ["cultureString" => CoreExtension::getAttribute($this->env, $this->source, ($context["userLanguage"] ?? null), "cultureString", [], "any", false, false, false, 16), "sendAgainMessageId" => CoreExtension::getAttribute($this->env, $this->source, ($context["message"] ?? null), "id", [], "any", false, false, false, 16)]), "html", null, true); yield "\" class=\"btn btn-primary\">"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Send Again"), "html", null, true); yield "</a> </div> <div class=\"clearfix\"></div> <ul class=\"nav nav-tabs\"> <li class=\"active\"><a href=\"#recipients\" data-toggle=\"tab\">"; // line 21 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Recipients"), "html", null, true); yield "</a></li> <li><a href=\"#mailDetails\" data-toggle=\"tab\">"; // line 22 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("E-Mail Details"), "html", null, true); yield "</a></li> <li><a href=\"#attachments\" data-toggle=\"tab\">"; // line 23 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Attachments"), "html", null, true); yield "</a></li> </ul> <div class=\"tab-content\"> <div class=\"tab-pane active\" id=\"recipients\"> <p> </p> "; // line 29 if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), ($context["pagination"] ?? null)) > 0)) { // line 30 yield " <div class=\"navigation\"> "; // line 32 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->render($this->env, ($context["pagination"] ?? null)); yield " </div> <table class=\"table\"> <tr> <th>"; // line 36 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->sortable($this->env, ($context["pagination"] ?? null), $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("To Name"), "mr.to_name"); yield "</th> <th>"; // line 37 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->sortable($this->env, ($context["pagination"] ?? null), $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("To E-Mail"), "mr.to_e_mail"); yield "</th> <th>"; // line 38 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->sortable($this->env, ($context["pagination"] ?? null), $this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Date Sent"), "mr.date_sent"); yield "</th> <th>"; // line 39 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Stats"), "html", null, true); yield "</th> </tr> "; // line 41 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["pagination"] ?? null)); $context['loop'] = [ 'parent' => $context['_parent'], 'index0' => 0, 'index' => 1, 'first' => true, ]; if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) { $length = count($context['_seq']); $context['loop']['revindex0'] = $length - 1; $context['loop']['revindex'] = $length; $context['loop']['length'] = $length; $context['loop']['last'] = 1 === $length; } foreach ($context['_seq'] as $context["_key"] => $context["recipient"]) { // line 42 yield " <tr "; if ((CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 42) % 2 != 0)) { yield " class=\"odd-row\""; } yield "> <td>"; // line 43 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["recipient"], "toName", [], "any", false, false, false, 43), "html", null, true); yield "</td> <td>"; // line 44 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["recipient"], "toEMail", [], "any", false, false, false, 44), "html", null, true); yield "</td> <td>"; // line 45 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["recipient"], "dateSent", [], "any", false, false, false, 45), "format", ["d F Y H:i:s"], "method", false, false, false, 45), "html", null, true); yield "</td> <td> <b>"; // line 47 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Read"), "html", null, true); yield ":</b> "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->yesNo(CoreExtension::getAttribute($this->env, $this->source, $context["recipient"], "isRead", [], "any", false, false, false, 47)), "html", null, true); yield " - "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["recipient"], "readDateString", [], "any", false, false, false, 47), "html", null, true); yield "<br/> <b>"; // line 48 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Unsubscribed"), "html", null, true); yield ":</b> "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->yesNo(CoreExtension::getAttribute($this->env, $this->source, $context["recipient"], "unsubscribed", [], "any", false, false, false, 48)), "html", null, true); yield " - "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["recipient"], "unsubscribedDateString", [], "any", false, false, false, 48), "html", null, true); yield "<br/> <b>"; // line 49 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Errors"), "html", null, true); yield ":</b> "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, $context["recipient"], "messageError", [], "any", false, false, false, 49)), "html", null, true); yield "<br/> "; // line 50 if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, $context["recipient"], "messageError", [], "any", false, false, false, 50)) > 0)) { // line 51 yield " "; $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $context["recipient"], "messageError", [], "any", false, false, false, 51)); foreach ($context['_seq'] as $context["_key"] => $context["error"]) { // line 52 yield " <b>"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["error"], "createdAt", [], "any", false, false, false, 52), "format", ["d F Y H:i:s"], "method", false, false, false, 52), "html", null, true); yield ":</b> "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["error"], "text", [], "any", false, false, false, 52), "html", null, true); yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['error'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 54 yield " "; } // line 55 yield " </td> </tr> "; ++$context['loop']['index0']; ++$context['loop']['index']; $context['loop']['first'] = false; if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) { --$context['loop']['revindex0']; --$context['loop']['revindex']; $context['loop']['last'] = 0 === $context['loop']['revindex0']; } } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['recipient'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 58 yield " </table> <div class=\"navigation\"> "; // line 60 yield $this->env->getRuntime('Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime')->render($this->env, ($context["pagination"] ?? null)); yield " </div> "; } else { // line 64 yield " <div class=\"alert alert-info\"> "; // line 65 yield "No message recipients found"; yield " </div> "; } // line 68 yield " </div> <div class=\"tab-pane\" id=\"mailDetails\"> <p> </p> <div class=\"row-fluid\"> <div class=\"col-lg-4 formPrompt\"> "; // line 75 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("From"), "html", null, true); yield ": </div> <div class=\"col-lg-8 formELement\"> "; // line 78 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["message"] ?? null), "fromName", [], "any", false, false, false, 78), "html", null, true); yield " <"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["message"] ?? null), "fromEMail", [], "any", false, false, false, 78), "html", null, true); yield "> </div> <div class=\"clearfix\"></div> <div class=\"col-lg-4 formPrompt\"> "; // line 83 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Subject"), "html", null, true); yield ": </div> <div class=\"col-lg-8 formELement\"> "; // line 86 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["message"] ?? null), "subject", [], "any", false, false, false, 86), "html", null, true); yield " </div> <div class=\"clearfix\"></div> <div class=\"col-lg-4 formPrompt\"> "; // line 91 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Date to be Sent"), "html", null, true); yield ": </div> <div class=\"col-lg-8 formELement\"> "; // line 94 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["message"] ?? null), "dateToBeSent", [], "any", false, false, false, 94), "format", ["j F Y H:i:s"], "method", false, false, false, 94), "html", null, true); yield " </div> <div class=\"clearfix\"></div> <div class=\"col-lg-4 formPrompt\"> "; // line 99 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Created by"), "html", null, true); yield ": </div> <div class=\"col-lg-8 formELement\"> "; // line 102 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["createdByUser"] ?? null), "fullNameString", [], "any", false, false, false, 102), "html", null, true); yield " </div> <div class=\"clearfix\"></div> <div class=\"col-lg-4 formPrompt\"> "; // line 107 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->getPhrase("Created at"), "html", null, true); yield ": </div> <div class=\"col-lg-8 formELement\"> "; // line 110 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["message"] ?? null), "createdAt", [], "any", false, false, false, 110), "format", ["j F Y H:i:s"], "method", false, false, false, 110), "html", null, true); yield " </div> <div class=\"clearfix\"></div> <div class=\"scroll-vertical mail-preview\"> "; // line 115 yield CoreExtension::getAttribute($this->env, $this->source, ($context["message"] ?? null), "html", [], "any", false, false, false, 115); yield " </div> </div> </div> <div class=\"tab-pane\" id=\"attachments\"> </div> </div> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@Contact/Message/e-mail.show.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 363 => 115, 355 => 110, 349 => 107, 341 => 102, 335 => 99, 327 => 94, 321 => 91, 313 => 86, 307 => 83, 297 => 78, 291 => 75, 282 => 68, 276 => 65, 273 => 64, 266 => 60, 262 => 58, 246 => 55, 243 => 54, 232 => 52, 227 => 51, 225 => 50, 219 => 49, 211 => 48, 203 => 47, 198 => 45, 194 => 44, 190 => 43, 183 => 42, 166 => 41, 161 => 39, 157 => 38, 153 => 37, 149 => 36, 142 => 32, 138 => 30, 136 => 29, 127 => 23, 123 => 22, 119 => 21, 109 => 16, 104 => 13, 97 => 12, 86 => 10, 79 => 7, 74 => 6, 67 => 5, 54 => 3, 43 => 1,); } public function getSourceContext(): Source { return new Source("", "@Contact/Message/e-mail.show.html.twig", "/var/www/v3.cesa.co.za/src/ContactBundle/Resources/views/Message/e-mail.show.html.twig"); } }