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 /
b3 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
b3828e970e513b5f48bacae8ae5bd9a3.php
38.86
KB
-rwxrwxr-x
2026-05-18 12:54
b3ca634de033e134e6e25a77ec8dc417.php
6.01
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; /* base.html.twig */ class __TwigTemplate_2b67d7512b0db3c2af9e0d70bfda6dd9 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' => [$this, 'block_head'], 'title' => [$this, 'block_title'], 'stylesheets' => [$this, 'block_stylesheets'], 'javascripts' => [$this, 'block_javascripts'], 'head_script_second' => [$this, 'block_head_script_second'], 'head_bottom' => [$this, 'block_head_bottom'], 'head_description' => [$this, 'block_head_description'], 'head_keyword' => [$this, 'block_head_keyword'], 'body_tag' => [$this, 'block_body_tag'], 'body_start' => [$this, 'block_body_start'], 'body' => [$this, 'block_body'], 'navbar' => [$this, 'block_navbar'], 'container' => [$this, 'block_container'], 'container_div_start' => [$this, 'block_container_div_start'], 'container_class' => [$this, 'block_container_class'], 'header' => [$this, 'block_header'], 'content_div_start' => [$this, 'block_content_div_start'], 'page_header_around' => [$this, 'block_page_header_around'], 'page_header' => [$this, 'block_page_header'], 'headline' => [$this, 'block_headline'], 'flashes' => [$this, 'block_flashes'], 'flashes_content' => [$this, 'block_flashes_content'], 'content_row' => [$this, 'block_content_row'], 'content' => [$this, 'block_content'], 'content_content' => [$this, 'block_content_content'], 'content_sidebar' => [$this, 'block_content_sidebar'], 'content_div_end' => [$this, 'block_content_div_end'], 'footer_tag_start' => [$this, 'block_footer_tag_start'], 'footer' => [$this, 'block_footer'], 'footer_tag_end' => [$this, 'block_footer_tag_end'], 'container_div_end' => [$this, 'block_container_div_end'], 'body_end_before_js' => [$this, 'block_body_end_before_js'], 'foot_script' => [$this, 'block_foot_script'], 'body_end' => [$this, 'block_body_end'], ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield "<!DOCTYPE html> <html> "; // line 3 yield from $this->unwrap()->yieldBlock('head', $context, $blocks); // line 26 yield " "; // line 27 yield from $this->unwrap()->yieldBlock('body_tag', $context, $blocks); // line 30 yield " "; // line 31 yield from $this->unwrap()->yieldBlock('body_start', $context, $blocks); // line 33 yield " "; // line 34 yield from $this->unwrap()->yieldBlock('body', $context, $blocks); // line 192 yield " "; // line 193 yield from $this->unwrap()->yieldBlock('body_end', $context, $blocks); // line 195 yield " "; $context["session"] = $this->extensions['App\SessionsBundle\Twig\SessionsExtension']->getSession(); // line 196 yield " "; if ((($tmp = !(null === ($context["session"] ?? null))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 197 yield " <div class=\"text-center text-small\"> Your IP address has been recorded as "; // line 198 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["session"] ?? null), "remoteIp", [], "any", false, false, false, 198), "html", null, true); yield ". Session reference "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["session"] ?? null), "id", [], "any", false, false, false, 198), "html", null, true); yield ". </div> "; } // line 201 yield " </body> </html> "; yield from []; } // line 3 /** * @return iterable<null|scalar|\Stringable> */ public function block_head(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 4 yield " <head> <meta charset=\"UTF-8\"> <title>"; // line 6 yield from $this->unwrap()->yieldBlock('title', $context, $blocks); yield "</title> <base href=\"/public/\"> <link rel=\"icon\" href=\""; // line 8 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/favicon.ico"), "html", null, true); yield "\"> "; // line 9 yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks); // line 12 yield " "; // line 13 yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks); // line 15 yield " "; // line 16 yield from $this->unwrap()->yieldBlock('head_script_second', $context, $blocks); // line 19 yield " "; // line 20 yield from $this->unwrap()->yieldBlock('head_bottom', $context, $blocks); // line 22 yield " <meta name=\"description\" content=\""; yield from $this->unwrap()->yieldBlock('head_description', $context, $blocks); yield "\" /> <meta name=\"keywords\" content=\""; // line 23 yield from $this->unwrap()->yieldBlock('head_keyword', $context, $blocks); yield "\" /> </head> "; yield from []; } // line 6 /** * @return iterable<null|scalar|\Stringable> */ public function block_title(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "CESA | Consulting Engineers South Africa – Your Partner in Enabling Consulting Engineering Excellence"; yield from []; } // line 9 /** * @return iterable<null|scalar|\Stringable> */ public function block_stylesheets(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 10 yield " "; yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app"); yield " "; yield from []; } // line 13 /** * @return iterable<null|scalar|\Stringable> */ public function block_javascripts(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 14 yield " "; yield from []; } // line 16 /** * @return iterable<null|scalar|\Stringable> */ public function block_head_script_second(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 17 yield " "; yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app"); yield " "; yield from []; } // line 20 /** * @return iterable<null|scalar|\Stringable> */ public function block_head_bottom(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 21 yield " "; yield from []; } // line 22 /** * @return iterable<null|scalar|\Stringable> */ public function block_head_description(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "Your Partner in Enabling Consulting Engineering Excellence"; yield from []; } // line 23 /** * @return iterable<null|scalar|\Stringable> */ public function block_head_keyword(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "consulting engineers south africa"; yield from []; } // line 27 /** * @return iterable<null|scalar|\Stringable> */ public function block_body_tag(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 28 yield " <body> "; yield from []; } // line 31 /** * @return iterable<null|scalar|\Stringable> */ public function block_body_start(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 32 yield " "; yield from []; } // line 34 /** * @return iterable<null|scalar|\Stringable> */ public function block_body(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 35 yield " "; yield from $this->unwrap()->yieldBlock('navbar', $context, $blocks); // line 37 yield " "; // line 38 yield from $this->unwrap()->yieldBlock('container', $context, $blocks); // line 185 yield " "; // line 186 yield from $this->unwrap()->yieldBlock('body_end_before_js', $context, $blocks); // line 188 yield " "; // line 189 yield from $this->unwrap()->yieldBlock('foot_script', $context, $blocks); // line 191 yield " "; yield from []; } // line 35 /** * @return iterable<null|scalar|\Stringable> */ public function block_navbar(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 36 yield " "; yield from []; } // line 38 /** * @return iterable<null|scalar|\Stringable> */ public function block_container(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 39 yield " "; yield from $this->unwrap()->yieldBlock('container_div_start', $context, $blocks); // line 40 yield " "; // line 41 yield from $this->unwrap()->yieldBlock('header', $context, $blocks); // line 123 yield " "; // line 124 yield from $this->unwrap()->yieldBlock('content_div_start', $context, $blocks); // line 125 yield " "; yield from $this->unwrap()->yieldBlock('page_header_around', $context, $blocks); // line 132 yield " "; // line 133 yield from $this->unwrap()->yieldBlock('flashes', $context, $blocks); // line 152 yield " "; // line 153 yield from $this->unwrap()->yieldBlock('content_row', $context, $blocks); // line 169 yield " "; // line 170 yield from $this->unwrap()->yieldBlock('content_div_end', $context, $blocks); // line 171 yield " "; // line 172 yield from $this->unwrap()->yieldBlock('footer_tag_start', $context, $blocks); // line 175 yield " "; // line 176 yield from $this->unwrap()->yieldBlock('footer', $context, $blocks); // line 179 yield " "; // line 180 yield from $this->unwrap()->yieldBlock('footer_tag_end', $context, $blocks); // line 183 yield " "; yield from $this->unwrap()->yieldBlock('container_div_end', $context, $blocks); // line 184 yield " "; yield from []; } // line 39 /** * @return iterable<null|scalar|\Stringable> */ public function block_container_div_start(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "<div class=\""; yield from $this->unwrap()->yieldBlock('container_class', $context, $blocks); yield "\">"; yield from []; } /** * @return iterable<null|scalar|\Stringable> */ public function block_container_class(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 41 /** * @return iterable<null|scalar|\Stringable> */ public function block_header(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 42 yield " <div id=\"header\"> <nav class=\"navbar navbar-expand-lg bg-light\"> <div class=\"container-fluid\"> <a class=\"navbar-brand\" href=\""; // line 45 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home"); yield "\"><img src=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/heading.jpg"), "html", null, true); yield "\" border=\"0\" /></a> <button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarSupportedContent\" aria-controls=\"navbarSupportedContent\" aria-expanded=\"false\" aria-label=\"Toggle navigation\"> <span class=\"navbar-toggler-icon\"></span> </button> <div class=\"collapse navbar-collapse\" id=\"navbarSupportedContent\"> <ul class=\"navbar-nav me-auto mb-2 mb-lg-0\"> <li class=\"nav-item\"> <a class=\"nav-link\" aria-current=\"page\" href=\""; // line 52 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home"); yield "\">Dashboard</a> </li> "; // line 54 if ((($tmp = !(null === CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 54))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 55 yield " "; if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 55), "granted", ["ROLE_BCE_ADMIN"], "method", false, false, false, 55) || CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 55), "granted", ["ROLE_SUPER_ADMINISTRATOR"], "method", false, false, false, 55))) { // line 56 yield " <li class=\"nav-item\"> <a class=\"nav-link\" aria-current=\"page\" href=\""; // line 57 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("content_form_list"); yield "\">Forms</a> </li> "; } // line 60 yield " "; if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 60), "granted", ["ROLE_MEMBER_FIRMS"], "method", false, false, false, 60) || CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 60), "granted", ["ROLE_SUPER_ADMINISTRATOR"], "method", false, false, false, 60))) { // line 61 yield " <li class=\"nav-item\"> <a class=\"nav-link\" aria-current=\"page\" href=\""; // line 62 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("member_transformation_home"); yield "\">Transformation Statistics</a> </li> "; } // line 65 yield " "; if ((((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 65), "granted", ["ROLE_USER"], "method", false, false, false, 65) || CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 65), "granted", ["ROLE_REPORTS_ONLY"], "method", false, false, false, 65)) || CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 65), "granted", ["ROLE_ADMIN"], "method", false, false, false, 65)) || CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 65), "granted", ["ROLE_SUPER_ADMINISTRATOR"], "method", false, false, false, 65))) { // line 66 yield " <li class=\"nav-item dropdown\"> <a class=\"nav-link dropdown-toggle\" href=\"#\" role=\"button\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\"> Reports </a> <ul class=\"dropdown-menu\"> <li> <a class=\"dropdown-item\" href=\""; // line 72 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_contact_message_stats_list"); yield "\">Messages</a> </li> <li> <a class=\"dropdown-item\" href=\""; // line 75 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_contact_sms_stats_list"); yield "\">SMS messages</a> </li> "; // line 77 if (((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 77), "granted", ["ROLE_ADMIN"], "method", false, false, false, 77) || CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 77), "granted", ["ROLE_MAIL_QUEUE_ADMIN"], "method", false, false, false, 77)) || CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 77), "granted", ["ROLE_SUPER_ADMINISTRATOR"], "method", false, false, false, 77))) { // line 78 yield " <li><hr class=\"dropdown-divider\"></li> <li> <a class=\"dropdown-item\" href=\""; // line 80 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("mail_queue_list"); yield "\">Bulk mail queue</a> </li> "; } // line 83 yield " </ul> </li> "; } // line 86 yield " "; } // line 87 yield " <li class=\"nav-item dropdown\"> <a class=\"nav-link dropdown-toggle\" href=\"#\" role=\"button\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\"> My Account </a> <ul class=\"dropdown-menu\"> "; // line 92 if ((($tmp = !(null === CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 92))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 93 yield " "; // line 94 if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 94), "granted", ["ROLE_MY_DETAILS"], "method", false, false, false, 94)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 95 yield " <li><a class=\"dropdown-item\" href=\""; yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_user_my_details"); yield "\" rel=\"nofollow\">My Details</a></li> "; } // line 97 yield " "; // line 98 if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 98), "granted", ["ROLE_SONATA_ADMIN"], "method", false, false, false, 98)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 99 yield " <li><hr class=\"dropdown-divider\"></li> <li> <a class=\"dropdown-item\" href=\""; // line 101 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sonata_admin_dashboard"); yield "\" target=\"_blank\" rel=\"nofollow\" >Site Admin</a> </li> "; } // line 105 yield " <li><a class=\"dropdown-item\" href=\""; // line 106 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("logout"); yield "\" rel=\"nofollow\">Logout</a></li> "; } else { // line 109 yield " <li><a class=\"dropdown-item\" href=\""; yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("login"); yield "\" rel=\"nofollow\">Login</a></li> "; } // line 111 yield " </ul> </li> <li class=\"nav-item\"> <a class=\"nav-link\" aria-current=\"page\" href=\"https://www.cesa.co.za/\" target=\"_blank\">CESA Web Site</a> </li> </ul> </div> </div> </nav> </div> "; yield from []; } // line 124 /** * @return iterable<null|scalar|\Stringable> */ public function block_content_div_start(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "<div class=\"container content\">"; yield from []; } // line 125 /** * @return iterable<null|scalar|\Stringable> */ public function block_page_header_around(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 126 yield " "; yield from $this->unwrap()->yieldBlock('page_header', $context, $blocks); // line 131 yield " "; yield from []; } // line 126 /** * @return iterable<null|scalar|\Stringable> */ public function block_page_header(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 127 yield " <div class=\"page-header\"> <h1>"; // line 128 yield from $this->unwrap()->yieldBlock('headline', $context, $blocks); yield "</h1> </div> "; yield from []; } /** * @return iterable<null|scalar|\Stringable> */ public function block_headline(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "Welcome to the CESA System"; yield from []; } // line 133 /** * @return iterable<null|scalar|\Stringable> */ public function block_flashes(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 134 yield " "; yield from $this->unwrap()->yieldBlock('flashes_content', $context, $blocks); // line 151 yield " "; yield from []; } // line 134 /** * @return iterable<null|scalar|\Stringable> */ public function block_flashes_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 135 yield " "; if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "session", [], "any", false, false, false, 135), "flashbag", [], "any", false, false, false, 135), "peekAll", [], "any", false, false, false, 135)) > 0)) { // line 136 yield " <div class=\"row-fluid flash-messages\"> <div class=\"col-sm-12\"> "; // line 138 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "session", [], "any", false, false, false, 138), "flashBag", [], "any", false, false, false, 138), "all", [], "any", false, false, false, 138)); foreach ($context['_seq'] as $context["type"] => $context["messages"]) { // line 139 yield " "; $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable($context["messages"]); foreach ($context['_seq'] as $context["_key"] => $context["message"]) { // line 140 yield " "; $context["typeName"] = $context["type"]; // line 141 yield " "; if (($context["type"] == "error")) { // line 142 yield " "; $context["typeName"] = "danger"; // line 143 yield " "; } // line 144 yield " <div class=\"alert alert-"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(($context["typeName"] ?? null), "html", null, true); yield "\">"; yield $context["message"]; yield "</div> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['message'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 146 yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['type'], $context['messages'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 147 yield " </div> </div> "; } // line 150 yield " "; yield from []; } // line 153 /** * @return iterable<null|scalar|\Stringable> */ public function block_content_row(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 154 yield " <div class=\"row\"> "; // line 155 yield from $this->unwrap()->yieldBlock('content', $context, $blocks); // line 167 yield " </div> "; yield from []; } // line 155 /** * @return iterable<null|scalar|\Stringable> */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 156 yield " <div class=\"col-sm-9\"> "; // line 157 yield from $this->unwrap()->yieldBlock('content_content', $context, $blocks); // line 160 yield " </div> <div class=\"col-sm-3\"> "; // line 162 yield from $this->unwrap()->yieldBlock('content_sidebar', $context, $blocks); // line 165 yield " </div> "; yield from []; } // line 157 /** * @return iterable<null|scalar|\Stringable> */ public function block_content_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 158 yield " <strong>Let's build something ... </strong> "; yield from []; } // line 162 /** * @return iterable<null|scalar|\Stringable> */ public function block_content_sidebar(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 163 yield " <h2>Sidebar</h2> "; yield from []; } // line 170 /** * @return iterable<null|scalar|\Stringable> */ public function block_content_div_end(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "</div>"; yield from []; } // line 172 /** * @return iterable<null|scalar|\Stringable> */ public function block_footer_tag_start(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 173 yield " <footer> "; yield from []; } // line 176 /** * @return iterable<null|scalar|\Stringable> */ public function block_footer(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 177 yield " <p class=\"text-center\">© <a href=\"https://www.cesa.co.za/\">Copyright CESA</a> 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, 177), "html", null, true); yield "</p> "; yield from []; } // line 180 /** * @return iterable<null|scalar|\Stringable> */ public function block_footer_tag_end(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 181 yield " </footer> "; yield from []; } // line 183 /** * @return iterable<null|scalar|\Stringable> */ public function block_container_div_end(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "</div><!-- /container -->"; yield from []; } // line 186 /** * @return iterable<null|scalar|\Stringable> */ public function block_body_end_before_js(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 187 yield " "; yield from []; } // line 189 /** * @return iterable<null|scalar|\Stringable> */ public function block_foot_script(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 190 yield " "; yield from []; } // line 193 /** * @return iterable<null|scalar|\Stringable> */ public function block_body_end(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 194 yield " "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "base.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 870 => 194, 863 => 193, 858 => 190, 851 => 189, 846 => 187, 839 => 186, 828 => 183, 822 => 181, 815 => 180, 807 => 177, 800 => 176, 794 => 173, 787 => 172, 776 => 170, 770 => 163, 763 => 162, 757 => 158, 750 => 157, 744 => 165, 742 => 162, 738 => 160, 736 => 157, 733 => 156, 726 => 155, 720 => 167, 718 => 155, 715 => 154, 708 => 153, 703 => 150, 698 => 147, 692 => 146, 681 => 144, 678 => 143, 675 => 142, 672 => 141, 669 => 140, 664 => 139, 660 => 138, 656 => 136, 653 => 135, 646 => 134, 641 => 151, 638 => 134, 631 => 133, 613 => 128, 610 => 127, 603 => 126, 598 => 131, 595 => 126, 588 => 125, 577 => 124, 561 => 111, 555 => 109, 549 => 106, 546 => 105, 539 => 101, 535 => 99, 533 => 98, 530 => 97, 524 => 95, 522 => 94, 519 => 93, 517 => 92, 510 => 87, 507 => 86, 502 => 83, 496 => 80, 492 => 78, 490 => 77, 485 => 75, 479 => 72, 471 => 66, 468 => 65, 462 => 62, 459 => 61, 456 => 60, 450 => 57, 447 => 56, 444 => 55, 442 => 54, 437 => 52, 425 => 45, 420 => 42, 413 => 41, 391 => 39, 386 => 184, 383 => 183, 381 => 180, 378 => 179, 376 => 176, 373 => 175, 371 => 172, 368 => 171, 366 => 170, 363 => 169, 361 => 153, 358 => 152, 356 => 133, 353 => 132, 350 => 125, 348 => 124, 345 => 123, 343 => 41, 340 => 40, 337 => 39, 330 => 38, 325 => 36, 318 => 35, 313 => 191, 311 => 189, 308 => 188, 306 => 186, 303 => 185, 301 => 38, 298 => 37, 295 => 35, 288 => 34, 283 => 32, 276 => 31, 270 => 28, 263 => 27, 252 => 23, 241 => 22, 236 => 21, 229 => 20, 221 => 17, 214 => 16, 209 => 14, 202 => 13, 194 => 10, 187 => 9, 176 => 6, 168 => 23, 163 => 22, 161 => 20, 158 => 19, 156 => 16, 153 => 15, 151 => 13, 148 => 12, 146 => 9, 142 => 8, 137 => 6, 133 => 4, 126 => 3, 119 => 201, 111 => 198, 108 => 197, 105 => 196, 102 => 195, 100 => 193, 97 => 192, 95 => 34, 92 => 33, 90 => 31, 87 => 30, 85 => 27, 82 => 26, 80 => 3, 76 => 1,); } public function getSourceContext(): Source { return new Source("", "base.html.twig", "/var/www/v3.cesa.co.za/templates/base.html.twig"); } }