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 /
prod /
twig /
32 /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
32cb22a9d90bca705b2003d23d627837.php
40.47
KB
-rw-r--r--
2026-08-14 12:40
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_a5e65a68a9f5228078b95916d08dcd51 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 204 yield " "; // line 205 yield from $this->unwrap()->yieldBlock('body_end', $context, $blocks); // line 207 yield " "; $context["session"] = $this->extensions['App\SessionsBundle\Twig\SessionsExtension']->getSession(); // line 208 yield " "; if ((($tmp = !(null === ($context["session"] ?? null))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 209 yield " <div class=\"text-center text-small\"> Your IP address has been recorded as "; // line 210 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, ($context["session"] ?? null), "remoteIp", [], "any", false, false, false, 210), "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, 210), "html", null, true); yield ". </div> "; } // line 213 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 197 yield " "; // line 198 yield from $this->unwrap()->yieldBlock('body_end_before_js', $context, $blocks); // line 200 yield " "; // line 201 yield from $this->unwrap()->yieldBlock('foot_script', $context, $blocks); // line 203 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 135 yield " "; // line 136 yield from $this->unwrap()->yieldBlock('content_div_start', $context, $blocks); // line 137 yield " "; yield from $this->unwrap()->yieldBlock('page_header_around', $context, $blocks); // line 144 yield " "; // line 145 yield from $this->unwrap()->yieldBlock('flashes', $context, $blocks); // line 164 yield " "; // line 165 yield from $this->unwrap()->yieldBlock('content_row', $context, $blocks); // line 181 yield " "; // line 182 yield from $this->unwrap()->yieldBlock('content_div_end', $context, $blocks); // line 183 yield " "; // line 184 yield from $this->unwrap()->yieldBlock('footer_tag_start', $context, $blocks); // line 187 yield " "; // line 188 yield from $this->unwrap()->yieldBlock('footer', $context, $blocks); // line 191 yield " "; // line 192 yield from $this->unwrap()->yieldBlock('footer_tag_end', $context, $blocks); // line 195 yield " "; yield from $this->unwrap()->yieldBlock('container_div_end', $context, $blocks); // line 196 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 ((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 65), "granted", ["ROLE_MEMBER_FIRM"], "method", false, false, false, 65)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 66 yield " <li class=\"nav-item dropdown\"> <a class=\"nav-link dropdown-toggle\" href=\"#\" role=\"button\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\"> Member Portal </a> <ul class=\"dropdown-menu\"> <li> <a class=\"dropdown-item\" href=\""; // line 72 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("member_firm_transformation_form"); yield "\">Transformation Declaration</a> </li> </ul> </li> "; } // line 77 yield " "; if ((((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 77), "granted", ["ROLE_USER"], "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_REPORTS_ONLY"], "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_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 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 84 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 87 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("iga_contact_sms_stats_list"); yield "\">SMS messages</a> </li> "; // line 89 if (((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 89), "granted", ["ROLE_ADMIN"], "method", false, false, false, 89) || CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 89), "granted", ["ROLE_MAIL_QUEUE_ADMIN"], "method", false, false, false, 89)) || CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 89), "granted", ["ROLE_SUPER_ADMINISTRATOR"], "method", false, false, false, 89))) { // line 90 yield " <li><hr class=\"dropdown-divider\"></li> <li> <a class=\"dropdown-item\" href=\""; // line 92 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("mail_queue_list"); yield "\">Bulk mail queue</a> </li> "; } // line 95 yield " </ul> </li> "; } // line 98 yield " "; } // line 99 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 104 if ((($tmp = !(null === CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 104))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 105 yield " "; // line 106 if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 106), "granted", ["ROLE_MY_DETAILS"], "method", false, false, false, 106)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 107 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 109 yield " "; // line 110 if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["app"] ?? null), "user", [], "any", false, false, false, 110), "granted", ["ROLE_SONATA_ADMIN"], "method", false, false, false, 110)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { // line 111 yield " <li><hr class=\"dropdown-divider\"></li> <li> <a class=\"dropdown-item\" href=\""; // line 113 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sonata_admin_dashboard"); yield "\" target=\"_blank\" rel=\"nofollow\" >Site Admin</a> </li> "; } // line 117 yield " <li><a class=\"dropdown-item\" href=\""; // line 118 yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("logout"); yield "\" rel=\"nofollow\">Logout</a></li> "; } else { // line 121 yield " <li><a class=\"dropdown-item\" href=\""; yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("login"); yield "\" rel=\"nofollow\">Login</a></li> "; } // line 123 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 136 /** * @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 137 /** * @return iterable<null|scalar|\Stringable> */ public function block_page_header_around(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 138 yield " "; yield from $this->unwrap()->yieldBlock('page_header', $context, $blocks); // line 143 yield " "; yield from []; } // line 138 /** * @return iterable<null|scalar|\Stringable> */ public function block_page_header(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 139 yield " <div class=\"page-header\"> <h1>"; // line 140 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 145 /** * @return iterable<null|scalar|\Stringable> */ public function block_flashes(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 146 yield " "; yield from $this->unwrap()->yieldBlock('flashes_content', $context, $blocks); // line 163 yield " "; yield from []; } // line 146 /** * @return iterable<null|scalar|\Stringable> */ public function block_flashes_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 147 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, 147), "flashbag", [], "any", false, false, false, 147), "peekAll", [], "any", false, false, false, 147)) > 0)) { // line 148 yield " <div class=\"row-fluid flash-messages\"> <div class=\"col-sm-12\"> "; // line 150 $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, 150), "flashBag", [], "any", false, false, false, 150), "all", [], "any", false, false, false, 150)); foreach ($context['_seq'] as $context["type"] => $context["messages"]) { // line 151 yield " "; $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable($context["messages"]); foreach ($context['_seq'] as $context["_key"] => $context["message"]) { // line 152 yield " "; $context["typeName"] = $context["type"]; // line 153 yield " "; if (($context["type"] == "error")) { // line 154 yield " "; $context["typeName"] = "danger"; // line 155 yield " "; } // line 156 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 158 yield " "; } $_parent = $context['_parent']; unset($context['_seq'], $context['type'], $context['messages'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 159 yield " </div> </div> "; } // line 162 yield " "; yield from []; } // line 165 /** * @return iterable<null|scalar|\Stringable> */ public function block_content_row(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 166 yield " <div class=\"row\"> "; // line 167 yield from $this->unwrap()->yieldBlock('content', $context, $blocks); // line 179 yield " </div> "; yield from []; } // line 167 /** * @return iterable<null|scalar|\Stringable> */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 168 yield " <div class=\"col-sm-9\"> "; // line 169 yield from $this->unwrap()->yieldBlock('content_content', $context, $blocks); // line 172 yield " </div> <div class=\"col-sm-3\"> "; // line 174 yield from $this->unwrap()->yieldBlock('content_sidebar', $context, $blocks); // line 177 yield " </div> "; yield from []; } // line 169 /** * @return iterable<null|scalar|\Stringable> */ public function block_content_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 170 yield " <strong>Let's build something ... </strong> "; yield from []; } // line 174 /** * @return iterable<null|scalar|\Stringable> */ public function block_content_sidebar(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 175 yield " <h2>Sidebar</h2> "; yield from []; } // line 182 /** * @return iterable<null|scalar|\Stringable> */ public function block_content_div_end(array $context, array $blocks = []): iterable { $macros = $this->macros; yield "</div>"; yield from []; } // line 184 /** * @return iterable<null|scalar|\Stringable> */ public function block_footer_tag_start(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 185 yield " <footer> "; yield from []; } // line 188 /** * @return iterable<null|scalar|\Stringable> */ public function block_footer(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 189 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, 189), "html", null, true); yield "</p> "; yield from []; } // line 192 /** * @return iterable<null|scalar|\Stringable> */ public function block_footer_tag_end(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 193 yield " </footer> "; yield from []; } // line 195 /** * @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 198 /** * @return iterable<null|scalar|\Stringable> */ public function block_body_end_before_js(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 199 yield " "; yield from []; } // line 201 /** * @return iterable<null|scalar|\Stringable> */ public function block_foot_script(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 202 yield " "; yield from []; } // line 205 /** * @return iterable<null|scalar|\Stringable> */ public function block_body_end(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 206 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 ( 889 => 206, 882 => 205, 877 => 202, 870 => 201, 865 => 199, 858 => 198, 847 => 195, 841 => 193, 834 => 192, 826 => 189, 819 => 188, 813 => 185, 806 => 184, 795 => 182, 789 => 175, 782 => 174, 776 => 170, 769 => 169, 763 => 177, 761 => 174, 757 => 172, 755 => 169, 752 => 168, 745 => 167, 739 => 179, 737 => 167, 734 => 166, 727 => 165, 722 => 162, 717 => 159, 711 => 158, 700 => 156, 697 => 155, 694 => 154, 691 => 153, 688 => 152, 683 => 151, 679 => 150, 675 => 148, 672 => 147, 665 => 146, 660 => 163, 657 => 146, 650 => 145, 632 => 140, 629 => 139, 622 => 138, 617 => 143, 614 => 138, 607 => 137, 596 => 136, 580 => 123, 574 => 121, 568 => 118, 565 => 117, 558 => 113, 554 => 111, 552 => 110, 549 => 109, 543 => 107, 541 => 106, 538 => 105, 536 => 104, 529 => 99, 526 => 98, 521 => 95, 515 => 92, 511 => 90, 509 => 89, 504 => 87, 498 => 84, 490 => 78, 487 => 77, 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 => 196, 383 => 195, 381 => 192, 378 => 191, 376 => 188, 373 => 187, 371 => 184, 368 => 183, 366 => 182, 363 => 181, 361 => 165, 358 => 164, 356 => 145, 353 => 144, 350 => 137, 348 => 136, 345 => 135, 343 => 41, 340 => 40, 337 => 39, 330 => 38, 325 => 36, 318 => 35, 313 => 203, 311 => 201, 308 => 200, 306 => 198, 303 => 197, 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 => 213, 111 => 210, 108 => 209, 105 => 208, 102 => 207, 100 => 205, 97 => 204, 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"); } }