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 /
1e /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-17 03:12
1e14da99b55d1d5e4e7e0917cc0869ab.php
1.62
MB
-rwxrwxr-x
2026-05-18 12:54
1e46fce8a2ff70b8c5b9a558cd7194c0.php
17.59
KB
-rwxrwxr-x
2026-05-18 12:54
1e5882fad15ef4fcff64251143259779.php
3.28
KB
-rwxrwxr-x
2026-05-18 12:54
1e6fd864802c05cd7d72e2ca3f846dc6.php
4.56
KB
-rwxrwxr-x
2026-05-18 12:54
1ed6ff5d13e518887530dfce254f1b32.php
8.48
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; /* @Member/Default/index.html.twig */ class __TwigTemplate_1a3d04298c367bf4a9202dba24f0f205 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 = [ 'stylesheets' => [$this, 'block_stylesheets'], 'head_script_second' => [$this, 'block_head_script_second'], 'page_header_around' => [$this, 'block_page_header_around'], 'content' => [$this, 'block_content'], 'foot_script' => [$this, 'block_foot_script'], ]; } protected function doGetParent(array $context): bool|string|Template|TemplateWrapper { // line 1 return "base.html.twig"; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; $this->parent = $this->load("base.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_stylesheets(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 4 yield " "; yield from $this->yieldParentBlock("stylesheets", $context, $blocks); yield " "; // line 5 yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("form"); yield " "; // line 6 yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("report"); yield " "; yield from []; } // line 9 /** * @return iterable<null|scalar|\Stringable> */ public function block_head_script_second(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 10 yield " <script src=\"https://cdn.jsdelivr.net/npm/chart.js@4.4.2/dist/chart.umd.min.js\"></script> "; // line 11 yield from $this->yieldParentBlock("head_script_second", $context, $blocks); yield " "; // line 12 yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("form"); yield " "; // line 13 yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("report"); yield " <script language=\"javascript\"> var canvasNames = new Array(); var dataSets = new Array(); var labelSets = new Array(); var labels = new Array(); </script> "; yield from []; } // line 23 /** * @return iterable<null|scalar|\Stringable> */ public function block_page_header_around(array $context, array $blocks = []): iterable { $macros = $this->macros; yield from []; } // line 25 /** * @return iterable<null|scalar|\Stringable> */ public function block_content(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 26 yield " <ul class=\"nav nav-tabs\" id=\"myTab\" role=\"tablist\"> "; // line 28 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["transformationStatistics"] ?? 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["year"] => $context["values"]) { // line 29 yield " <li class=\"nav-item\" role=\"presentation\"> <button class=\"nav-link "; // line 30 if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 30)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield "active"; } yield "\" id=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "-tab\" data-bs-toggle=\"tab\" data-bs-target=\"#"; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "-tab-pane\" type=\"button\" role=\"tab\" aria-controls=\"home-tab-pane\" "; // line 31 if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 31)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield "aria-selected=\"true\""; } yield ">"; if (($context["year"] == "members")) { yield "Current Member Database"; } elseif (($context["year"] == CoreExtension::getAttribute($this->env, $this->source, $this->extensions['Twig\Extension\CoreExtension']->convertDate(), "format", ["Y"], "method", false, false, false, 31))) { yield "Latest Annual Declaration"; } else { yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); } yield "</button> </li> "; ++$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['year'], $context['values'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 34 yield " </ul> <div class=\"tab-content\" id=\"myTabContent\"> "; // line 36 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(($context["transformationStatistics"] ?? 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["year"] => $context["values"]) { // line 37 yield " <div class=\"tab-pane fade "; if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 37)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) { yield "show active"; } yield "\" id=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "-tab-pane\" role=\"tabpanel\" aria-labelledby=\""; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "-tab\" tabindex=\"0\"> <h4>Black Ownership vs Total Members</h4> <div class=\"row\"> <div class=\"col-sm-12 col-lg-6\"> <table class=\"table-bordered\"> <tr> <th> Black Ownership </th> <th> Number of Firms </th> <th> % of Total </th> </tr> <tr> <td> Black Ownership <= 50% </td> <td align=\"right\"> "; // line 59 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 59), "black_owned", [], "any", false, false, false, 59), 51, [], "any", false, false, false, 59), "num", [], "any", false, false, false, 59), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 62 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 62), "total", [], "any", false, false, false, 62), "num", [], "any", false, false, false, 62) > 0)) { // line 63 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 63), "black_owned", [], "any", false, false, false, 63), 51, [], "any", false, false, false, 63), "num", [], "any", false, false, false, 63) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 63), "total", [], "any", false, false, false, 63), "num", [], "any", false, false, false, 63)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 65 yield " - "; } // line 67 yield " </td> </tr> <tr> <td> Black Ownership > 50% </td> <td align=\"right\"> "; // line 74 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 74), "black_owned", [], "any", false, false, false, 74), 51100, [], "any", false, false, false, 74), "num", [], "any", false, false, false, 74), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 77 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 77), "total", [], "any", false, false, false, 77), "num", [], "any", false, false, false, 77) > 0)) { // line 78 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 78), "black_owned", [], "any", false, false, false, 78), 51100, [], "any", false, false, false, 78), "num", [], "any", false, false, false, 78) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 78), "total", [], "any", false, false, false, 78), "num", [], "any", false, false, false, 78)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 80 yield " - "; } // line 82 yield " </td> </tr> <tr> <th> Total </th> <th align=\"right\" class=\"text-right\"> "; // line 89 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 89), "total", [], "any", false, false, false, 89), "num", [], "any", false, false, false, 89), 0, ".", " "), "html", null, true); yield " </th> <th> </th> </tr> "; // line 94 if (($context["year"] != "members")) { // line 95 yield " <tr> <th> Total Member Firms Captured in "; // line 97 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield " </th> <th align=\"right\" class=\"text-right\"> "; // line 100 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 100), "total_captured", [], "any", false, false, false, 100), 0, ".", " "), "html", null, true); yield " </th> <th> </th> </tr> <tr> <th> Online ADs </th> <th align=\"right\" class=\"text-right\"> "; // line 110 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 110), "total", [], "any", false, false, false, 110), "online", [], "any", false, false, false, 110), 0, ".", " "), "html", null, true); yield " </th> <th> </th> </tr> <tr> <th> Offline ADs </th> <th align=\"right\" class=\"text-right\"> "; // line 120 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 120), "total", [], "any", false, false, false, 120), "offline", [], "any", false, false, false, 120), 0, ".", " "), "html", null, true); yield " </th> <th> </th> </tr> "; } // line 126 yield " </table> </div> <div class=\"col-sm-12 col-lg-6\"> "; // line 130 $context["chartCanvasId"] = ("blackOwnedVsTotal" . $context["year"]); // line 131 yield " "; // line 132 yield from $this->load("@CoreBundle/Default/chart.html.twig", 132)->unwrap()->yield($context); // line 133 yield " </div> </div> <script language=\"javascript\"> canvasNames[canvasNames.length] = 'blackOwnedVsTotal"; // line 138 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = ["; // line 139 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 139), "black_owned", [], "any", false, false, false, 139), 51, [], "any", false, false, false, 139), "num", [], "any", false, false, false, 139), "html", null, true); yield ", "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 139), "black_owned", [], "any", false, false, false, 139), 51100, [], "any", false, false, false, 139), "num", [], "any", false, false, false, 139), "html", null, true); yield "]; labelSets[labelSets.length] = ['Not Black Owned', 'Black Owned']; labels[labels.length] = 'Black Ownership vs Total Members'; </script> <h4>Black Women Ownership vs Total Members</h4> <div class=\"row\"> <div class=\"col-sm-12 col-lg-6\"> <table class=\"table-bordered\"> <tr> <th> Black Women Ownership </th> <th> Number of Firms </th> <th> % of Total </th> </tr> <tr> <td> Black Women Ownership < 30% </td> <td align=\"right\"> "; // line 164 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 164), "black_women_owned", [], "any", false, false, false, 164), 30, [], "any", false, false, false, 164), "num", [], "any", false, false, false, 164), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 167 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 167), "total", [], "any", false, false, false, 167), "num", [], "any", false, false, false, 167) > 0)) { // line 168 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 168), "black_women_owned", [], "any", false, false, false, 168), 30, [], "any", false, false, false, 168), "num", [], "any", false, false, false, 168) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 168), "total", [], "any", false, false, false, 168), "num", [], "any", false, false, false, 168)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 170 yield " - "; } // line 172 yield " </td> </tr> <tr> <td> Black Women Ownership >= 30% </td> <td align=\"right\"> "; // line 179 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 179), "black_women_owned", [], "any", false, false, false, 179), 31100, [], "any", false, false, false, 179), "num", [], "any", false, false, false, 179), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 182 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 182), "total", [], "any", false, false, false, 182), "num", [], "any", false, false, false, 182) > 0)) { // line 183 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 183), "black_women_owned", [], "any", false, false, false, 183), 31100, [], "any", false, false, false, 183), "num", [], "any", false, false, false, 183) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 183), "total", [], "any", false, false, false, 183), "num", [], "any", false, false, false, 183)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 185 yield " - "; } // line 187 yield " </td> </tr> <tr> <th> Total </th> <th align=\"right\" class=\"text-right\"> "; // line 194 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 194), "total", [], "any", false, false, false, 194), "num", [], "any", false, false, false, 194), 0, ".", " "), "html", null, true); yield " </th> <th> </th> </tr> </table> </div> <div class=\"col-sm-12 col-lg-6\"> "; // line 203 $context["chartCanvasId"] = ("blackWomenOwnedVsTotal" . $context["year"]); // line 204 yield " "; // line 205 yield from $this->load("@CoreBundle/Default/chart.html.twig", 205)->unwrap()->yield($context); // line 206 yield " </div> </div> <script language=\"javascript\"> canvasNames[canvasNames.length] = 'blackWomenOwnedVsTotal"; // line 211 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = ["; // line 212 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 212), "black_women_owned", [], "any", false, false, false, 212), 30, [], "any", false, false, false, 212), "num", [], "any", false, false, false, 212), "html", null, true); yield ", "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 212), "black_women_owned", [], "any", false, false, false, 212), 31100, [], "any", false, false, false, 212), "num", [], "any", false, false, false, 212), "html", null, true); yield "]; labelSets[labelSets.length] = ['Not Women Black Owned', 'Black Women Owned']; labels[labels.length] = 'Black Women Ownership vs Total Members'; </script> <h4>Women Ownership vs Total Members</h4> <div class=\"row\"> <div class=\"col-sm-12 col-lg-6\"> <table class=\"table-bordered\"> <tr> <th> Women Ownership </th> <th> Number of Firms </th> <th> % of Total </th> </tr> <tr> <td> Women Ownership < 30% </td> <td align=\"right\"> "; // line 237 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 237), "women_owned", [], "any", false, false, false, 237), 30, [], "any", false, false, false, 237), "num", [], "any", false, false, false, 237), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 240 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 240), "total", [], "any", false, false, false, 240), "num", [], "any", false, false, false, 240) > 0)) { // line 241 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 241), "women_owned", [], "any", false, false, false, 241), 30, [], "any", false, false, false, 241), "num", [], "any", false, false, false, 241) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 241), "total", [], "any", false, false, false, 241), "num", [], "any", false, false, false, 241)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 243 yield " - "; } // line 245 yield " </td> </tr> <tr> <td> Women Ownership >= 30% </td> <td align=\"right\"> "; // line 252 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 252), "women_owned", [], "any", false, false, false, 252), 31100, [], "any", false, false, false, 252), "num", [], "any", false, false, false, 252), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 255 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 255), "total", [], "any", false, false, false, 255), "num", [], "any", false, false, false, 255) > 0)) { // line 256 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 256), "women_owned", [], "any", false, false, false, 256), 31100, [], "any", false, false, false, 256), "num", [], "any", false, false, false, 256) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 256), "total", [], "any", false, false, false, 256), "num", [], "any", false, false, false, 256)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 258 yield " - "; } // line 260 yield " </td> </tr> <tr> <th> Total </th> <th align=\"right\" class=\"text-right\"> "; // line 267 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 267), "total", [], "any", false, false, false, 267), "num", [], "any", false, false, false, 267), 0, ".", " "), "html", null, true); yield " </th> <th> </th> </tr> </table> </div> <div class=\"col-sm-12 col-lg-6\"> "; // line 276 $context["chartCanvasId"] = ("womenOwnedVsTotal" . $context["year"]); // line 277 yield " "; // line 278 yield from $this->load("@CoreBundle/Default/chart.html.twig", 278)->unwrap()->yield($context); // line 279 yield " </div> </div> <script language=\"javascript\"> canvasNames[canvasNames.length] = 'womenOwnedVsTotal"; // line 284 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = ["; // line 285 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 285), "women_owned", [], "any", false, false, false, 285), 30, [], "any", false, false, false, 285), "num", [], "any", false, false, false, 285), "html", null, true); yield ", "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 285), "women_owned", [], "any", false, false, false, 285), 31100, [], "any", false, false, false, 285), "num", [], "any", false, false, false, 285), "html", null, true); yield "]; labelSets[labelSets.length] = ['Not Women Owned', 'Women Owned']; labels[labels.length] = 'Women Ownership vs Total Members'; </script> "; // line 362 yield " <h4>Black Women Ownership by %</h4> <div class=\"row\"> <div class=\"col-sm-12 col-lg-6\"> <table class=\"table-bordered\"> <tr> <th> Black Women Ownership </th> <th> Number of Firms </th> <th> % of Total </th> </tr> <tr> <td> Black Women Ownership = 100% </td> <td align=\"right\"> "; // line 383 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 383), "black_women_owned", [], "any", false, false, false, 383), 100, [], "any", false, false, false, 383), "num", [], "any", false, false, false, 383), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 386 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 386), "black_women_owned", [], "any", false, false, false, 386), 31100, [], "any", false, false, false, 386), "num", [], "any", false, false, false, 386) > 0)) { // line 387 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 387), "black_women_owned", [], "any", false, false, false, 387), 100, [], "any", false, false, false, 387), "num", [], "any", false, false, false, 387) / (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 387), "black_women_owned", [], "any", false, false, false, 387), 31100, [], "any", false, false, false, 387), "num", [], "any", false, false, false, 387) + CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 387), "black_women_owned", [], "any", false, false, false, 387), 30, [], "any", false, false, false, 387), "num", [], "any", false, false, false, 387))) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 389 yield " - "; } // line 391 yield " </td> </tr> <tr> <td> Black Women Ownership >= 51% and < 100% </td> <td align=\"right\"> "; // line 398 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 398), "black_women_owned", [], "any", false, false, false, 398), 5199, [], "any", false, false, false, 398), "num", [], "any", false, false, false, 398), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 401 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 401), "black_women_owned", [], "any", false, false, false, 401), 31100, [], "any", false, false, false, 401), "num", [], "any", false, false, false, 401) > 0)) { // line 402 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 402), "black_women_owned", [], "any", false, false, false, 402), 5199, [], "any", false, false, false, 402), "num", [], "any", false, false, false, 402) / (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 402), "black_women_owned", [], "any", false, false, false, 402), 31100, [], "any", false, false, false, 402), "num", [], "any", false, false, false, 402) + CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 402), "black_women_owned", [], "any", false, false, false, 402), 30, [], "any", false, false, false, 402), "num", [], "any", false, false, false, 402))) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 404 yield " - "; } // line 406 yield " </td> </tr> <tr> <td> Black Women Ownership >= 30% and < 51% </td> <td align=\"right\"> "; // line 413 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 413), "black_women_owned", [], "any", false, false, false, 413), 3050, [], "any", false, false, false, 413), "num", [], "any", false, false, false, 413), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 416 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 416), "black_women_owned", [], "any", false, false, false, 416), 31100, [], "any", false, false, false, 416), "num", [], "any", false, false, false, 416) > 0)) { // line 417 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 417), "black_women_owned", [], "any", false, false, false, 417), 3050, [], "any", false, false, false, 417), "num", [], "any", false, false, false, 417) / (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 417), "black_women_owned", [], "any", false, false, false, 417), 31100, [], "any", false, false, false, 417), "num", [], "any", false, false, false, 417) + CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 417), "black_women_owned", [], "any", false, false, false, 417), 30, [], "any", false, false, false, 417), "num", [], "any", false, false, false, 417))) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 419 yield " - "; } // line 421 yield " </td> </tr> <tr> <td> Black Women Ownership < 30% </td> <td align=\"right\"> "; // line 428 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 428), "black_women_owned", [], "any", false, false, false, 428), 30, [], "any", false, false, false, 428), "num", [], "any", false, false, false, 428), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 431 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 431), "black_women_owned", [], "any", false, false, false, 431), 30, [], "any", false, false, false, 431), "num", [], "any", false, false, false, 431) > 0)) { // line 432 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 432), "black_women_owned", [], "any", false, false, false, 432), 30, [], "any", false, false, false, 432), "num", [], "any", false, false, false, 432) / (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 432), "black_women_owned", [], "any", false, false, false, 432), 31100, [], "any", false, false, false, 432), "num", [], "any", false, false, false, 432) + CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 432), "black_women_owned", [], "any", false, false, false, 432), 30, [], "any", false, false, false, 432), "num", [], "any", false, false, false, 432))) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 434 yield " - "; } // line 436 yield " </td> </tr> <tr> <th> Total </th> <th align=\"right\" class=\"text-right\"> "; // line 443 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 443), "black_women_owned", [], "any", false, false, false, 443), 31100, [], "any", false, false, false, 443), "num", [], "any", false, false, false, 443) + CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 443), "black_women_owned", [], "any", false, false, false, 443), 30, [], "any", false, false, false, 443), "num", [], "any", false, false, false, 443)), 0, ".", " "), "html", null, true); yield " </th> <th> </th> </tr> </table> </div> <div class=\"col-sm-12 col-lg-6\"> "; // line 452 $context["chartCanvasId"] = ("blackWomenOwnedPerc" . $context["year"]); // line 453 yield " "; // line 454 yield from $this->load("@CoreBundle/Default/chart.html.twig", 454)->unwrap()->yield($context); // line 455 yield " </div> </div> <script language=\"javascript\"> canvasNames[canvasNames.length] = 'blackWomenOwnedPerc"; // line 460 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = ["; // line 461 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 461), "black_women_owned", [], "any", false, false, false, 461), 100, [], "any", false, false, false, 461), "num", [], "any", false, false, false, 461), "html", null, true); yield ", "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 461), "black_women_owned", [], "any", false, false, false, 461), 5199, [], "any", false, false, false, 461), "num", [], "any", false, false, false, 461), "html", null, true); yield ", "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 461), "black_women_owned", [], "any", false, false, false, 461), 3050, [], "any", false, false, false, 461), "num", [], "any", false, false, false, 461), "html", null, true); yield "]; labelSets[labelSets.length] = ['Black Women Owned 100%', 'Black Women Owned >= 51% and < 100%', 'Black Women Owned >= 30% and < 51%']; labels[labels.length] = 'Black Women Ownership by %'; </script> <h4>Women Ownership by %</h4> <div class=\"row\"> <div class=\"col-sm-12 col-lg-6\"> <table class=\"table-bordered\"> <tr> <th> Women Ownership </th> <th> Number of Firms </th> <th> % of Total </th> </tr> <tr> <td> Women Ownership = 100% </td> <td align=\"right\"> "; // line 486 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 486), "women_owned", [], "any", false, false, false, 486), 100, [], "any", false, false, false, 486), "num", [], "any", false, false, false, 486), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 489 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 489), "women_owned", [], "any", false, false, false, 489), 31100, [], "any", false, false, false, 489), "num", [], "any", false, false, false, 489) > 0)) { // line 490 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 490), "women_owned", [], "any", false, false, false, 490), 100, [], "any", false, false, false, 490), "num", [], "any", false, false, false, 490) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 490), "women_owned", [], "any", false, false, false, 490), 31100, [], "any", false, false, false, 490), "num", [], "any", false, false, false, 490)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 492 yield " - "; } // line 494 yield " </td> </tr> <tr> <td> Women Ownership >= 51% and < 100% </td> <td align=\"right\"> "; // line 501 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 501), "women_owned", [], "any", false, false, false, 501), 5199, [], "any", false, false, false, 501), "num", [], "any", false, false, false, 501), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 504 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 504), "women_owned", [], "any", false, false, false, 504), 31100, [], "any", false, false, false, 504), "num", [], "any", false, false, false, 504) > 0)) { // line 505 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 505), "women_owned", [], "any", false, false, false, 505), 5199, [], "any", false, false, false, 505), "num", [], "any", false, false, false, 505) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 505), "women_owned", [], "any", false, false, false, 505), 31100, [], "any", false, false, false, 505), "num", [], "any", false, false, false, 505)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 507 yield " - "; } // line 509 yield " </td> </tr> <tr> <td> Women Ownership >= 30% and < 51% </td> <td align=\"right\"> "; // line 516 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 516), "women_owned", [], "any", false, false, false, 516), 3050, [], "any", false, false, false, 516), "num", [], "any", false, false, false, 516), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 519 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 519), "women_owned", [], "any", false, false, false, 519), 31100, [], "any", false, false, false, 519), "num", [], "any", false, false, false, 519) > 0)) { // line 520 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 520), "women_owned", [], "any", false, false, false, 520), 3050, [], "any", false, false, false, 520), "num", [], "any", false, false, false, 520) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 520), "women_owned", [], "any", false, false, false, 520), 31100, [], "any", false, false, false, 520), "num", [], "any", false, false, false, 520)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 522 yield " - "; } // line 524 yield " </td> </tr> <tr> <th> Total </th> <th align=\"right\" class=\"text-right\"> "; // line 531 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 531), "women_owned", [], "any", false, false, false, 531), 31100, [], "any", false, false, false, 531), "num", [], "any", false, false, false, 531), 0, ".", " "), "html", null, true); yield " </th> <th> </th> </tr> </table> </div> <div class=\"col-sm-12 col-lg-6\"> "; // line 540 $context["chartCanvasId"] = ("womenOwnedPerc" . $context["year"]); // line 541 yield " "; // line 542 yield from $this->load("@CoreBundle/Default/chart.html.twig", 542)->unwrap()->yield($context); // line 543 yield " </div> </div> <script language=\"javascript\"> canvasNames[canvasNames.length] = 'womenOwnedPerc"; // line 548 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = ["; // line 549 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 549), "women_owned", [], "any", false, false, false, 549), 100, [], "any", false, false, false, 549), "num", [], "any", false, false, false, 549), "html", null, true); yield ", "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 549), "women_owned", [], "any", false, false, false, 549), 5199, [], "any", false, false, false, 549), "num", [], "any", false, false, false, 549), "html", null, true); yield ", "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 549), "women_owned", [], "any", false, false, false, 549), 3050, [], "any", false, false, false, 549), "num", [], "any", false, false, false, 549), "html", null, true); yield "]; labelSets[labelSets.length] = ['Women Owned 100%', 'Women Owned >= 51% and < 100%', 'Women Owned >= 30% and < 51%']; labels[labels.length] = 'Women Ownership by %'; </script> <h4>Overall Ownership</h4> <div class=\"row\"> <div class=\"col-sm-12 col-lg-6\"> <table class=\"table-bordered\"> <tr> <th> Black Ownership </th> <th> Number of Firms </th> <th> % of Total </th> </tr> <tr> <td> Black Ownership = 100% </td> <td align=\"right\"> "; // line 574 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 574), "black_owned", [], "any", false, false, false, 574), 100, [], "any", false, false, false, 574), "num", [], "any", false, false, false, 574), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 577 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 577), "total", [], "any", false, false, false, 577), "num", [], "any", false, false, false, 577) > 0)) { // line 578 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 578), "black_owned", [], "any", false, false, false, 578), 100, [], "any", false, false, false, 578), "num", [], "any", false, false, false, 578) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 578), "total", [], "any", false, false, false, 578), "num", [], "any", false, false, false, 578)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 580 yield " - "; } // line 582 yield " </td> </tr> <tr> <td> Black Ownership >= 51% and < 100% </td> <td align=\"right\"> "; // line 589 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 589), "black_owned", [], "any", false, false, false, 589), 5199, [], "any", false, false, false, 589), "num", [], "any", false, false, false, 589), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 592 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 592), "total", [], "any", false, false, false, 592), "num", [], "any", false, false, false, 592) > 0)) { // line 593 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 593), "black_owned", [], "any", false, false, false, 593), 5199, [], "any", false, false, false, 593), "num", [], "any", false, false, false, 593) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 593), "total", [], "any", false, false, false, 593), "num", [], "any", false, false, false, 593)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 595 yield " - "; } // line 597 yield " </td> </tr> <tr> <td> Black Ownership >= 25% and <= 50% </td> <td align=\"right\"> "; // line 604 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 604), "black_owned", [], "any", false, false, false, 604), 2550, [], "any", false, false, false, 604), "num", [], "any", false, false, false, 604), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 607 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 607), "total", [], "any", false, false, false, 607), "num", [], "any", false, false, false, 607) > 0)) { // line 608 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 608), "black_owned", [], "any", false, false, false, 608), 2550, [], "any", false, false, false, 608), "num", [], "any", false, false, false, 608) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 608), "total", [], "any", false, false, false, 608), "num", [], "any", false, false, false, 608)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 610 yield " - "; } // line 612 yield " </td> </tr> <tr> <td> Black Ownership >= 10% and < 25% </td> <td align=\"right\"> "; // line 619 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 619), "black_owned", [], "any", false, false, false, 619), 1025, [], "any", false, false, false, 619), "num", [], "any", false, false, false, 619), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 622 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 622), "total", [], "any", false, false, false, 622), "num", [], "any", false, false, false, 622) > 0)) { // line 623 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 623), "black_owned", [], "any", false, false, false, 623), 1025, [], "any", false, false, false, 623), "num", [], "any", false, false, false, 623) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 623), "total", [], "any", false, false, false, 623), "num", [], "any", false, false, false, 623)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 625 yield " - "; } // line 627 yield " </td> </tr> <tr> <td> Black Ownership < 10% </td> <td align=\"right\"> "; // line 634 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 634), "black_owned", [], "any", false, false, false, 634), 10, [], "any", false, false, false, 634), "num", [], "any", false, false, false, 634), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 637 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 637), "total", [], "any", false, false, false, 637), "num", [], "any", false, false, false, 637) > 0)) { // line 638 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 638), "black_owned", [], "any", false, false, false, 638), 10, [], "any", false, false, false, 638), "num", [], "any", false, false, false, 638) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 638), "total", [], "any", false, false, false, 638), "num", [], "any", false, false, false, 638)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 640 yield " - "; } // line 642 yield " </td> </tr> <tr> <th> Total </th> <th align=\"right\" class=\"text-right\"> "; // line 649 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 649), "total", [], "any", false, false, false, 649), "num", [], "any", false, false, false, 649), 0, ".", " "), "html", null, true); yield " </th> <th> </th> </tr> </table> </div> <div class=\"col-sm-12 col-lg-6\"> "; // line 658 $context["chartCanvasId"] = ("overallPerc" . $context["year"]); // line 659 yield " "; // line 660 yield from $this->load("@CoreBundle/Default/chart.html.twig", 660)->unwrap()->yield($context); // line 661 yield " </div> </div> <script language=\"javascript\"> canvasNames[canvasNames.length] = 'overallPerc"; // line 666 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = ["; // line 667 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 667), "black_owned", [], "any", false, false, false, 667), 100, [], "any", false, false, false, 667), "num", [], "any", false, false, false, 667), "html", null, true); yield ", "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 667), "black_owned", [], "any", false, false, false, 667), 5199, [], "any", false, false, false, 667), "num", [], "any", false, false, false, 667), "html", null, true); yield ", "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 667), "black_owned", [], "any", false, false, false, 667), 2550, [], "any", false, false, false, 667), "num", [], "any", false, false, false, 667), "html", null, true); yield ", "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 667), "black_owned", [], "any", false, false, false, 667), 1025, [], "any", false, false, false, 667), "num", [], "any", false, false, false, 667), "html", null, true); yield ", "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 667), "black_owned", [], "any", false, false, false, 667), 10, [], "any", false, false, false, 667), "num", [], "any", false, false, false, 667), "html", null, true); yield "]; labelSets[labelSets.length] = ['Black Owned 100%', 'Black Owned >= 51% and < 100%', 'Black Owned >= 25% and <= 50%', 'Black Owned >= 10% and < 25%', 'Black Owned < 10%']; labels[labels.length] = 'Overall Ownership'; </script> <h4>Members by Turnover</h4> <div class=\"row\"> <div class=\"col-sm-12 col-lg-6\"> <table class=\"table-bordered\"> <tr> <th> Turnover </th> <th> Count </th> <th> % of Total </th> </tr> "; // line 702 yield " <tr> <td> EME1 < R3 million </td> <td align=\"right\"> "; // line 707 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 707), "turnover", [], "any", false, false, false, 707), "overall", [], "any", false, false, false, 707), "EME1", [], "any", false, false, false, 707), "num", [], "any", false, false, false, 707), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 710 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 710), "total", [], "any", false, false, false, 710), "num", [], "any", false, false, false, 710) > 0)) { // line 711 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 711), "turnover", [], "any", false, false, false, 711), "overall", [], "any", false, false, false, 711), "EME1", [], "any", false, false, false, 711), "num", [], "any", false, false, false, 711) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 711), "total", [], "any", false, false, false, 711), "num", [], "any", false, false, false, 711)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 713 yield " - "; } // line 715 yield " </td> </tr> <tr> <td> EME2 >= R3 million and < R6 million </td> <td align=\"right\"> "; // line 722 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 722), "turnover", [], "any", false, false, false, 722), "overall", [], "any", false, false, false, 722), "EME2", [], "any", false, false, false, 722), "num", [], "any", false, false, false, 722), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 725 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 725), "total", [], "any", false, false, false, 725), "num", [], "any", false, false, false, 725) > 0)) { // line 726 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 726), "turnover", [], "any", false, false, false, 726), "overall", [], "any", false, false, false, 726), "EME2", [], "any", false, false, false, 726), "num", [], "any", false, false, false, 726) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 726), "total", [], "any", false, false, false, 726), "num", [], "any", false, false, false, 726)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 728 yield " - "; } // line 730 yield " </td> </tr> <tr> <td> QSE1 >= R6 million and < R10 million </td> <td align=\"right\"> "; // line 737 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 737), "turnover", [], "any", false, false, false, 737), "overall", [], "any", false, false, false, 737), "QSE1", [], "any", false, false, false, 737), "num", [], "any", false, false, false, 737), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 740 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 740), "total", [], "any", false, false, false, 740), "num", [], "any", false, false, false, 740) > 0)) { // line 741 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 741), "turnover", [], "any", false, false, false, 741), "overall", [], "any", false, false, false, 741), "QSE1", [], "any", false, false, false, 741), "num", [], "any", false, false, false, 741) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 741), "total", [], "any", false, false, false, 741), "num", [], "any", false, false, false, 741)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 743 yield " - "; } // line 745 yield " </td> </tr> <tr> <td> QSE2 >= R10 million and < R15 million </td> <td align=\"right\"> "; // line 752 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 752), "turnover", [], "any", false, false, false, 752), "overall", [], "any", false, false, false, 752), "QSE2", [], "any", false, false, false, 752), "num", [], "any", false, false, false, 752), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 755 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 755), "total", [], "any", false, false, false, 755), "num", [], "any", false, false, false, 755) > 0)) { // line 756 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 756), "turnover", [], "any", false, false, false, 756), "overall", [], "any", false, false, false, 756), "QSE2", [], "any", false, false, false, 756), "num", [], "any", false, false, false, 756) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 756), "total", [], "any", false, false, false, 756), "num", [], "any", false, false, false, 756)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 758 yield " - "; } // line 760 yield " </td> </tr> <tr> <td> QSE3 >= R15 million and < R20 million </td> <td align=\"right\"> "; // line 767 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 767), "turnover", [], "any", false, false, false, 767), "overall", [], "any", false, false, false, 767), "QSE3", [], "any", false, false, false, 767), "num", [], "any", false, false, false, 767), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 770 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 770), "total", [], "any", false, false, false, 770), "num", [], "any", false, false, false, 770) > 0)) { // line 771 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 771), "turnover", [], "any", false, false, false, 771), "overall", [], "any", false, false, false, 771), "QSE3", [], "any", false, false, false, 771), "num", [], "any", false, false, false, 771) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 771), "total", [], "any", false, false, false, 771), "num", [], "any", false, false, false, 771)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 773 yield " - "; } // line 775 yield " </td> </tr> <tr> <td> QSE4 >= R20 million and < R25 million </td> <td align=\"right\"> "; // line 782 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 782), "turnover", [], "any", false, false, false, 782), "overall", [], "any", false, false, false, 782), "QSE4", [], "any", false, false, false, 782), "num", [], "any", false, false, false, 782), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 785 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 785), "total", [], "any", false, false, false, 785), "num", [], "any", false, false, false, 785) > 0)) { // line 786 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 786), "turnover", [], "any", false, false, false, 786), "overall", [], "any", false, false, false, 786), "QSE4", [], "any", false, false, false, 786), "num", [], "any", false, false, false, 786) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 786), "total", [], "any", false, false, false, 786), "num", [], "any", false, false, false, 786)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 788 yield " - "; } // line 790 yield " </td> </tr> <tr> <td> GEN1 >= R25 million and < R35 million </td> <td align=\"right\"> "; // line 797 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 797), "turnover", [], "any", false, false, false, 797), "overall", [], "any", false, false, false, 797), "GEN1", [], "any", false, false, false, 797), "num", [], "any", false, false, false, 797), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 800 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 800), "total", [], "any", false, false, false, 800), "num", [], "any", false, false, false, 800) > 0)) { // line 801 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 801), "turnover", [], "any", false, false, false, 801), "overall", [], "any", false, false, false, 801), "GEN1", [], "any", false, false, false, 801), "num", [], "any", false, false, false, 801) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 801), "total", [], "any", false, false, false, 801), "num", [], "any", false, false, false, 801)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 803 yield " - "; } // line 805 yield " </td> </tr> <tr> <td> GEN2 >= R35 million and < R50 million </td> <td align=\"right\"> "; // line 812 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 812), "turnover", [], "any", false, false, false, 812), "overall", [], "any", false, false, false, 812), "GEN2", [], "any", false, false, false, 812), "num", [], "any", false, false, false, 812), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 815 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 815), "total", [], "any", false, false, false, 815), "num", [], "any", false, false, false, 815) > 0)) { // line 816 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 816), "turnover", [], "any", false, false, false, 816), "overall", [], "any", false, false, false, 816), "GEN2", [], "any", false, false, false, 816), "num", [], "any", false, false, false, 816) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 816), "total", [], "any", false, false, false, 816), "num", [], "any", false, false, false, 816)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 818 yield " - "; } // line 820 yield " </td> </tr> <tr> <td> GEN3 >= R50 million and < R60 million </td> <td align=\"right\"> "; // line 827 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 827), "turnover", [], "any", false, false, false, 827), "overall", [], "any", false, false, false, 827), "GEN3", [], "any", false, false, false, 827), "num", [], "any", false, false, false, 827), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 830 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 830), "total", [], "any", false, false, false, 830), "num", [], "any", false, false, false, 830) > 0)) { // line 831 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 831), "turnover", [], "any", false, false, false, 831), "overall", [], "any", false, false, false, 831), "GEN3", [], "any", false, false, false, 831), "num", [], "any", false, false, false, 831) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 831), "total", [], "any", false, false, false, 831), "num", [], "any", false, false, false, 831)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 833 yield " - "; } // line 835 yield " </td> </tr> <tr> <td> GEN4 >= R60 million and < R70 million </td> <td align=\"right\"> "; // line 842 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 842), "turnover", [], "any", false, false, false, 842), "overall", [], "any", false, false, false, 842), "GEN4", [], "any", false, false, false, 842), "num", [], "any", false, false, false, 842), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 845 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 845), "total", [], "any", false, false, false, 845), "num", [], "any", false, false, false, 845) > 0)) { // line 846 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 846), "turnover", [], "any", false, false, false, 846), "overall", [], "any", false, false, false, 846), "GEN4", [], "any", false, false, false, 846), "num", [], "any", false, false, false, 846) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 846), "total", [], "any", false, false, false, 846), "num", [], "any", false, false, false, 846)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 848 yield " - "; } // line 850 yield " </td> </tr> <tr> <td> GEN5 >= R70 million and < R80 million </td> <td align=\"right\"> "; // line 857 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 857), "turnover", [], "any", false, false, false, 857), "overall", [], "any", false, false, false, 857), "GEN5", [], "any", false, false, false, 857), "num", [], "any", false, false, false, 857), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 860 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 860), "total", [], "any", false, false, false, 860), "num", [], "any", false, false, false, 860) > 0)) { // line 861 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 861), "turnover", [], "any", false, false, false, 861), "overall", [], "any", false, false, false, 861), "GEN5", [], "any", false, false, false, 861), "num", [], "any", false, false, false, 861) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 861), "total", [], "any", false, false, false, 861), "num", [], "any", false, false, false, 861)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 863 yield " - "; } // line 865 yield " </td> </tr> <tr> <td> GEN6 >= R80 million and < R90 million </td> <td align=\"right\"> "; // line 872 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 872), "turnover", [], "any", false, false, false, 872), "overall", [], "any", false, false, false, 872), "GEN6", [], "any", false, false, false, 872), "num", [], "any", false, false, false, 872), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 875 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 875), "total", [], "any", false, false, false, 875), "num", [], "any", false, false, false, 875) > 0)) { // line 876 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 876), "turnover", [], "any", false, false, false, 876), "overall", [], "any", false, false, false, 876), "GEN6", [], "any", false, false, false, 876), "num", [], "any", false, false, false, 876) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 876), "total", [], "any", false, false, false, 876), "num", [], "any", false, false, false, 876)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 878 yield " - "; } // line 880 yield " </td> </tr> <tr> <td> GEN7 >= R90 million and < R100 million </td> <td align=\"right\"> "; // line 887 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 887), "turnover", [], "any", false, false, false, 887), "overall", [], "any", false, false, false, 887), "GEN7", [], "any", false, false, false, 887), "num", [], "any", false, false, false, 887), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 890 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 890), "total", [], "any", false, false, false, 890), "num", [], "any", false, false, false, 890) > 0)) { // line 891 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 891), "turnover", [], "any", false, false, false, 891), "overall", [], "any", false, false, false, 891), "GEN7", [], "any", false, false, false, 891), "num", [], "any", false, false, false, 891) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 891), "total", [], "any", false, false, false, 891), "num", [], "any", false, false, false, 891)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 893 yield " - "; } // line 895 yield " </td> </tr> <tr> <td> GEN8 >= R100 million </td> <td align=\"right\"> "; // line 902 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 902), "turnover", [], "any", false, false, false, 902), "overall", [], "any", false, false, false, 902), "GEN8", [], "any", false, false, false, 902), "num", [], "any", false, false, false, 902), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 905 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 905), "total", [], "any", false, false, false, 905), "num", [], "any", false, false, false, 905) > 0)) { // line 906 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 906), "turnover", [], "any", false, false, false, 906), "overall", [], "any", false, false, false, 906), "GEN8", [], "any", false, false, false, 906), "num", [], "any", false, false, false, 906) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 906), "total", [], "any", false, false, false, 906), "num", [], "any", false, false, false, 906)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 908 yield " - "; } // line 910 yield " </td> </tr> <tr> <th> Total </th> <th align=\"right\" class=\"text-right\"> "; // line 917 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 917), "total", [], "any", false, false, false, 917), "num", [], "any", false, false, false, 917), 0, ".", " "), "html", null, true); yield " </th> </tr> </table> </div> <div class=\"col-sm-12 col-lg-6\"> "; // line 924 $context["chartCanvasId"] = ("overallTurnover" . $context["year"]); // line 925 yield " "; // line 926 yield from $this->load("@CoreBundle/Default/chart.html.twig", 926)->unwrap()->yield($context); // line 927 yield " </div> </div> <script language=\"javascript\"> canvasNames[canvasNames.length] = 'overallTurnover"; // line 932 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 933 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((((((((((((((((((((((((((("[" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 933), "turnover", [], "any", false, false, false, 933), "overall", [], "any", false, false, false, 933), "EME1", [], "any", false, false, false, 933), "num", [], "any", false, false, false, 933)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 933), "turnover", [], "any", false, false, false, 933), "overall", [], "any", false, false, false, 933), "EME2", [], "any", false, false, false, 933), "num", [], "any", false, false, false, 933)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 933), "turnover", [], "any", false, false, false, 933), "overall", [], "any", false, false, false, 933), "QSE1", [], "any", false, false, false, 933), "num", [], "any", false, false, false, 933)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 933), "turnover", [], "any", false, false, false, 933), "overall", [], "any", false, false, false, 933), "QSE2", [], "any", false, false, false, 933), "num", [], "any", false, false, false, 933)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 934 $context["values"], "statistics", [], "any", false, false, false, 934), "turnover", [], "any", false, false, false, 934), "overall", [], "any", false, false, false, 934), "QSE3", [], "any", false, false, false, 934), "num", [], "any", false, false, false, 934)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 934), "turnover", [], "any", false, false, false, 934), "overall", [], "any", false, false, false, 934), "QSE4", [], "any", false, false, false, 934), "num", [], "any", false, false, false, 934)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 934), "turnover", [], "any", false, false, false, 934), "overall", [], "any", false, false, false, 934), "GEN1", [], "any", false, false, false, 934), "num", [], "any", false, false, false, 934)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 934), "turnover", [], "any", false, false, false, 934), "overall", [], "any", false, false, false, 934), "GEN2", [], "any", false, false, false, 934), "num", [], "any", false, false, false, 934)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 934), "turnover", [], "any", false, false, false, 934), "overall", [], "any", false, false, false, 934), "GEN3", [], "any", false, false, false, 934), "num", [], "any", false, false, false, 934)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 935 $context["values"], "statistics", [], "any", false, false, false, 935), "turnover", [], "any", false, false, false, 935), "overall", [], "any", false, false, false, 935), "GEN4", [], "any", false, false, false, 935), "num", [], "any", false, false, false, 935)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 935), "turnover", [], "any", false, false, false, 935), "overall", [], "any", false, false, false, 935), "GEN5", [], "any", false, false, false, 935), "num", [], "any", false, false, false, 935)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 935), "turnover", [], "any", false, false, false, 935), "overall", [], "any", false, false, false, 935), "GEN6", [], "any", false, false, false, 935), "num", [], "any", false, false, false, 935)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 935), "turnover", [], "any", false, false, false, 935), "overall", [], "any", false, false, false, 935), "GEN7", [], "any", false, false, false, 935), "num", [], "any", false, false, false, 935)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 935), "turnover", [], "any", false, false, false, 935), "overall", [], "any", false, false, false, 935), "GEN8", [], "any", false, false, false, 935), "num", [], "any", false, false, false, 935)) . "]"), "html", null, true); yield "; labelSets[labelSets.length] = ['EME1 < R3 million', 'EME2 >= R3 million and < R6 million', 'QSE1 >= R6 million and < R10 million', 'QSE2 >= R10 million and < R15 million', 'QSE3 >= R15 million and < R20 million', 'QSE4 >= R20 million and < R25 million', 'GEN1 >= R25 million and < R35 million', 'GEN2 >= R35 million and < R50 million', 'GEN3 >= R50 million and < R60 million', 'GEN4 >= R60 million and < R70 million', 'GEN5 >= R70 million and < R80 million', 'GEN6 >= R80 million and < R90 million', 'GEN7 >= R90 million and < R100 million', 'GEN8 >= R100 million']; labels[labels.length] = 'Members By Turnover'; </script> <h4>Black Ownership by Turnover</h4> <div class=\"row\"> <div class=\"col-sm-12 col-lg-6\"> <table class=\"table-bordered\"> <tr> <th> Turnover </th> <th> Black Owned </th> <th> Not Black Owned </th> <th> % Black Owned by Turnover </th> </tr> <tr> <td> EME1 < R3 million </td> <td> "; // line 965 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 965), "turnover", [], "any", false, false, false, 965), "black_owned", [], "any", false, false, false, 965), "EME1", [], "any", false, false, false, 965), "num", [], "any", false, false, false, 965), "html", null, true); yield " </td> <td> "; // line 968 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 968), "turnover", [], "any", false, false, false, 968), "not_black_owned", [], "any", false, false, false, 968), "EME1", [], "any", false, false, false, 968), "num", [], "any", false, false, false, 968), "html", null, true); yield " </td> <td align=\"right\"> "; // line 971 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 971), "turnover", [], "any", false, false, false, 971), "overall", [], "any", false, false, false, 971), "EME1", [], "any", false, false, false, 971), "num", [], "any", false, false, false, 971) > 0)) { // line 972 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 972), "turnover", [], "any", false, false, false, 972), "black_owned", [], "any", false, false, false, 972), "EME1", [], "any", false, false, false, 972), "num", [], "any", false, false, false, 972) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 972), "turnover", [], "any", false, false, false, 972), "overall", [], "any", false, false, false, 972), "EME1", [], "any", false, false, false, 972), "num", [], "any", false, false, false, 972)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 974 yield " - "; } // line 976 yield " </td> </tr> <tr> <td> EME2 >= R3 million and < R6 million </td> <td> "; // line 983 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 983), "turnover", [], "any", false, false, false, 983), "black_owned", [], "any", false, false, false, 983), "EME2", [], "any", false, false, false, 983), "num", [], "any", false, false, false, 983), "html", null, true); yield " </td> <td> "; // line 986 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 986), "turnover", [], "any", false, false, false, 986), "not_black_owned", [], "any", false, false, false, 986), "EME2", [], "any", false, false, false, 986), "num", [], "any", false, false, false, 986), "html", null, true); yield " </td> <td align=\"right\"> "; // line 989 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 989), "turnover", [], "any", false, false, false, 989), "overall", [], "any", false, false, false, 989), "EME2", [], "any", false, false, false, 989), "num", [], "any", false, false, false, 989) > 0)) { // line 990 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 990), "turnover", [], "any", false, false, false, 990), "black_owned", [], "any", false, false, false, 990), "EME2", [], "any", false, false, false, 990), "num", [], "any", false, false, false, 990) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 990), "turnover", [], "any", false, false, false, 990), "overall", [], "any", false, false, false, 990), "EME2", [], "any", false, false, false, 990), "num", [], "any", false, false, false, 990)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 992 yield " - "; } // line 994 yield " </td> </tr> <tr> <td> QSE1 >= R6 million and < R10 million </td> <td> "; // line 1001 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1001), "turnover", [], "any", false, false, false, 1001), "black_owned", [], "any", false, false, false, 1001), "QSE1", [], "any", false, false, false, 1001), "num", [], "any", false, false, false, 1001), "html", null, true); yield " </td> <td> "; // line 1004 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1004), "turnover", [], "any", false, false, false, 1004), "not_black_owned", [], "any", false, false, false, 1004), "QSE1", [], "any", false, false, false, 1004), "num", [], "any", false, false, false, 1004), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1007 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1007), "turnover", [], "any", false, false, false, 1007), "overall", [], "any", false, false, false, 1007), "QSE1", [], "any", false, false, false, 1007), "num", [], "any", false, false, false, 1007) > 0)) { // line 1008 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1008), "turnover", [], "any", false, false, false, 1008), "black_owned", [], "any", false, false, false, 1008), "QSE1", [], "any", false, false, false, 1008), "num", [], "any", false, false, false, 1008) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1008), "turnover", [], "any", false, false, false, 1008), "overall", [], "any", false, false, false, 1008), "QSE1", [], "any", false, false, false, 1008), "num", [], "any", false, false, false, 1008)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1010 yield " - "; } // line 1012 yield " </td> </tr> <tr> <td> QSE2 >= R10 million and < R15 million </td> <td> "; // line 1019 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1019), "turnover", [], "any", false, false, false, 1019), "black_owned", [], "any", false, false, false, 1019), "QSE2", [], "any", false, false, false, 1019), "num", [], "any", false, false, false, 1019), "html", null, true); yield " </td> <td> "; // line 1022 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1022), "turnover", [], "any", false, false, false, 1022), "not_black_owned", [], "any", false, false, false, 1022), "QSE2", [], "any", false, false, false, 1022), "num", [], "any", false, false, false, 1022), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1025 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1025), "turnover", [], "any", false, false, false, 1025), "overall", [], "any", false, false, false, 1025), "QSE2", [], "any", false, false, false, 1025), "num", [], "any", false, false, false, 1025) > 0)) { // line 1026 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1026), "turnover", [], "any", false, false, false, 1026), "black_owned", [], "any", false, false, false, 1026), "QSE2", [], "any", false, false, false, 1026), "num", [], "any", false, false, false, 1026) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1026), "turnover", [], "any", false, false, false, 1026), "overall", [], "any", false, false, false, 1026), "QSE2", [], "any", false, false, false, 1026), "num", [], "any", false, false, false, 1026)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1028 yield " - "; } // line 1030 yield " </td> </tr> <tr> <td> QSE3 >= R15 million and < R20 million </td> <td> "; // line 1037 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1037), "turnover", [], "any", false, false, false, 1037), "black_owned", [], "any", false, false, false, 1037), "QSE3", [], "any", false, false, false, 1037), "num", [], "any", false, false, false, 1037), "html", null, true); yield " </td> <td> "; // line 1040 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1040), "turnover", [], "any", false, false, false, 1040), "not_black_owned", [], "any", false, false, false, 1040), "QSE3", [], "any", false, false, false, 1040), "num", [], "any", false, false, false, 1040), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1043 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1043), "turnover", [], "any", false, false, false, 1043), "overall", [], "any", false, false, false, 1043), "QSE3", [], "any", false, false, false, 1043), "num", [], "any", false, false, false, 1043) > 0)) { // line 1044 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1044), "turnover", [], "any", false, false, false, 1044), "black_owned", [], "any", false, false, false, 1044), "QSE3", [], "any", false, false, false, 1044), "num", [], "any", false, false, false, 1044) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1044), "turnover", [], "any", false, false, false, 1044), "overall", [], "any", false, false, false, 1044), "QSE3", [], "any", false, false, false, 1044), "num", [], "any", false, false, false, 1044)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1046 yield " - "; } // line 1048 yield " </td> </tr> <tr> <td> QSE4 >= R20 million and < R25 million </td> <td> "; // line 1055 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1055), "turnover", [], "any", false, false, false, 1055), "black_owned", [], "any", false, false, false, 1055), "QSE4", [], "any", false, false, false, 1055), "num", [], "any", false, false, false, 1055), "html", null, true); yield " </td> <td> "; // line 1058 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1058), "turnover", [], "any", false, false, false, 1058), "not_black_owned", [], "any", false, false, false, 1058), "QSE4", [], "any", false, false, false, 1058), "num", [], "any", false, false, false, 1058), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1061 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1061), "turnover", [], "any", false, false, false, 1061), "overall", [], "any", false, false, false, 1061), "QSE4", [], "any", false, false, false, 1061), "num", [], "any", false, false, false, 1061) > 0)) { // line 1062 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1062), "turnover", [], "any", false, false, false, 1062), "black_owned", [], "any", false, false, false, 1062), "QSE4", [], "any", false, false, false, 1062), "num", [], "any", false, false, false, 1062) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1062), "turnover", [], "any", false, false, false, 1062), "overall", [], "any", false, false, false, 1062), "QSE4", [], "any", false, false, false, 1062), "num", [], "any", false, false, false, 1062)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1064 yield " - "; } // line 1066 yield " </td> </tr> <tr> <td> GEN1 >= R25 million and < R35 million </td> <td> "; // line 1073 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1073), "turnover", [], "any", false, false, false, 1073), "black_owned", [], "any", false, false, false, 1073), "GEN1", [], "any", false, false, false, 1073), "num", [], "any", false, false, false, 1073), "html", null, true); yield " </td> <td> "; // line 1076 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1076), "turnover", [], "any", false, false, false, 1076), "not_black_owned", [], "any", false, false, false, 1076), "GEN1", [], "any", false, false, false, 1076), "num", [], "any", false, false, false, 1076), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1079 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1079), "turnover", [], "any", false, false, false, 1079), "overall", [], "any", false, false, false, 1079), "GEN1", [], "any", false, false, false, 1079), "num", [], "any", false, false, false, 1079) > 0)) { // line 1080 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1080), "turnover", [], "any", false, false, false, 1080), "black_owned", [], "any", false, false, false, 1080), "GEN1", [], "any", false, false, false, 1080), "num", [], "any", false, false, false, 1080) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1080), "turnover", [], "any", false, false, false, 1080), "overall", [], "any", false, false, false, 1080), "GEN1", [], "any", false, false, false, 1080), "num", [], "any", false, false, false, 1080)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1082 yield " - "; } // line 1084 yield " </td> </tr> <tr> <td> GEN2 >= R35 million and < R50 million </td> <td> "; // line 1091 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1091), "turnover", [], "any", false, false, false, 1091), "black_owned", [], "any", false, false, false, 1091), "GEN2", [], "any", false, false, false, 1091), "num", [], "any", false, false, false, 1091), "html", null, true); yield " </td> <td> "; // line 1094 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1094), "turnover", [], "any", false, false, false, 1094), "not_black_owned", [], "any", false, false, false, 1094), "GEN2", [], "any", false, false, false, 1094), "num", [], "any", false, false, false, 1094), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1097 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1097), "turnover", [], "any", false, false, false, 1097), "overall", [], "any", false, false, false, 1097), "GEN2", [], "any", false, false, false, 1097), "num", [], "any", false, false, false, 1097) > 0)) { // line 1098 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1098), "turnover", [], "any", false, false, false, 1098), "black_owned", [], "any", false, false, false, 1098), "GEN2", [], "any", false, false, false, 1098), "num", [], "any", false, false, false, 1098) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1098), "turnover", [], "any", false, false, false, 1098), "overall", [], "any", false, false, false, 1098), "GEN2", [], "any", false, false, false, 1098), "num", [], "any", false, false, false, 1098)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1100 yield " - "; } // line 1102 yield " </td> </tr> <tr> <td> GEN3 >= R50 million and < R60 million </td> <td> "; // line 1109 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1109), "turnover", [], "any", false, false, false, 1109), "black_owned", [], "any", false, false, false, 1109), "GEN3", [], "any", false, false, false, 1109), "num", [], "any", false, false, false, 1109), "html", null, true); yield " </td> <td> "; // line 1112 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1112), "turnover", [], "any", false, false, false, 1112), "not_black_owned", [], "any", false, false, false, 1112), "GEN3", [], "any", false, false, false, 1112), "num", [], "any", false, false, false, 1112), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1115 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1115), "turnover", [], "any", false, false, false, 1115), "overall", [], "any", false, false, false, 1115), "GEN3", [], "any", false, false, false, 1115), "num", [], "any", false, false, false, 1115) > 0)) { // line 1116 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1116), "turnover", [], "any", false, false, false, 1116), "black_owned", [], "any", false, false, false, 1116), "GEN3", [], "any", false, false, false, 1116), "num", [], "any", false, false, false, 1116) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1116), "turnover", [], "any", false, false, false, 1116), "overall", [], "any", false, false, false, 1116), "GEN3", [], "any", false, false, false, 1116), "num", [], "any", false, false, false, 1116)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1118 yield " - "; } // line 1120 yield " </td> </tr> <tr> <td> GEN4 >= R60 million and < R70 million </td> <td> "; // line 1127 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1127), "turnover", [], "any", false, false, false, 1127), "black_owned", [], "any", false, false, false, 1127), "GEN4", [], "any", false, false, false, 1127), "num", [], "any", false, false, false, 1127), "html", null, true); yield " </td> <td> "; // line 1130 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1130), "turnover", [], "any", false, false, false, 1130), "not_black_owned", [], "any", false, false, false, 1130), "GEN4", [], "any", false, false, false, 1130), "num", [], "any", false, false, false, 1130), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1133 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1133), "turnover", [], "any", false, false, false, 1133), "overall", [], "any", false, false, false, 1133), "GEN4", [], "any", false, false, false, 1133), "num", [], "any", false, false, false, 1133) > 0)) { // line 1134 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1134), "turnover", [], "any", false, false, false, 1134), "black_owned", [], "any", false, false, false, 1134), "GEN4", [], "any", false, false, false, 1134), "num", [], "any", false, false, false, 1134) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1134), "turnover", [], "any", false, false, false, 1134), "overall", [], "any", false, false, false, 1134), "GEN4", [], "any", false, false, false, 1134), "num", [], "any", false, false, false, 1134)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1136 yield " - "; } // line 1138 yield " </td> </tr> <tr> <td> GEN5 >= R70 million and < R80 million </td> <td> "; // line 1145 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1145), "turnover", [], "any", false, false, false, 1145), "black_owned", [], "any", false, false, false, 1145), "GEN5", [], "any", false, false, false, 1145), "num", [], "any", false, false, false, 1145), "html", null, true); yield " </td> <td> "; // line 1148 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1148), "turnover", [], "any", false, false, false, 1148), "not_black_owned", [], "any", false, false, false, 1148), "GEN5", [], "any", false, false, false, 1148), "num", [], "any", false, false, false, 1148), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1151 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1151), "turnover", [], "any", false, false, false, 1151), "overall", [], "any", false, false, false, 1151), "GEN5", [], "any", false, false, false, 1151), "num", [], "any", false, false, false, 1151) > 0)) { // line 1152 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1152), "turnover", [], "any", false, false, false, 1152), "black_owned", [], "any", false, false, false, 1152), "GEN5", [], "any", false, false, false, 1152), "num", [], "any", false, false, false, 1152) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1152), "turnover", [], "any", false, false, false, 1152), "overall", [], "any", false, false, false, 1152), "GEN5", [], "any", false, false, false, 1152), "num", [], "any", false, false, false, 1152)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1154 yield " - "; } // line 1156 yield " </td> </tr> <tr> <td> GEN6 >= R80 million and < R90 million </td> <td> "; // line 1163 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1163), "turnover", [], "any", false, false, false, 1163), "black_owned", [], "any", false, false, false, 1163), "GEN6", [], "any", false, false, false, 1163), "num", [], "any", false, false, false, 1163), "html", null, true); yield " </td> <td> "; // line 1166 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1166), "turnover", [], "any", false, false, false, 1166), "not_black_owned", [], "any", false, false, false, 1166), "GEN6", [], "any", false, false, false, 1166), "num", [], "any", false, false, false, 1166), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1169 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1169), "turnover", [], "any", false, false, false, 1169), "overall", [], "any", false, false, false, 1169), "GEN6", [], "any", false, false, false, 1169), "num", [], "any", false, false, false, 1169) > 0)) { // line 1170 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1170), "turnover", [], "any", false, false, false, 1170), "black_owned", [], "any", false, false, false, 1170), "GEN6", [], "any", false, false, false, 1170), "num", [], "any", false, false, false, 1170) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1170), "turnover", [], "any", false, false, false, 1170), "overall", [], "any", false, false, false, 1170), "GEN6", [], "any", false, false, false, 1170), "num", [], "any", false, false, false, 1170)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1172 yield " - "; } // line 1174 yield " </td> </tr> <tr> <td> GEN7 >= R90 million and < R100 million </td> <td> "; // line 1181 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1181), "turnover", [], "any", false, false, false, 1181), "black_owned", [], "any", false, false, false, 1181), "GEN7", [], "any", false, false, false, 1181), "num", [], "any", false, false, false, 1181), "html", null, true); yield " </td> <td> "; // line 1184 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1184), "turnover", [], "any", false, false, false, 1184), "not_black_owned", [], "any", false, false, false, 1184), "GEN7", [], "any", false, false, false, 1184), "num", [], "any", false, false, false, 1184), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1187 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1187), "turnover", [], "any", false, false, false, 1187), "overall", [], "any", false, false, false, 1187), "GEN7", [], "any", false, false, false, 1187), "num", [], "any", false, false, false, 1187) > 0)) { // line 1188 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1188), "turnover", [], "any", false, false, false, 1188), "black_owned", [], "any", false, false, false, 1188), "GEN7", [], "any", false, false, false, 1188), "num", [], "any", false, false, false, 1188) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1188), "turnover", [], "any", false, false, false, 1188), "overall", [], "any", false, false, false, 1188), "GEN7", [], "any", false, false, false, 1188), "num", [], "any", false, false, false, 1188)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1190 yield " - "; } // line 1192 yield " </td> </tr> <tr> <td> GEN8 >= R100 million </td> <td> "; // line 1199 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1199), "turnover", [], "any", false, false, false, 1199), "black_owned", [], "any", false, false, false, 1199), "GEN8", [], "any", false, false, false, 1199), "num", [], "any", false, false, false, 1199), "html", null, true); yield " </td> <td> "; // line 1202 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1202), "turnover", [], "any", false, false, false, 1202), "not_black_owned", [], "any", false, false, false, 1202), "GEN8", [], "any", false, false, false, 1202), "num", [], "any", false, false, false, 1202), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1205 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1205), "turnover", [], "any", false, false, false, 1205), "overall", [], "any", false, false, false, 1205), "GEN8", [], "any", false, false, false, 1205), "num", [], "any", false, false, false, 1205) > 0)) { // line 1206 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1206), "turnover", [], "any", false, false, false, 1206), "black_owned", [], "any", false, false, false, 1206), "GEN8", [], "any", false, false, false, 1206), "num", [], "any", false, false, false, 1206) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1206), "turnover", [], "any", false, false, false, 1206), "overall", [], "any", false, false, false, 1206), "GEN8", [], "any", false, false, false, 1206), "num", [], "any", false, false, false, 1206)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1208 yield " - "; } // line 1210 yield " </td> </tr> <tr> <th> Total </th> <th> "; // line 1217 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1217), "total_black_owned", [], "any", false, false, false, 1217), "num", [], "any", false, false, false, 1217), "html", null, true); yield " </th> <th> "; // line 1220 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1220), "total_not_black_owned", [], "any", false, false, false, 1220), "num", [], "any", false, false, false, 1220), "html", null, true); yield " </th> <th> </th> </tr> </table> </div> <div class=\"col-sm-12 col-lg-6\"> "; // line 1229 $context["chartCanvasId"] = ("barBlackOwnershipTurnover" . $context["year"]); // line 1230 yield " "; // line 1231 yield from $this->load("@CoreBundle/Default/chart.html.twig", 1231)->unwrap()->yield($context); // line 1232 yield " </div> </div> <script language=\"javascript\"> canvasNames[canvasNames.length] = 'barBlackOwnershipTurnover"; // line 1237 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 1238 yield json_encode(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1238), "black_owned_turnover_data", [], "any", false, false, false, 1238)); yield "; labelSets[labelSets.length] = ['EME1 < R3 million', 'EME2 >= R3 million and < R6 million', 'QSE1 >= R6 million and < R10 million', 'QSE2 >= R10 million and < R15 million', 'QSE3 >= R15 million and < R20 million', 'QSE4 >= R20 million and < R25 million', 'GEN1 >= R25 million and < R35 million', 'GEN2 >= R35 million and < R50 million', 'GEN3 >= R50 million and < R60 million', 'GEN4 >= R60 million and < R70 million', 'GEN5 >= R70 million and < R80 million', 'GEN6 >= R80 million and < R90 million', 'GEN7 >= R90 million and < R100 million', 'GEN8 >= R100 million']; labels[labels.length] = 'Black Ownership by Turnover'; </script> <h4>Number of Staff by Turnover</h4> <div class=\"row\"> <div class=\"col-sm-12\"> <table class=\"table-bordered\"> <tr> <th> Turnover </th> <th> Number of Staff - Black Owned </th> <th> Number of Staff - Not Black Owned </th> <th> % of Staff - Black Owned by Turnover </th> <th> Number of Black Owned Firms </th> <th> Number of Not Black Owned Firms </th> </tr> <tr> <td> EME1 < R3 million </td> <td align=\"right\"> "; // line 1274 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1274), "turnover", [], "any", false, false, false, 1274), "black_owned", [], "any", false, false, false, 1274), "EME1", [], "any", false, false, false, 1274), "staff", [], "any", false, false, false, 1274), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1277 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1277), "turnover", [], "any", false, false, false, 1277), "not_black_owned", [], "any", false, false, false, 1277), "EME1", [], "any", false, false, false, 1277), "staff", [], "any", false, false, false, 1277), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1280 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1280), "turnover", [], "any", false, false, false, 1280), "overall", [], "any", false, false, false, 1280), "EME1", [], "any", false, false, false, 1280), "staff", [], "any", false, false, false, 1280) > 0)) { // line 1281 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1281), "turnover", [], "any", false, false, false, 1281), "black_owned", [], "any", false, false, false, 1281), "EME1", [], "any", false, false, false, 1281), "staff", [], "any", false, false, false, 1281) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1281), "turnover", [], "any", false, false, false, 1281), "overall", [], "any", false, false, false, 1281), "EME1", [], "any", false, false, false, 1281), "staff", [], "any", false, false, false, 1281)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1283 yield " - "; } // line 1285 yield " </td> <td align=\"right\"> "; // line 1287 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1287), "turnover", [], "any", false, false, false, 1287), "black_owned", [], "any", false, false, false, 1287), "EME1", [], "any", false, false, false, 1287), "num", [], "any", false, false, false, 1287), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1290 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1290), "turnover", [], "any", false, false, false, 1290), "not_black_owned", [], "any", false, false, false, 1290), "EME1", [], "any", false, false, false, 1290), "num", [], "any", false, false, false, 1290), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> EME2 >= R3 million and < R6 million </td> <td align=\"right\"> "; // line 1298 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1298), "turnover", [], "any", false, false, false, 1298), "black_owned", [], "any", false, false, false, 1298), "EME2", [], "any", false, false, false, 1298), "staff", [], "any", false, false, false, 1298), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1301 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1301), "turnover", [], "any", false, false, false, 1301), "not_black_owned", [], "any", false, false, false, 1301), "EME2", [], "any", false, false, false, 1301), "staff", [], "any", false, false, false, 1301), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1304 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1304), "turnover", [], "any", false, false, false, 1304), "overall", [], "any", false, false, false, 1304), "EME2", [], "any", false, false, false, 1304), "staff", [], "any", false, false, false, 1304) > 0)) { // line 1305 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1305), "turnover", [], "any", false, false, false, 1305), "black_owned", [], "any", false, false, false, 1305), "EME2", [], "any", false, false, false, 1305), "staff", [], "any", false, false, false, 1305) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1305), "turnover", [], "any", false, false, false, 1305), "overall", [], "any", false, false, false, 1305), "EME2", [], "any", false, false, false, 1305), "staff", [], "any", false, false, false, 1305)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1307 yield " - "; } // line 1309 yield " </td> <td align=\"right\"> "; // line 1311 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1311), "turnover", [], "any", false, false, false, 1311), "black_owned", [], "any", false, false, false, 1311), "EME2", [], "any", false, false, false, 1311), "num", [], "any", false, false, false, 1311), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1314 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1314), "turnover", [], "any", false, false, false, 1314), "not_black_owned", [], "any", false, false, false, 1314), "EME2", [], "any", false, false, false, 1314), "num", [], "any", false, false, false, 1314), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE1 >= R6 million and < R10 million </td> <td align=\"right\"> "; // line 1322 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1322), "turnover", [], "any", false, false, false, 1322), "black_owned", [], "any", false, false, false, 1322), "QSE1", [], "any", false, false, false, 1322), "staff", [], "any", false, false, false, 1322), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1325 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1325), "turnover", [], "any", false, false, false, 1325), "not_black_owned", [], "any", false, false, false, 1325), "QSE1", [], "any", false, false, false, 1325), "staff", [], "any", false, false, false, 1325), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1328 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1328), "turnover", [], "any", false, false, false, 1328), "overall", [], "any", false, false, false, 1328), "QSE1", [], "any", false, false, false, 1328), "staff", [], "any", false, false, false, 1328) > 0)) { // line 1329 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1329), "turnover", [], "any", false, false, false, 1329), "black_owned", [], "any", false, false, false, 1329), "QSE1", [], "any", false, false, false, 1329), "staff", [], "any", false, false, false, 1329) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1329), "turnover", [], "any", false, false, false, 1329), "overall", [], "any", false, false, false, 1329), "QSE1", [], "any", false, false, false, 1329), "staff", [], "any", false, false, false, 1329)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1331 yield " - "; } // line 1333 yield " </td> <td align=\"right\"> "; // line 1335 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1335), "turnover", [], "any", false, false, false, 1335), "black_owned", [], "any", false, false, false, 1335), "QSE1", [], "any", false, false, false, 1335), "num", [], "any", false, false, false, 1335), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1338 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1338), "turnover", [], "any", false, false, false, 1338), "not_black_owned", [], "any", false, false, false, 1338), "QSE1", [], "any", false, false, false, 1338), "num", [], "any", false, false, false, 1338), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE2 >= R10 million and < R15 million </td> <td align=\"right\"> "; // line 1346 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1346), "turnover", [], "any", false, false, false, 1346), "black_owned", [], "any", false, false, false, 1346), "QSE2", [], "any", false, false, false, 1346), "staff", [], "any", false, false, false, 1346), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1349 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1349), "turnover", [], "any", false, false, false, 1349), "not_black_owned", [], "any", false, false, false, 1349), "QSE2", [], "any", false, false, false, 1349), "staff", [], "any", false, false, false, 1349), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1352 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1352), "turnover", [], "any", false, false, false, 1352), "overall", [], "any", false, false, false, 1352), "QSE2", [], "any", false, false, false, 1352), "staff", [], "any", false, false, false, 1352) > 0)) { // line 1353 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1353), "turnover", [], "any", false, false, false, 1353), "black_owned", [], "any", false, false, false, 1353), "QSE2", [], "any", false, false, false, 1353), "staff", [], "any", false, false, false, 1353) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1353), "turnover", [], "any", false, false, false, 1353), "overall", [], "any", false, false, false, 1353), "QSE2", [], "any", false, false, false, 1353), "staff", [], "any", false, false, false, 1353)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1355 yield " - "; } // line 1357 yield " </td> <td align=\"right\"> "; // line 1359 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1359), "turnover", [], "any", false, false, false, 1359), "black_owned", [], "any", false, false, false, 1359), "QSE2", [], "any", false, false, false, 1359), "num", [], "any", false, false, false, 1359), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1362 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1362), "turnover", [], "any", false, false, false, 1362), "not_black_owned", [], "any", false, false, false, 1362), "QSE2", [], "any", false, false, false, 1362), "num", [], "any", false, false, false, 1362), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE3 >= R15 million and < R20 million </td> <td align=\"right\"> "; // line 1370 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1370), "turnover", [], "any", false, false, false, 1370), "black_owned", [], "any", false, false, false, 1370), "QSE3", [], "any", false, false, false, 1370), "staff", [], "any", false, false, false, 1370), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1373 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1373), "turnover", [], "any", false, false, false, 1373), "not_black_owned", [], "any", false, false, false, 1373), "QSE3", [], "any", false, false, false, 1373), "staff", [], "any", false, false, false, 1373), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1376 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1376), "turnover", [], "any", false, false, false, 1376), "overall", [], "any", false, false, false, 1376), "QSE3", [], "any", false, false, false, 1376), "staff", [], "any", false, false, false, 1376) > 0)) { // line 1377 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1377), "turnover", [], "any", false, false, false, 1377), "black_owned", [], "any", false, false, false, 1377), "QSE3", [], "any", false, false, false, 1377), "staff", [], "any", false, false, false, 1377) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1377), "turnover", [], "any", false, false, false, 1377), "overall", [], "any", false, false, false, 1377), "QSE3", [], "any", false, false, false, 1377), "staff", [], "any", false, false, false, 1377)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1379 yield " - "; } // line 1381 yield " </td> <td align=\"right\"> "; // line 1383 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1383), "turnover", [], "any", false, false, false, 1383), "black_owned", [], "any", false, false, false, 1383), "QSE3", [], "any", false, false, false, 1383), "num", [], "any", false, false, false, 1383), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1386 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1386), "turnover", [], "any", false, false, false, 1386), "not_black_owned", [], "any", false, false, false, 1386), "QSE3", [], "any", false, false, false, 1386), "num", [], "any", false, false, false, 1386), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE4 >= R20 million and < R25 million </td> <td align=\"right\"> "; // line 1394 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1394), "turnover", [], "any", false, false, false, 1394), "black_owned", [], "any", false, false, false, 1394), "QSE4", [], "any", false, false, false, 1394), "staff", [], "any", false, false, false, 1394), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1397 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1397), "turnover", [], "any", false, false, false, 1397), "not_black_owned", [], "any", false, false, false, 1397), "QSE4", [], "any", false, false, false, 1397), "staff", [], "any", false, false, false, 1397), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1400 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1400), "turnover", [], "any", false, false, false, 1400), "overall", [], "any", false, false, false, 1400), "QSE4", [], "any", false, false, false, 1400), "staff", [], "any", false, false, false, 1400) > 0)) { // line 1401 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1401), "turnover", [], "any", false, false, false, 1401), "black_owned", [], "any", false, false, false, 1401), "QSE4", [], "any", false, false, false, 1401), "staff", [], "any", false, false, false, 1401) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1401), "turnover", [], "any", false, false, false, 1401), "overall", [], "any", false, false, false, 1401), "QSE4", [], "any", false, false, false, 1401), "staff", [], "any", false, false, false, 1401)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1403 yield " - "; } // line 1405 yield " </td> <td align=\"right\"> "; // line 1407 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1407), "turnover", [], "any", false, false, false, 1407), "black_owned", [], "any", false, false, false, 1407), "QSE4", [], "any", false, false, false, 1407), "num", [], "any", false, false, false, 1407), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1410 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1410), "turnover", [], "any", false, false, false, 1410), "not_black_owned", [], "any", false, false, false, 1410), "QSE4", [], "any", false, false, false, 1410), "num", [], "any", false, false, false, 1410), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN1 >= R25 million and < R35 million </td> <td align=\"right\"> "; // line 1418 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1418), "turnover", [], "any", false, false, false, 1418), "black_owned", [], "any", false, false, false, 1418), "GEN1", [], "any", false, false, false, 1418), "staff", [], "any", false, false, false, 1418), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1421 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1421), "turnover", [], "any", false, false, false, 1421), "not_black_owned", [], "any", false, false, false, 1421), "GEN1", [], "any", false, false, false, 1421), "staff", [], "any", false, false, false, 1421), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1424 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1424), "turnover", [], "any", false, false, false, 1424), "overall", [], "any", false, false, false, 1424), "GEN1", [], "any", false, false, false, 1424), "staff", [], "any", false, false, false, 1424) > 0)) { // line 1425 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1425), "turnover", [], "any", false, false, false, 1425), "black_owned", [], "any", false, false, false, 1425), "GEN1", [], "any", false, false, false, 1425), "staff", [], "any", false, false, false, 1425) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1425), "turnover", [], "any", false, false, false, 1425), "overall", [], "any", false, false, false, 1425), "GEN1", [], "any", false, false, false, 1425), "staff", [], "any", false, false, false, 1425)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1427 yield " - "; } // line 1429 yield " </td> <td align=\"right\"> "; // line 1431 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1431), "turnover", [], "any", false, false, false, 1431), "black_owned", [], "any", false, false, false, 1431), "GEN1", [], "any", false, false, false, 1431), "num", [], "any", false, false, false, 1431), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1434 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1434), "turnover", [], "any", false, false, false, 1434), "not_black_owned", [], "any", false, false, false, 1434), "GEN1", [], "any", false, false, false, 1434), "num", [], "any", false, false, false, 1434), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN2 >= R35 million and < R50 million </td> <td align=\"right\"> "; // line 1442 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1442), "turnover", [], "any", false, false, false, 1442), "black_owned", [], "any", false, false, false, 1442), "GEN2", [], "any", false, false, false, 1442), "staff", [], "any", false, false, false, 1442), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1445 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1445), "turnover", [], "any", false, false, false, 1445), "not_black_owned", [], "any", false, false, false, 1445), "GEN2", [], "any", false, false, false, 1445), "staff", [], "any", false, false, false, 1445), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1448 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1448), "turnover", [], "any", false, false, false, 1448), "overall", [], "any", false, false, false, 1448), "GEN2", [], "any", false, false, false, 1448), "staff", [], "any", false, false, false, 1448) > 0)) { // line 1449 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1449), "turnover", [], "any", false, false, false, 1449), "black_owned", [], "any", false, false, false, 1449), "GEN2", [], "any", false, false, false, 1449), "staff", [], "any", false, false, false, 1449) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1449), "turnover", [], "any", false, false, false, 1449), "overall", [], "any", false, false, false, 1449), "GEN2", [], "any", false, false, false, 1449), "staff", [], "any", false, false, false, 1449)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1451 yield " - "; } // line 1453 yield " </td> <td align=\"right\"> "; // line 1455 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1455), "turnover", [], "any", false, false, false, 1455), "black_owned", [], "any", false, false, false, 1455), "GEN2", [], "any", false, false, false, 1455), "num", [], "any", false, false, false, 1455), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1458 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1458), "turnover", [], "any", false, false, false, 1458), "not_black_owned", [], "any", false, false, false, 1458), "GEN2", [], "any", false, false, false, 1458), "num", [], "any", false, false, false, 1458), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN3 >= R50 million and < R60 million </td> <td align=\"right\"> "; // line 1466 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1466), "turnover", [], "any", false, false, false, 1466), "black_owned", [], "any", false, false, false, 1466), "GEN3", [], "any", false, false, false, 1466), "staff", [], "any", false, false, false, 1466), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1469 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1469), "turnover", [], "any", false, false, false, 1469), "not_black_owned", [], "any", false, false, false, 1469), "GEN3", [], "any", false, false, false, 1469), "staff", [], "any", false, false, false, 1469), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1472 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1472), "turnover", [], "any", false, false, false, 1472), "overall", [], "any", false, false, false, 1472), "GEN3", [], "any", false, false, false, 1472), "staff", [], "any", false, false, false, 1472) > 0)) { // line 1473 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1473), "turnover", [], "any", false, false, false, 1473), "black_owned", [], "any", false, false, false, 1473), "GEN3", [], "any", false, false, false, 1473), "staff", [], "any", false, false, false, 1473) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1473), "turnover", [], "any", false, false, false, 1473), "overall", [], "any", false, false, false, 1473), "GEN3", [], "any", false, false, false, 1473), "staff", [], "any", false, false, false, 1473)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1475 yield " - "; } // line 1477 yield " </td> <td align=\"right\"> "; // line 1479 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1479), "turnover", [], "any", false, false, false, 1479), "black_owned", [], "any", false, false, false, 1479), "GEN3", [], "any", false, false, false, 1479), "num", [], "any", false, false, false, 1479), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1482 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1482), "turnover", [], "any", false, false, false, 1482), "not_black_owned", [], "any", false, false, false, 1482), "GEN3", [], "any", false, false, false, 1482), "num", [], "any", false, false, false, 1482), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN4 >= R60 million and < R70 million </td> <td align=\"right\"> "; // line 1490 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1490), "turnover", [], "any", false, false, false, 1490), "black_owned", [], "any", false, false, false, 1490), "GEN4", [], "any", false, false, false, 1490), "staff", [], "any", false, false, false, 1490), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1493 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1493), "turnover", [], "any", false, false, false, 1493), "not_black_owned", [], "any", false, false, false, 1493), "GEN4", [], "any", false, false, false, 1493), "staff", [], "any", false, false, false, 1493), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1496 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1496), "turnover", [], "any", false, false, false, 1496), "overall", [], "any", false, false, false, 1496), "GEN4", [], "any", false, false, false, 1496), "staff", [], "any", false, false, false, 1496) > 0)) { // line 1497 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1497), "turnover", [], "any", false, false, false, 1497), "black_owned", [], "any", false, false, false, 1497), "GEN4", [], "any", false, false, false, 1497), "staff", [], "any", false, false, false, 1497) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1497), "turnover", [], "any", false, false, false, 1497), "overall", [], "any", false, false, false, 1497), "GEN4", [], "any", false, false, false, 1497), "staff", [], "any", false, false, false, 1497)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1499 yield " - "; } // line 1501 yield " </td> <td align=\"right\"> "; // line 1503 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1503), "turnover", [], "any", false, false, false, 1503), "black_owned", [], "any", false, false, false, 1503), "GEN4", [], "any", false, false, false, 1503), "num", [], "any", false, false, false, 1503), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1506 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1506), "turnover", [], "any", false, false, false, 1506), "not_black_owned", [], "any", false, false, false, 1506), "GEN4", [], "any", false, false, false, 1506), "num", [], "any", false, false, false, 1506), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN5 >= R70 million and < R80 million </td> <td align=\"right\"> "; // line 1514 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1514), "turnover", [], "any", false, false, false, 1514), "black_owned", [], "any", false, false, false, 1514), "GEN5", [], "any", false, false, false, 1514), "staff", [], "any", false, false, false, 1514), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1517 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1517), "turnover", [], "any", false, false, false, 1517), "not_black_owned", [], "any", false, false, false, 1517), "GEN5", [], "any", false, false, false, 1517), "staff", [], "any", false, false, false, 1517), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1520 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1520), "turnover", [], "any", false, false, false, 1520), "overall", [], "any", false, false, false, 1520), "GEN5", [], "any", false, false, false, 1520), "staff", [], "any", false, false, false, 1520) > 0)) { // line 1521 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1521), "turnover", [], "any", false, false, false, 1521), "black_owned", [], "any", false, false, false, 1521), "GEN5", [], "any", false, false, false, 1521), "staff", [], "any", false, false, false, 1521) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1521), "turnover", [], "any", false, false, false, 1521), "overall", [], "any", false, false, false, 1521), "GEN5", [], "any", false, false, false, 1521), "staff", [], "any", false, false, false, 1521)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1523 yield " - "; } // line 1525 yield " </td> <td align=\"right\"> "; // line 1527 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1527), "turnover", [], "any", false, false, false, 1527), "black_owned", [], "any", false, false, false, 1527), "GEN5", [], "any", false, false, false, 1527), "num", [], "any", false, false, false, 1527), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1530 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1530), "turnover", [], "any", false, false, false, 1530), "not_black_owned", [], "any", false, false, false, 1530), "GEN5", [], "any", false, false, false, 1530), "num", [], "any", false, false, false, 1530), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN6 >= R80 million and < R90 million </td> <td align=\"right\"> "; // line 1538 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1538), "turnover", [], "any", false, false, false, 1538), "black_owned", [], "any", false, false, false, 1538), "GEN6", [], "any", false, false, false, 1538), "staff", [], "any", false, false, false, 1538), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1541 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1541), "turnover", [], "any", false, false, false, 1541), "not_black_owned", [], "any", false, false, false, 1541), "GEN6", [], "any", false, false, false, 1541), "staff", [], "any", false, false, false, 1541), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1544 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1544), "turnover", [], "any", false, false, false, 1544), "overall", [], "any", false, false, false, 1544), "GEN6", [], "any", false, false, false, 1544), "staff", [], "any", false, false, false, 1544) > 0)) { // line 1545 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1545), "turnover", [], "any", false, false, false, 1545), "black_owned", [], "any", false, false, false, 1545), "GEN6", [], "any", false, false, false, 1545), "staff", [], "any", false, false, false, 1545) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1545), "turnover", [], "any", false, false, false, 1545), "overall", [], "any", false, false, false, 1545), "GEN6", [], "any", false, false, false, 1545), "staff", [], "any", false, false, false, 1545)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1547 yield " - "; } // line 1549 yield " </td> <td align=\"right\"> "; // line 1551 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1551), "turnover", [], "any", false, false, false, 1551), "black_owned", [], "any", false, false, false, 1551), "GEN6", [], "any", false, false, false, 1551), "num", [], "any", false, false, false, 1551), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1554 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1554), "turnover", [], "any", false, false, false, 1554), "not_black_owned", [], "any", false, false, false, 1554), "GEN6", [], "any", false, false, false, 1554), "num", [], "any", false, false, false, 1554), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN7 >= R90 million and < R100 million </td> <td align=\"right\"> "; // line 1562 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1562), "turnover", [], "any", false, false, false, 1562), "black_owned", [], "any", false, false, false, 1562), "GEN7", [], "any", false, false, false, 1562), "staff", [], "any", false, false, false, 1562), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1565 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1565), "turnover", [], "any", false, false, false, 1565), "not_black_owned", [], "any", false, false, false, 1565), "GEN7", [], "any", false, false, false, 1565), "staff", [], "any", false, false, false, 1565), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1568 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1568), "turnover", [], "any", false, false, false, 1568), "overall", [], "any", false, false, false, 1568), "GEN7", [], "any", false, false, false, 1568), "staff", [], "any", false, false, false, 1568) > 0)) { // line 1569 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1569), "turnover", [], "any", false, false, false, 1569), "black_owned", [], "any", false, false, false, 1569), "GEN7", [], "any", false, false, false, 1569), "staff", [], "any", false, false, false, 1569) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1569), "turnover", [], "any", false, false, false, 1569), "overall", [], "any", false, false, false, 1569), "GEN7", [], "any", false, false, false, 1569), "staff", [], "any", false, false, false, 1569)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1571 yield " - "; } // line 1573 yield " </td> <td align=\"right\"> "; // line 1575 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1575), "turnover", [], "any", false, false, false, 1575), "black_owned", [], "any", false, false, false, 1575), "GEN7", [], "any", false, false, false, 1575), "num", [], "any", false, false, false, 1575), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1578 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1578), "turnover", [], "any", false, false, false, 1578), "not_black_owned", [], "any", false, false, false, 1578), "GEN7", [], "any", false, false, false, 1578), "num", [], "any", false, false, false, 1578), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN8 >= R100 million </td> <td align=\"right\"> "; // line 1586 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1586), "turnover", [], "any", false, false, false, 1586), "black_owned", [], "any", false, false, false, 1586), "GEN8", [], "any", false, false, false, 1586), "staff", [], "any", false, false, false, 1586), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1589 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1589), "turnover", [], "any", false, false, false, 1589), "not_black_owned", [], "any", false, false, false, 1589), "GEN8", [], "any", false, false, false, 1589), "staff", [], "any", false, false, false, 1589), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1592 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1592), "turnover", [], "any", false, false, false, 1592), "overall", [], "any", false, false, false, 1592), "GEN8", [], "any", false, false, false, 1592), "staff", [], "any", false, false, false, 1592) > 0)) { // line 1593 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1593), "turnover", [], "any", false, false, false, 1593), "black_owned", [], "any", false, false, false, 1593), "GEN8", [], "any", false, false, false, 1593), "staff", [], "any", false, false, false, 1593) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1593), "turnover", [], "any", false, false, false, 1593), "overall", [], "any", false, false, false, 1593), "GEN8", [], "any", false, false, false, 1593), "staff", [], "any", false, false, false, 1593)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1595 yield " - "; } // line 1597 yield " </td> <td align=\"right\"> "; // line 1599 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1599), "turnover", [], "any", false, false, false, 1599), "black_owned", [], "any", false, false, false, 1599), "GEN8", [], "any", false, false, false, 1599), "num", [], "any", false, false, false, 1599), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1602 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1602), "turnover", [], "any", false, false, false, 1602), "not_black_owned", [], "any", false, false, false, 1602), "GEN8", [], "any", false, false, false, 1602), "num", [], "any", false, false, false, 1602), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <th> Total </th> <th align=\"right\" class=\"text-right\"> "; // line 1610 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1610), "staff", [], "any", false, false, false, 1610), "black_owned_total", [], "any", false, false, false, 1610), 0, ".", " "), "html", null, true); yield " </th> <th align=\"right\" class=\"text-right\"> "; // line 1613 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1613), "staff", [], "any", false, false, false, 1613), "total", [], "any", false, false, false, 1613) - CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1613), "staff", [], "any", false, false, false, 1613), "black_owned_total", [], "any", false, false, false, 1613)), 0, ".", " "), "html", null, true); yield " </th> <th> </th> <th align=\"right\" class=\"text-right\"> "; // line 1618 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1618), "total_black_owned", [], "any", false, false, false, 1618), "num", [], "any", false, false, false, 1618), 0, ".", " "), "html", null, true); yield " </th> <th align=\"right\" class=\"text-right\"> "; // line 1621 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1621), "total_not_black_owned", [], "any", false, false, false, 1621), "num", [], "any", false, false, false, 1621), 0, ".", " "), "html", null, true); yield " </th> </tr> </table> </div> </div> <div class=\"row\"> <div class=\"col-sm-12\"> "; // line 1631 $context["chartCanvasId"] = ("barBlackOwnershipStaff" . $context["year"]); // line 1632 yield " "; // line 1633 yield from $this->load("@CoreBundle/Default/chart.html.twig", 1633)->unwrap()->yield($context); // line 1634 yield " </div> </div> <script language=\"javascript\"> canvasNames[canvasNames.length] = 'barBlackOwnershipStaff"; // line 1639 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 1640 yield json_encode(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1640), "black_owned_staff_data", [], "any", false, false, false, 1640)); yield "; labelSets[labelSets.length] = ['EME1 < R3 million', 'EME2 >= R3 million and < R6 million', 'QSE1 >= R6 million and < R10 million', 'QSE2 >= R10 million and < R15 million', 'QSE3 >= R15 million and < R20 million', 'QSE4 >= R20 million and < R25 million', 'GEN1 >= R25 million and < R35 million', 'GEN2 >= R35 million and < R50 million', 'GEN3 >= R50 million and < R60 million', 'GEN4 >= R60 million and < R70 million', 'GEN5 >= R70 million and < R80 million', 'GEN6 >= R80 million and < R90 million', 'GEN7 >= R90 million and < R100 million', 'GEN8 >= R100 million']; labels[labels.length] = 'Black Ownership by Staff'; </script> <h4>Past 3 Years Turnover Breakdown - Black Ownership</h4> <div class=\"row\"> <div class=\"col-sm-12 col-lg-6\"> <table class=\"table-bordered\"> <tr> <th> Black Ownership </th> <th> Turnover </th> <th> Firms </th> <th> % of Total </th> </tr> <tr> <td> Black Owned (50% or more) </td> <td align=\"right\" nowrap> "; // line 1670 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->formatCurrency(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1670), "black_owned", [], "any", false, false, false, 1670), 51100, [], "any", false, false, false, 1670), "turnover", [], "any", false, false, false, 1670)), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1673 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1673), "black_owned", [], "any", false, false, false, 1673), 51100, [], "any", false, false, false, 1673), "num", [], "any", false, false, false, 1673), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1676 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1676), "total", [], "any", false, false, false, 1676), "turnover", [], "any", false, false, false, 1676) > 0)) { // line 1677 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1677), "black_owned", [], "any", false, false, false, 1677), 51100, [], "any", false, false, false, 1677), "turnover", [], "any", false, false, false, 1677) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1677), "total", [], "any", false, false, false, 1677), "turnover", [], "any", false, false, false, 1677)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1679 yield " - "; } // line 1681 yield " </td> </tr> <tr> <td> Not Black Owned/ Not specified </td> <td align=\"right\" nowrap> "; // line 1688 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->formatCurrency(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1688), "black_owned", [], "any", false, false, false, 1688), 51, [], "any", false, false, false, 1688), "turnover", [], "any", false, false, false, 1688)), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1691 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1691), "black_owned", [], "any", false, false, false, 1691), 51, [], "any", false, false, false, 1691), "num", [], "any", false, false, false, 1691), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1694 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1694), "total", [], "any", false, false, false, 1694), "turnover", [], "any", false, false, false, 1694) > 0)) { // line 1695 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1695), "black_owned", [], "any", false, false, false, 1695), 51, [], "any", false, false, false, 1695), "turnover", [], "any", false, false, false, 1695) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1695), "total", [], "any", false, false, false, 1695), "turnover", [], "any", false, false, false, 1695)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1697 yield " - "; } // line 1699 yield " </td> </tr> <tr> <th> Total </th> <th align=\"right\" class=\"text-right\" nowrap> "; // line 1706 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->formatCurrency(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1706), "total", [], "any", false, false, false, 1706), "turnover", [], "any", false, false, false, 1706)), "html", null, true); yield " </th> <th align=\"right\" class=\"text-right\"> "; // line 1709 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1709), "total", [], "any", false, false, false, 1709), "num", [], "any", false, false, false, 1709), "html", null, true); yield " </th> <th> </th> </tr> </table> </div> <div class=\"col-sm-12 col-lg-6\"> "; // line 1718 $context["chartCanvasId"] = ("3yTurnoverBlackOwned" . $context["year"]); // line 1719 yield " "; // line 1720 yield from $this->load("@CoreBundle/Default/chart.html.twig", 1720)->unwrap()->yield($context); // line 1721 yield " </div> </div> <script language=\"javascript\"> canvasNames[canvasNames.length] = '3yTurnoverBlackOwned"; // line 1726 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 1727 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((("[" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1727), "black_owned", [], "any", false, false, false, 1727), 51100, [], "any", false, false, false, 1727), "turnover", [], "any", false, false, false, 1727)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1727), "black_owned", [], "any", false, false, false, 1727), 51, [], "any", false, false, false, 1727), "turnover", [], "any", false, false, false, 1727)) . "]"), "html", null, true); yield "; labelSets[labelSets.length] = ['Black Owned (50% or more)', 'Not Black Owned/ Not specified']; labels[labels.length] = '3 years Turnover by Black Ownership'; </script> <h4>Past 3 Years Turnover Breakdown - Black Women Ownership</h4> <div class=\"row\"> <div class=\"col-sm-12 col-lg-6\"> <table class=\"table-bordered\"> <tr> <th> Black Women Ownership </th> <th> Turnover </th> <th> Firms </th> <th> % of Total </th> </tr> <tr> <td> Black Women Owned (30% or more) </td> <td align=\"right\" nowrap> "; // line 1755 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->formatCurrency(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1755), "black_women_owned", [], "any", false, false, false, 1755), 31100, [], "any", false, false, false, 1755), "turnover", [], "any", false, false, false, 1755)), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1758 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1758), "black_women_owned", [], "any", false, false, false, 1758), 31100, [], "any", false, false, false, 1758), "num", [], "any", false, false, false, 1758), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1761 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1761), "total", [], "any", false, false, false, 1761), "turnover", [], "any", false, false, false, 1761) > 0)) { // line 1762 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1762), "black_women_owned", [], "any", false, false, false, 1762), 31100, [], "any", false, false, false, 1762), "turnover", [], "any", false, false, false, 1762) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1762), "total", [], "any", false, false, false, 1762), "turnover", [], "any", false, false, false, 1762)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1764 yield " - "; } // line 1766 yield " </td> </tr> <tr> <td> Not Black Women Owned/ Not specified </td> <td align=\"right\" nowrap> "; // line 1773 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->formatCurrency(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1773), "black_women_owned", [], "any", false, false, false, 1773), 30, [], "any", false, false, false, 1773), "turnover", [], "any", false, false, false, 1773)), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1776 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1776), "black_women_owned", [], "any", false, false, false, 1776), 30, [], "any", false, false, false, 1776), "num", [], "any", false, false, false, 1776), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1779 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1779), "total", [], "any", false, false, false, 1779), "turnover", [], "any", false, false, false, 1779) > 0)) { // line 1780 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1780), "black_women_owned", [], "any", false, false, false, 1780), 30, [], "any", false, false, false, 1780), "turnover", [], "any", false, false, false, 1780) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1780), "total", [], "any", false, false, false, 1780), "turnover", [], "any", false, false, false, 1780)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1782 yield " - "; } // line 1784 yield " </td> </tr> <tr> <th> Total </th> <th align=\"right\" class=\"text-right\" nowrap> "; // line 1791 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->formatCurrency(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1791), "total", [], "any", false, false, false, 1791), "turnover", [], "any", false, false, false, 1791)), "html", null, true); yield " </th> <th align=\"right\" class=\"text-right\"> "; // line 1794 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1794), "total", [], "any", false, false, false, 1794), "num", [], "any", false, false, false, 1794), "html", null, true); yield " </th> <th> </th> </tr> </table> </div> <div class=\"col-sm-12 col-lg-6\"> "; // line 1803 $context["chartCanvasId"] = ("3yTurnoverBlackWomenOwned" . $context["year"]); // line 1804 yield " "; // line 1805 yield from $this->load("@CoreBundle/Default/chart.html.twig", 1805)->unwrap()->yield($context); // line 1806 yield " </div> </div> <script language=\"javascript\"> canvasNames[canvasNames.length] = '3yTurnoverBlackWomenOwned"; // line 1811 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 1812 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((("[" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1812), "black_owned", [], "any", false, false, false, 1812), 51100, [], "any", false, false, false, 1812), "turnover", [], "any", false, false, false, 1812)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1812), "black_owned", [], "any", false, false, false, 1812), 51, [], "any", false, false, false, 1812), "turnover", [], "any", false, false, false, 1812)) . "]"), "html", null, true); yield "; labelSets[labelSets.length] = ['Black Women Owned (30% or more)', 'Not Black Women Owned/ Not specified']; labels[labels.length] = '3 years Turnover by Black Women Ownership'; </script> <h4>Past 3 Years Turnover Breakdown - Women Ownership</h4> <div class=\"row\"> <div class=\"col-sm-12 col-lg-6\"> <table class=\"table-bordered\"> <tr> <th> Women Ownership </th> <th> Turnover </th> <th> % of Total </th> </tr> <tr> <td> Women Owned (30% or more) </td> <td align=\"right\" nowrap> "; // line 1837 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->formatCurrency(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1837), "women_owned", [], "any", false, false, false, 1837), 31100, [], "any", false, false, false, 1837), "turnover", [], "any", false, false, false, 1837)), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1840 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1840), "total", [], "any", false, false, false, 1840), "turnover", [], "any", false, false, false, 1840) > 0)) { // line 1841 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1841), "women_owned", [], "any", false, false, false, 1841), 31100, [], "any", false, false, false, 1841), "turnover", [], "any", false, false, false, 1841) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1841), "total", [], "any", false, false, false, 1841), "turnover", [], "any", false, false, false, 1841)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1843 yield " - "; } // line 1845 yield " </td> </tr> <tr> <td> Not Women Owned/ Not specified </td> <td align=\"right\" nowrap> "; // line 1852 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->formatCurrency(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1852), "women_owned", [], "any", false, false, false, 1852), 30, [], "any", false, false, false, 1852), "turnover", [], "any", false, false, false, 1852)), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1855 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1855), "total", [], "any", false, false, false, 1855), "turnover", [], "any", false, false, false, 1855) > 0)) { // line 1856 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1856), "women_owned", [], "any", false, false, false, 1856), 30, [], "any", false, false, false, 1856), "turnover", [], "any", false, false, false, 1856) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1856), "total", [], "any", false, false, false, 1856), "turnover", [], "any", false, false, false, 1856)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 1858 yield " - "; } // line 1860 yield " </td> </tr> <tr> <th> Total </th> <th align=\"right\" class=\"text-right\" nowrap> "; // line 1867 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['App\CoreBundle\Twig\CoreExtension']->formatCurrency(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1867), "total", [], "any", false, false, false, 1867), "turnover", [], "any", false, false, false, 1867)), "html", null, true); yield " </th> <th> </th> </tr> </table> </div> <div class=\"col-sm-12 col-lg-6\"> "; // line 1876 $context["chartCanvasId"] = ("3yTurnoverwomenOwned" . $context["year"]); // line 1877 yield " "; // line 1878 yield from $this->load("@CoreBundle/Default/chart.html.twig", 1878)->unwrap()->yield($context); // line 1879 yield " </div> </div> <script language=\"javascript\"> canvasNames[canvasNames.length] = '3yTurnoverwomenOwned"; // line 1884 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 1885 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((("[" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1885), "black_owned", [], "any", false, false, false, 1885), 51100, [], "any", false, false, false, 1885), "turnover", [], "any", false, false, false, 1885)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1885), "black_owned", [], "any", false, false, false, 1885), 51, [], "any", false, false, false, 1885), "turnover", [], "any", false, false, false, 1885)) . "]"), "html", null, true); yield "; labelSets[labelSets.length] = ['Women Owned (30% or more)', 'Not Women Owned/ Not specified']; labels[labels.length] = '3 years Turnover by Women Ownership'; </script> <h4>Staff by Type and Gender</h4> <div class=\"row\"> <div class=\"col-sm-12\"> <table class=\"table-bordered\"> <tr> <th> Staff Type </th> <th> Male - African </th> <th> Male - Coloured </th> <th> Male - Indian </th> <th> Male - White </th> <th> Male - Foreign </th> <th> Female - African </th> <th> Female - Coloured </th> <th> Female - Indian </th> <th> Female - White </th> <th> Female - Foreign </th> </tr> <tr> <td> Top Management </td> <td align=\"right\"> "; // line 1934 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1934), "staff", [], "any", false, false, false, 1934), "tm", [], "any", false, false, false, 1934), "ma", [], "any", false, false, false, 1934), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1937 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1937), "staff", [], "any", false, false, false, 1937), "tm", [], "any", false, false, false, 1937), "mc", [], "any", false, false, false, 1937), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1940 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1940), "staff", [], "any", false, false, false, 1940), "tm", [], "any", false, false, false, 1940), "mi", [], "any", false, false, false, 1940), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1943 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1943), "staff", [], "any", false, false, false, 1943), "tm", [], "any", false, false, false, 1943), "mw", [], "any", false, false, false, 1943), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1946 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1946), "staff", [], "any", false, false, false, 1946), "tm", [], "any", false, false, false, 1946), "mf", [], "any", false, false, false, 1946), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1949 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1949), "staff", [], "any", false, false, false, 1949), "tm", [], "any", false, false, false, 1949), "fa", [], "any", false, false, false, 1949), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1952 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1952), "staff", [], "any", false, false, false, 1952), "tm", [], "any", false, false, false, 1952), "fc", [], "any", false, false, false, 1952), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1955 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1955), "staff", [], "any", false, false, false, 1955), "tm", [], "any", false, false, false, 1955), "fi", [], "any", false, false, false, 1955), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1958 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1958), "staff", [], "any", false, false, false, 1958), "tm", [], "any", false, false, false, 1958), "fw", [], "any", false, false, false, 1958), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1961 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1961), "staff", [], "any", false, false, false, 1961), "tm", [], "any", false, false, false, 1961), "ff", [], "any", false, false, false, 1961), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> Senior Management </td> <td align=\"right\"> "; // line 1969 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1969), "staff", [], "any", false, false, false, 1969), "sm", [], "any", false, false, false, 1969), "ma", [], "any", false, false, false, 1969), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1972 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1972), "staff", [], "any", false, false, false, 1972), "sm", [], "any", false, false, false, 1972), "mc", [], "any", false, false, false, 1972), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1975 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1975), "staff", [], "any", false, false, false, 1975), "sm", [], "any", false, false, false, 1975), "mi", [], "any", false, false, false, 1975), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1978 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1978), "staff", [], "any", false, false, false, 1978), "sm", [], "any", false, false, false, 1978), "mw", [], "any", false, false, false, 1978), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1981 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1981), "staff", [], "any", false, false, false, 1981), "sm", [], "any", false, false, false, 1981), "mf", [], "any", false, false, false, 1981), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1984 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1984), "staff", [], "any", false, false, false, 1984), "sm", [], "any", false, false, false, 1984), "fa", [], "any", false, false, false, 1984), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1987 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1987), "staff", [], "any", false, false, false, 1987), "sm", [], "any", false, false, false, 1987), "fc", [], "any", false, false, false, 1987), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1990 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1990), "staff", [], "any", false, false, false, 1990), "sm", [], "any", false, false, false, 1990), "fi", [], "any", false, false, false, 1990), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1993 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1993), "staff", [], "any", false, false, false, 1993), "sm", [], "any", false, false, false, 1993), "fw", [], "any", false, false, false, 1993), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 1996 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 1996), "staff", [], "any", false, false, false, 1996), "sm", [], "any", false, false, false, 1996), "ff", [], "any", false, false, false, 1996), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> Professional </td> <td align=\"right\"> "; // line 2004 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2004), "staff", [], "any", false, false, false, 2004), "pro", [], "any", false, false, false, 2004), "ma", [], "any", false, false, false, 2004), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2007 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2007), "staff", [], "any", false, false, false, 2007), "pro", [], "any", false, false, false, 2007), "mc", [], "any", false, false, false, 2007), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2010 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2010), "staff", [], "any", false, false, false, 2010), "pro", [], "any", false, false, false, 2010), "mi", [], "any", false, false, false, 2010), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2013 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2013), "staff", [], "any", false, false, false, 2013), "pro", [], "any", false, false, false, 2013), "mw", [], "any", false, false, false, 2013), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2016 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2016), "staff", [], "any", false, false, false, 2016), "pro", [], "any", false, false, false, 2016), "mf", [], "any", false, false, false, 2016), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2019 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2019), "staff", [], "any", false, false, false, 2019), "pro", [], "any", false, false, false, 2019), "fa", [], "any", false, false, false, 2019), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2022 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2022), "staff", [], "any", false, false, false, 2022), "pro", [], "any", false, false, false, 2022), "fc", [], "any", false, false, false, 2022), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2025 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2025), "staff", [], "any", false, false, false, 2025), "pro", [], "any", false, false, false, 2025), "fi", [], "any", false, false, false, 2025), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2028 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2028), "staff", [], "any", false, false, false, 2028), "pro", [], "any", false, false, false, 2028), "fw", [], "any", false, false, false, 2028), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2031 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2031), "staff", [], "any", false, false, false, 2031), "pro", [], "any", false, false, false, 2031), "ff", [], "any", false, false, false, 2031), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> Skilled </td> <td align=\"right\"> "; // line 2039 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2039), "staff", [], "any", false, false, false, 2039), "skilled", [], "any", false, false, false, 2039), "ma", [], "any", false, false, false, 2039), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2042 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2042), "staff", [], "any", false, false, false, 2042), "skilled", [], "any", false, false, false, 2042), "mc", [], "any", false, false, false, 2042), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2045 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2045), "staff", [], "any", false, false, false, 2045), "skilled", [], "any", false, false, false, 2045), "mi", [], "any", false, false, false, 2045), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2048 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2048), "staff", [], "any", false, false, false, 2048), "skilled", [], "any", false, false, false, 2048), "mw", [], "any", false, false, false, 2048), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2051 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2051), "staff", [], "any", false, false, false, 2051), "skilled", [], "any", false, false, false, 2051), "mf", [], "any", false, false, false, 2051), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2054 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2054), "staff", [], "any", false, false, false, 2054), "skilled", [], "any", false, false, false, 2054), "fa", [], "any", false, false, false, 2054), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2057 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2057), "staff", [], "any", false, false, false, 2057), "skilled", [], "any", false, false, false, 2057), "fc", [], "any", false, false, false, 2057), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2060 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2060), "staff", [], "any", false, false, false, 2060), "skilled", [], "any", false, false, false, 2060), "fi", [], "any", false, false, false, 2060), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2063 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2063), "staff", [], "any", false, false, false, 2063), "skilled", [], "any", false, false, false, 2063), "fw", [], "any", false, false, false, 2063), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2066 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2066), "staff", [], "any", false, false, false, 2066), "skilled", [], "any", false, false, false, 2066), "ff", [], "any", false, false, false, 2066), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> Semi-Skilled </td> <td align=\"right\"> "; // line 2074 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2074), "staff", [], "any", false, false, false, 2074), "semi", [], "any", false, false, false, 2074), "ma", [], "any", false, false, false, 2074), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2077 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2077), "staff", [], "any", false, false, false, 2077), "semi", [], "any", false, false, false, 2077), "mc", [], "any", false, false, false, 2077), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2080 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2080), "staff", [], "any", false, false, false, 2080), "semi", [], "any", false, false, false, 2080), "mi", [], "any", false, false, false, 2080), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2083 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2083), "staff", [], "any", false, false, false, 2083), "semi", [], "any", false, false, false, 2083), "mw", [], "any", false, false, false, 2083), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2086 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2086), "staff", [], "any", false, false, false, 2086), "semi", [], "any", false, false, false, 2086), "mf", [], "any", false, false, false, 2086), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2089 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2089), "staff", [], "any", false, false, false, 2089), "semi", [], "any", false, false, false, 2089), "fa", [], "any", false, false, false, 2089), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2092 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2092), "staff", [], "any", false, false, false, 2092), "semi", [], "any", false, false, false, 2092), "fc", [], "any", false, false, false, 2092), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2095 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2095), "staff", [], "any", false, false, false, 2095), "semi", [], "any", false, false, false, 2095), "fi", [], "any", false, false, false, 2095), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2098 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2098), "staff", [], "any", false, false, false, 2098), "semi", [], "any", false, false, false, 2098), "fw", [], "any", false, false, false, 2098), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2101 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2101), "staff", [], "any", false, false, false, 2101), "semi", [], "any", false, false, false, 2101), "ff", [], "any", false, false, false, 2101), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> Unskilled </td> <td align=\"right\"> "; // line 2109 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2109), "staff", [], "any", false, false, false, 2109), "unskill", [], "any", false, false, false, 2109), "ma", [], "any", false, false, false, 2109), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2112 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2112), "staff", [], "any", false, false, false, 2112), "unskill", [], "any", false, false, false, 2112), "mc", [], "any", false, false, false, 2112), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2115 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2115), "staff", [], "any", false, false, false, 2115), "unskill", [], "any", false, false, false, 2115), "mi", [], "any", false, false, false, 2115), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2118 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2118), "staff", [], "any", false, false, false, 2118), "unskill", [], "any", false, false, false, 2118), "mw", [], "any", false, false, false, 2118), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2121 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2121), "staff", [], "any", false, false, false, 2121), "unskill", [], "any", false, false, false, 2121), "mf", [], "any", false, false, false, 2121), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2124 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2124), "staff", [], "any", false, false, false, 2124), "unskill", [], "any", false, false, false, 2124), "fa", [], "any", false, false, false, 2124), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2127 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2127), "staff", [], "any", false, false, false, 2127), "unskill", [], "any", false, false, false, 2127), "fc", [], "any", false, false, false, 2127), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2130 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2130), "staff", [], "any", false, false, false, 2130), "unskill", [], "any", false, false, false, 2130), "fi", [], "any", false, false, false, 2130), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2133 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2133), "staff", [], "any", false, false, false, 2133), "unskill", [], "any", false, false, false, 2133), "fw", [], "any", false, false, false, 2133), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2136 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2136), "staff", [], "any", false, false, false, 2136), "unskill", [], "any", false, false, false, 2136), "ff", [], "any", false, false, false, 2136), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> Temporary </td> <td align=\"right\"> "; // line 2144 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2144), "staff", [], "any", false, false, false, 2144), "temp", [], "any", false, false, false, 2144), "ma", [], "any", false, false, false, 2144), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2147 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2147), "staff", [], "any", false, false, false, 2147), "temp", [], "any", false, false, false, 2147), "mc", [], "any", false, false, false, 2147), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2150 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2150), "staff", [], "any", false, false, false, 2150), "temp", [], "any", false, false, false, 2150), "mi", [], "any", false, false, false, 2150), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2153 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2153), "staff", [], "any", false, false, false, 2153), "temp", [], "any", false, false, false, 2153), "mw", [], "any", false, false, false, 2153), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2156 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2156), "staff", [], "any", false, false, false, 2156), "temp", [], "any", false, false, false, 2156), "mf", [], "any", false, false, false, 2156), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2159 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2159), "staff", [], "any", false, false, false, 2159), "temp", [], "any", false, false, false, 2159), "fa", [], "any", false, false, false, 2159), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2162 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2162), "staff", [], "any", false, false, false, 2162), "temp", [], "any", false, false, false, 2162), "fc", [], "any", false, false, false, 2162), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2165 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2165), "staff", [], "any", false, false, false, 2165), "temp", [], "any", false, false, false, 2165), "fi", [], "any", false, false, false, 2165), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2168 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2168), "staff", [], "any", false, false, false, 2168), "temp", [], "any", false, false, false, 2168), "fw", [], "any", false, false, false, 2168), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2171 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2171), "staff", [], "any", false, false, false, 2171), "temp", [], "any", false, false, false, 2171), "ff", [], "any", false, false, false, 2171), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <th> Totals </th> <td align=\"right\"> "; // line 2179 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2179), "staff", [], "any", false, false, false, 2179), "totals", [], "any", false, false, false, 2179), "ma", [], "any", false, false, false, 2179), 0, ".", " "), "html", null, true); yield " </th> <td align=\"right\"> "; // line 2182 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2182), "staff", [], "any", false, false, false, 2182), "totals", [], "any", false, false, false, 2182), "mc", [], "any", false, false, false, 2182), 0, ".", " "), "html", null, true); yield " </th> <td align=\"right\"> "; // line 2185 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2185), "staff", [], "any", false, false, false, 2185), "totals", [], "any", false, false, false, 2185), "mi", [], "any", false, false, false, 2185), 0, ".", " "), "html", null, true); yield " </th> <td align=\"right\"> "; // line 2188 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2188), "staff", [], "any", false, false, false, 2188), "totals", [], "any", false, false, false, 2188), "mw", [], "any", false, false, false, 2188), 0, ".", " "), "html", null, true); yield " </th> <td align=\"right\"> "; // line 2191 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2191), "staff", [], "any", false, false, false, 2191), "totals", [], "any", false, false, false, 2191), "mf", [], "any", false, false, false, 2191), 0, ".", " "), "html", null, true); yield " </th> <td align=\"right\"> "; // line 2194 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2194), "staff", [], "any", false, false, false, 2194), "totals", [], "any", false, false, false, 2194), "fa", [], "any", false, false, false, 2194), 0, ".", " "), "html", null, true); yield " </th> <td align=\"right\"> "; // line 2197 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2197), "staff", [], "any", false, false, false, 2197), "totals", [], "any", false, false, false, 2197), "fc", [], "any", false, false, false, 2197), 0, ".", " "), "html", null, true); yield " </th> <td align=\"right\"> "; // line 2200 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2200), "staff", [], "any", false, false, false, 2200), "totals", [], "any", false, false, false, 2200), "fi", [], "any", false, false, false, 2200), 0, ".", " "), "html", null, true); yield " </th> <td align=\"right\"> "; // line 2203 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2203), "staff", [], "any", false, false, false, 2203), "totals", [], "any", false, false, false, 2203), "fw", [], "any", false, false, false, 2203), 0, ".", " "), "html", null, true); yield " </th> <td align=\"right\"> "; // line 2206 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2206), "staff", [], "any", false, false, false, 2206), "totals", [], "any", false, false, false, 2206), "ff", [], "any", false, false, false, 2206), 0, ".", " "), "html", null, true); yield " </th> </tr> </table> </div> </div> <div class=\"row\"> <div class=\"col-sm-12 col-lg-4\"> <h5>Top Management</h5> "; // line 2218 $context["chartCanvasId"] = ("staffTopManagement" . $context["year"]); // line 2219 yield " "; // line 2220 yield from $this->load("@CoreBundle/Default/chart.html.twig", 2220)->unwrap()->yield($context); // line 2221 yield " <script language=\"javascript\"> canvasNames[canvasNames.length] = 'staffTopManagement"; // line 2223 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 2224 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((((((((((((((((((("[" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2224), "staff", [], "any", false, false, false, 2224), "tm", [], "any", false, false, false, 2224), "ma", [], "any", false, false, false, 2224)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2224), "staff", [], "any", false, false, false, 2224), "tm", [], "any", false, false, false, 2224), "mc", [], "any", false, false, false, 2224)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2224), "staff", [], "any", false, false, false, 2224), "tm", [], "any", false, false, false, 2224), "mi", [], "any", false, false, false, 2224)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2224), "staff", [], "any", false, false, false, 2224), "tm", [], "any", false, false, false, 2224), "mw", [], "any", false, false, false, 2224)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 2225 $context["values"], "statistics", [], "any", false, false, false, 2225), "staff", [], "any", false, false, false, 2225), "tm", [], "any", false, false, false, 2225), "mf", [], "any", false, false, false, 2225)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2225), "staff", [], "any", false, false, false, 2225), "tm", [], "any", false, false, false, 2225), "fa", [], "any", false, false, false, 2225)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2225), "staff", [], "any", false, false, false, 2225), "tm", [], "any", false, false, false, 2225), "fc", [], "any", false, false, false, 2225)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2225), "staff", [], "any", false, false, false, 2225), "tm", [], "any", false, false, false, 2225), "fi", [], "any", false, false, false, 2225)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2225), "staff", [], "any", false, false, false, 2225), "tm", [], "any", false, false, false, 2225), "fw", [], "any", false, false, false, 2225)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 2226 $context["values"], "statistics", [], "any", false, false, false, 2226), "staff", [], "any", false, false, false, 2226), "tm", [], "any", false, false, false, 2226), "ff", [], "any", false, false, false, 2226)) . "]"), "html", null, true); yield "; labelSets[labelSets.length] = ['Male - African', 'Male - Coloured', 'Male - Indian', 'Male - White', 'Male - Foreign', 'Female - African', 'Female - Coloured', 'Female - Indian', 'Female - White', 'Female - Foreign']; labels[labels.length] = 'Top Management'; </script> </div> <div class=\"col-sm-12 col-lg-4\"> <h5>Senior Management</h5> "; // line 2237 $context["chartCanvasId"] = ("staffSeniorManagement" . $context["year"]); // line 2238 yield " "; // line 2239 yield from $this->load("@CoreBundle/Default/chart.html.twig", 2239)->unwrap()->yield($context); // line 2240 yield " <script language=\"javascript\"> canvasNames[canvasNames.length] = 'staffSeniorManagement"; // line 2242 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 2243 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((((((((((((((((((("[" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2243), "staff", [], "any", false, false, false, 2243), "sm", [], "any", false, false, false, 2243), "ma", [], "any", false, false, false, 2243)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2243), "staff", [], "any", false, false, false, 2243), "sm", [], "any", false, false, false, 2243), "mc", [], "any", false, false, false, 2243)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2243), "staff", [], "any", false, false, false, 2243), "sm", [], "any", false, false, false, 2243), "mi", [], "any", false, false, false, 2243)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2243), "staff", [], "any", false, false, false, 2243), "sm", [], "any", false, false, false, 2243), "mw", [], "any", false, false, false, 2243)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 2244 $context["values"], "statistics", [], "any", false, false, false, 2244), "staff", [], "any", false, false, false, 2244), "sm", [], "any", false, false, false, 2244), "mf", [], "any", false, false, false, 2244)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2244), "staff", [], "any", false, false, false, 2244), "sm", [], "any", false, false, false, 2244), "fa", [], "any", false, false, false, 2244)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2244), "staff", [], "any", false, false, false, 2244), "sm", [], "any", false, false, false, 2244), "fc", [], "any", false, false, false, 2244)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2244), "staff", [], "any", false, false, false, 2244), "sm", [], "any", false, false, false, 2244), "fi", [], "any", false, false, false, 2244)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2244), "staff", [], "any", false, false, false, 2244), "sm", [], "any", false, false, false, 2244), "fw", [], "any", false, false, false, 2244)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 2245 $context["values"], "statistics", [], "any", false, false, false, 2245), "staff", [], "any", false, false, false, 2245), "sm", [], "any", false, false, false, 2245), "ff", [], "any", false, false, false, 2245)) . "]"), "html", null, true); yield "; labelSets[labelSets.length] = ['Male - African', 'Male - Coloured', 'Male - Indian', 'Male - White', 'Male - Foreign', 'Female - African', 'Female - Coloured', 'Female - Indian', 'Female - White', 'Female - Foreign']; labels[labels.length] = 'Senior Management'; </script> </div> <div class=\"col-sm-12 col-lg-4\"> <h5>Professional</h5> "; // line 2256 $context["chartCanvasId"] = ("staffProManagement" . $context["year"]); // line 2257 yield " "; // line 2258 yield from $this->load("@CoreBundle/Default/chart.html.twig", 2258)->unwrap()->yield($context); // line 2259 yield " <script language=\"javascript\"> canvasNames[canvasNames.length] = 'staffProManagement"; // line 2261 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 2262 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((((((((((((((((((("[" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2262), "staff", [], "any", false, false, false, 2262), "pro", [], "any", false, false, false, 2262), "ma", [], "any", false, false, false, 2262)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2262), "staff", [], "any", false, false, false, 2262), "pro", [], "any", false, false, false, 2262), "mc", [], "any", false, false, false, 2262)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2262), "staff", [], "any", false, false, false, 2262), "pro", [], "any", false, false, false, 2262), "mi", [], "any", false, false, false, 2262)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2262), "staff", [], "any", false, false, false, 2262), "pro", [], "any", false, false, false, 2262), "mw", [], "any", false, false, false, 2262)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 2263 $context["values"], "statistics", [], "any", false, false, false, 2263), "staff", [], "any", false, false, false, 2263), "pro", [], "any", false, false, false, 2263), "mf", [], "any", false, false, false, 2263)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2263), "staff", [], "any", false, false, false, 2263), "pro", [], "any", false, false, false, 2263), "fa", [], "any", false, false, false, 2263)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2263), "staff", [], "any", false, false, false, 2263), "pro", [], "any", false, false, false, 2263), "fc", [], "any", false, false, false, 2263)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2263), "staff", [], "any", false, false, false, 2263), "pro", [], "any", false, false, false, 2263), "fi", [], "any", false, false, false, 2263)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2263), "staff", [], "any", false, false, false, 2263), "pro", [], "any", false, false, false, 2263), "fw", [], "any", false, false, false, 2263)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 2264 $context["values"], "statistics", [], "any", false, false, false, 2264), "staff", [], "any", false, false, false, 2264), "pro", [], "any", false, false, false, 2264), "ff", [], "any", false, false, false, 2264)) . "]"), "html", null, true); yield "; labelSets[labelSets.length] = ['Male - African', 'Male - Coloured', 'Male - Indian', 'Male - White', 'Male - Foreign', 'Female - African', 'Female - Coloured', 'Female - Indian', 'Female - White', 'Female - Foreign']; labels[labels.length] = 'Professional'; </script> </div> <div class=\"col-sm-12 col-lg-4\"> <h5>Skilled</h5> "; // line 2275 $context["chartCanvasId"] = ("staffSkilledManagement" . $context["year"]); // line 2276 yield " "; // line 2277 yield from $this->load("@CoreBundle/Default/chart.html.twig", 2277)->unwrap()->yield($context); // line 2278 yield " <script language=\"javascript\"> canvasNames[canvasNames.length] = 'staffSkilledManagement"; // line 2280 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 2281 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((((((((((((((((((("[" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2281), "staff", [], "any", false, false, false, 2281), "skilled", [], "any", false, false, false, 2281), "ma", [], "any", false, false, false, 2281)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2281), "staff", [], "any", false, false, false, 2281), "skilled", [], "any", false, false, false, 2281), "mc", [], "any", false, false, false, 2281)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2281), "staff", [], "any", false, false, false, 2281), "skilled", [], "any", false, false, false, 2281), "mi", [], "any", false, false, false, 2281)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2281), "staff", [], "any", false, false, false, 2281), "skilled", [], "any", false, false, false, 2281), "mw", [], "any", false, false, false, 2281)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 2282 $context["values"], "statistics", [], "any", false, false, false, 2282), "staff", [], "any", false, false, false, 2282), "skilled", [], "any", false, false, false, 2282), "mf", [], "any", false, false, false, 2282)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2282), "staff", [], "any", false, false, false, 2282), "skilled", [], "any", false, false, false, 2282), "fa", [], "any", false, false, false, 2282)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2282), "staff", [], "any", false, false, false, 2282), "skilled", [], "any", false, false, false, 2282), "fc", [], "any", false, false, false, 2282)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2282), "staff", [], "any", false, false, false, 2282), "skilled", [], "any", false, false, false, 2282), "fi", [], "any", false, false, false, 2282)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2282), "staff", [], "any", false, false, false, 2282), "skilled", [], "any", false, false, false, 2282), "fw", [], "any", false, false, false, 2282)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 2283 $context["values"], "statistics", [], "any", false, false, false, 2283), "staff", [], "any", false, false, false, 2283), "skilled", [], "any", false, false, false, 2283), "ff", [], "any", false, false, false, 2283)) . "]"), "html", null, true); yield "; labelSets[labelSets.length] = ['Male - African', 'Male - Coloured', 'Male - Indian', 'Male - White', 'Male - Foreign', 'Female - African', 'Female - Coloured', 'Female - Indian', 'Female - White', 'Female - Foreign']; labels[labels.length] = 'Professional'; </script> </div> <div class=\"col-sm-12 col-lg-4\"> <h5>Semi-Skilled</h5> "; // line 2294 $context["chartCanvasId"] = ("staffSemiSkilledManagement" . $context["year"]); // line 2295 yield " "; // line 2296 yield from $this->load("@CoreBundle/Default/chart.html.twig", 2296)->unwrap()->yield($context); // line 2297 yield " <script language=\"javascript\"> canvasNames[canvasNames.length] = 'staffSemiSkilledManagement"; // line 2299 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 2300 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((((((((((((((((((("[" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2300), "staff", [], "any", false, false, false, 2300), "semi", [], "any", false, false, false, 2300), "ma", [], "any", false, false, false, 2300)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2300), "staff", [], "any", false, false, false, 2300), "semi", [], "any", false, false, false, 2300), "mc", [], "any", false, false, false, 2300)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2300), "staff", [], "any", false, false, false, 2300), "semi", [], "any", false, false, false, 2300), "mi", [], "any", false, false, false, 2300)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2300), "staff", [], "any", false, false, false, 2300), "semi", [], "any", false, false, false, 2300), "mw", [], "any", false, false, false, 2300)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 2301 $context["values"], "statistics", [], "any", false, false, false, 2301), "staff", [], "any", false, false, false, 2301), "semi", [], "any", false, false, false, 2301), "mf", [], "any", false, false, false, 2301)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2301), "staff", [], "any", false, false, false, 2301), "semi", [], "any", false, false, false, 2301), "fa", [], "any", false, false, false, 2301)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2301), "staff", [], "any", false, false, false, 2301), "semi", [], "any", false, false, false, 2301), "fc", [], "any", false, false, false, 2301)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2301), "staff", [], "any", false, false, false, 2301), "semi", [], "any", false, false, false, 2301), "fi", [], "any", false, false, false, 2301)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2301), "staff", [], "any", false, false, false, 2301), "semi", [], "any", false, false, false, 2301), "fw", [], "any", false, false, false, 2301)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 2302 $context["values"], "statistics", [], "any", false, false, false, 2302), "staff", [], "any", false, false, false, 2302), "semi", [], "any", false, false, false, 2302), "ff", [], "any", false, false, false, 2302)) . "]"), "html", null, true); yield "; labelSets[labelSets.length] = ['Male - African', 'Male - Coloured', 'Male - Indian', 'Male - White', 'Male - Foreign', 'Female - African', 'Female - Coloured', 'Female - Indian', 'Female - White', 'Female - Foreign']; labels[labels.length] = 'Professional'; </script> </div> <div class=\"col-sm-12 col-lg-4\"> <h5>Unskilled</h5> "; // line 2313 $context["chartCanvasId"] = ("staffUnskilledManagement" . $context["year"]); // line 2314 yield " "; // line 2315 yield from $this->load("@CoreBundle/Default/chart.html.twig", 2315)->unwrap()->yield($context); // line 2316 yield " <script language=\"javascript\"> canvasNames[canvasNames.length] = 'staffUnskilledManagement"; // line 2318 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 2319 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((((((((((((((((((("[" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2319), "staff", [], "any", false, false, false, 2319), "unskill", [], "any", false, false, false, 2319), "ma", [], "any", false, false, false, 2319)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2319), "staff", [], "any", false, false, false, 2319), "unskill", [], "any", false, false, false, 2319), "mc", [], "any", false, false, false, 2319)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2319), "staff", [], "any", false, false, false, 2319), "unskill", [], "any", false, false, false, 2319), "mi", [], "any", false, false, false, 2319)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2319), "staff", [], "any", false, false, false, 2319), "unskill", [], "any", false, false, false, 2319), "mw", [], "any", false, false, false, 2319)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 2320 $context["values"], "statistics", [], "any", false, false, false, 2320), "staff", [], "any", false, false, false, 2320), "unskill", [], "any", false, false, false, 2320), "mf", [], "any", false, false, false, 2320)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2320), "staff", [], "any", false, false, false, 2320), "unskill", [], "any", false, false, false, 2320), "fa", [], "any", false, false, false, 2320)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2320), "staff", [], "any", false, false, false, 2320), "unskill", [], "any", false, false, false, 2320), "fc", [], "any", false, false, false, 2320)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2320), "staff", [], "any", false, false, false, 2320), "unskill", [], "any", false, false, false, 2320), "fi", [], "any", false, false, false, 2320)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2320), "staff", [], "any", false, false, false, 2320), "unskill", [], "any", false, false, false, 2320), "fw", [], "any", false, false, false, 2320)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 2321 $context["values"], "statistics", [], "any", false, false, false, 2321), "staff", [], "any", false, false, false, 2321), "unskill", [], "any", false, false, false, 2321), "ff", [], "any", false, false, false, 2321)) . "]"), "html", null, true); yield "; labelSets[labelSets.length] = ['Male - African', 'Male - Coloured', 'Male - Indian', 'Male - White', 'Male - Foreign', 'Female - African', 'Female - Coloured', 'Female - Indian', 'Female - White', 'Female - Foreign']; labels[labels.length] = 'Professional'; </script> </div> <div class=\"col-sm-12 col-lg-4\"> <h5>Temporary</h5> "; // line 2332 $context["chartCanvasId"] = ("staffTemporaryManagement" . $context["year"]); // line 2333 yield " "; // line 2334 yield from $this->load("@CoreBundle/Default/chart.html.twig", 2334)->unwrap()->yield($context); // line 2335 yield " <script language=\"javascript\"> canvasNames[canvasNames.length] = 'staffTemporaryManagement"; // line 2337 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 2338 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((((((((((((((((((("[" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2338), "staff", [], "any", false, false, false, 2338), "temp", [], "any", false, false, false, 2338), "ma", [], "any", false, false, false, 2338)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2338), "staff", [], "any", false, false, false, 2338), "temp", [], "any", false, false, false, 2338), "mc", [], "any", false, false, false, 2338)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2338), "staff", [], "any", false, false, false, 2338), "temp", [], "any", false, false, false, 2338), "mi", [], "any", false, false, false, 2338)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2338), "staff", [], "any", false, false, false, 2338), "temp", [], "any", false, false, false, 2338), "mw", [], "any", false, false, false, 2338)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 2339 $context["values"], "statistics", [], "any", false, false, false, 2339), "staff", [], "any", false, false, false, 2339), "temp", [], "any", false, false, false, 2339), "mf", [], "any", false, false, false, 2339)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2339), "staff", [], "any", false, false, false, 2339), "temp", [], "any", false, false, false, 2339), "fa", [], "any", false, false, false, 2339)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2339), "staff", [], "any", false, false, false, 2339), "temp", [], "any", false, false, false, 2339), "fc", [], "any", false, false, false, 2339)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2339), "staff", [], "any", false, false, false, 2339), "temp", [], "any", false, false, false, 2339), "fi", [], "any", false, false, false, 2339)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2339), "staff", [], "any", false, false, false, 2339), "temp", [], "any", false, false, false, 2339), "fw", [], "any", false, false, false, 2339)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 2340 $context["values"], "statistics", [], "any", false, false, false, 2340), "staff", [], "any", false, false, false, 2340), "temp", [], "any", false, false, false, 2340), "ff", [], "any", false, false, false, 2340)) . "]"), "html", null, true); yield "; labelSets[labelSets.length] = ['Male - African', 'Male - Coloured', 'Male - Indian', 'Male - White', 'Male - Foreign', 'Female - African', 'Female - Coloured', 'Female - Indian', 'Female - White', 'Female - Foreign']; labels[labels.length] = 'Professional'; </script> </div> </div> <h4>Staff by Gender</h4> <div class=\"row\"> <div class=\"col-sm-12\"> <table class=\"table-bordered\"> <tr> <th> Staff Type </th> <th> Male </th> <th> Female </th> <th> % Male of Total </th> </tr> <tr> <td> Top Management </td> <td align=\"right\"> "; // line 2372 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2372), "staff", [], "any", false, false, false, 2372), "tm", [], "any", false, false, false, 2372), "male", [], "any", false, false, false, 2372), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2375 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2375), "staff", [], "any", false, false, false, 2375), "tm", [], "any", false, false, false, 2375), "female", [], "any", false, false, false, 2375), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2378 if (((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2378), "staff", [], "any", false, false, false, 2378), "tm", [], "any", false, false, false, 2378), "male", [], "any", false, false, false, 2378) + CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2378), "staff", [], "any", false, false, false, 2378), "tm", [], "any", false, false, false, 2378), "female", [], "any", false, false, false, 2378)) > 0)) { // line 2379 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2379), "staff", [], "any", false, false, false, 2379), "tm", [], "any", false, false, false, 2379), "male", [], "any", false, false, false, 2379) / (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2379), "staff", [], "any", false, false, false, 2379), "tm", [], "any", false, false, false, 2379), "male", [], "any", false, false, false, 2379) + CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2379), "staff", [], "any", false, false, false, 2379), "tm", [], "any", false, false, false, 2379), "female", [], "any", false, false, false, 2379))) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 2381 yield " - "; } // line 2383 yield " </td> </tr> <tr> <td> Senior Management </td> <td align=\"right\"> "; // line 2390 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2390), "staff", [], "any", false, false, false, 2390), "sm", [], "any", false, false, false, 2390), "male", [], "any", false, false, false, 2390), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2393 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2393), "staff", [], "any", false, false, false, 2393), "sm", [], "any", false, false, false, 2393), "female", [], "any", false, false, false, 2393), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2396 if (((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2396), "staff", [], "any", false, false, false, 2396), "sm", [], "any", false, false, false, 2396), "male", [], "any", false, false, false, 2396) + CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2396), "staff", [], "any", false, false, false, 2396), "sm", [], "any", false, false, false, 2396), "female", [], "any", false, false, false, 2396)) > 0)) { // line 2397 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2397), "staff", [], "any", false, false, false, 2397), "sm", [], "any", false, false, false, 2397), "male", [], "any", false, false, false, 2397) / (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2397), "staff", [], "any", false, false, false, 2397), "sm", [], "any", false, false, false, 2397), "male", [], "any", false, false, false, 2397) + CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2397), "staff", [], "any", false, false, false, 2397), "sm", [], "any", false, false, false, 2397), "female", [], "any", false, false, false, 2397))) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 2399 yield " - "; } // line 2401 yield " </td> </tr> <tr> <td> Professional </td> <td align=\"right\"> "; // line 2408 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2408), "staff", [], "any", false, false, false, 2408), "pro", [], "any", false, false, false, 2408), "male", [], "any", false, false, false, 2408), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2411 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2411), "staff", [], "any", false, false, false, 2411), "pro", [], "any", false, false, false, 2411), "female", [], "any", false, false, false, 2411), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2414 if (((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2414), "staff", [], "any", false, false, false, 2414), "pro", [], "any", false, false, false, 2414), "male", [], "any", false, false, false, 2414) + CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2414), "staff", [], "any", false, false, false, 2414), "pro", [], "any", false, false, false, 2414), "female", [], "any", false, false, false, 2414)) > 0)) { // line 2415 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2415), "staff", [], "any", false, false, false, 2415), "pro", [], "any", false, false, false, 2415), "male", [], "any", false, false, false, 2415) / (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2415), "staff", [], "any", false, false, false, 2415), "pro", [], "any", false, false, false, 2415), "male", [], "any", false, false, false, 2415) + CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2415), "staff", [], "any", false, false, false, 2415), "pro", [], "any", false, false, false, 2415), "female", [], "any", false, false, false, 2415))) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 2417 yield " - "; } // line 2419 yield " </td> </tr> <tr> <td> Skilled </td> <td align=\"right\"> "; // line 2426 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2426), "staff", [], "any", false, false, false, 2426), "skilled", [], "any", false, false, false, 2426), "male", [], "any", false, false, false, 2426), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2429 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2429), "staff", [], "any", false, false, false, 2429), "skilled", [], "any", false, false, false, 2429), "female", [], "any", false, false, false, 2429), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2432 if (((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2432), "staff", [], "any", false, false, false, 2432), "skilled", [], "any", false, false, false, 2432), "male", [], "any", false, false, false, 2432) + CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2432), "staff", [], "any", false, false, false, 2432), "skilled", [], "any", false, false, false, 2432), "female", [], "any", false, false, false, 2432)) > 0)) { // line 2433 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2433), "staff", [], "any", false, false, false, 2433), "skilled", [], "any", false, false, false, 2433), "male", [], "any", false, false, false, 2433) / (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2433), "staff", [], "any", false, false, false, 2433), "skilled", [], "any", false, false, false, 2433), "male", [], "any", false, false, false, 2433) + CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2433), "staff", [], "any", false, false, false, 2433), "skilled", [], "any", false, false, false, 2433), "female", [], "any", false, false, false, 2433))) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 2435 yield " - "; } // line 2437 yield " </td> </tr> <tr> <td> Semi-Skilled </td> <td align=\"right\"> "; // line 2444 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2444), "staff", [], "any", false, false, false, 2444), "semi", [], "any", false, false, false, 2444), "male", [], "any", false, false, false, 2444), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2447 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2447), "staff", [], "any", false, false, false, 2447), "semi", [], "any", false, false, false, 2447), "female", [], "any", false, false, false, 2447), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2450 if (((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2450), "staff", [], "any", false, false, false, 2450), "semi", [], "any", false, false, false, 2450), "male", [], "any", false, false, false, 2450) + CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2450), "staff", [], "any", false, false, false, 2450), "semi", [], "any", false, false, false, 2450), "female", [], "any", false, false, false, 2450)) > 0)) { // line 2451 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2451), "staff", [], "any", false, false, false, 2451), "semi", [], "any", false, false, false, 2451), "male", [], "any", false, false, false, 2451) / (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2451), "staff", [], "any", false, false, false, 2451), "semi", [], "any", false, false, false, 2451), "male", [], "any", false, false, false, 2451) + CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2451), "staff", [], "any", false, false, false, 2451), "semi", [], "any", false, false, false, 2451), "female", [], "any", false, false, false, 2451))) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 2453 yield " - "; } // line 2455 yield " </td> </tr> <tr> <td> Unskilled </td> <td align=\"right\"> "; // line 2462 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2462), "staff", [], "any", false, false, false, 2462), "unskill", [], "any", false, false, false, 2462), "male", [], "any", false, false, false, 2462), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2465 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2465), "staff", [], "any", false, false, false, 2465), "unskill", [], "any", false, false, false, 2465), "female", [], "any", false, false, false, 2465), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2468 if (((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2468), "staff", [], "any", false, false, false, 2468), "unskill", [], "any", false, false, false, 2468), "male", [], "any", false, false, false, 2468) + CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2468), "staff", [], "any", false, false, false, 2468), "unskill", [], "any", false, false, false, 2468), "female", [], "any", false, false, false, 2468)) > 0)) { // line 2469 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2469), "staff", [], "any", false, false, false, 2469), "unskill", [], "any", false, false, false, 2469), "male", [], "any", false, false, false, 2469) / (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2469), "staff", [], "any", false, false, false, 2469), "unskill", [], "any", false, false, false, 2469), "male", [], "any", false, false, false, 2469) + CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2469), "staff", [], "any", false, false, false, 2469), "unskill", [], "any", false, false, false, 2469), "female", [], "any", false, false, false, 2469))) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 2471 yield " - "; } // line 2473 yield " </td> </tr> <tr> <td> Temp </td> <td align=\"right\"> "; // line 2480 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2480), "staff", [], "any", false, false, false, 2480), "temp", [], "any", false, false, false, 2480), "male", [], "any", false, false, false, 2480), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2483 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2483), "staff", [], "any", false, false, false, 2483), "temp", [], "any", false, false, false, 2483), "female", [], "any", false, false, false, 2483), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2486 if (((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2486), "staff", [], "any", false, false, false, 2486), "temp", [], "any", false, false, false, 2486), "male", [], "any", false, false, false, 2486) + CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2486), "staff", [], "any", false, false, false, 2486), "temp", [], "any", false, false, false, 2486), "female", [], "any", false, false, false, 2486)) > 0)) { // line 2487 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2487), "staff", [], "any", false, false, false, 2487), "temp", [], "any", false, false, false, 2487), "male", [], "any", false, false, false, 2487) / (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2487), "staff", [], "any", false, false, false, 2487), "temp", [], "any", false, false, false, 2487), "male", [], "any", false, false, false, 2487) + CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2487), "staff", [], "any", false, false, false, 2487), "temp", [], "any", false, false, false, 2487), "female", [], "any", false, false, false, 2487))) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 2489 yield " - "; } // line 2491 yield " </td> </tr> <tr> <th> Totals </th> <th align=\"right\" style=\"text-align: right;\"> "; // line 2498 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2498), "staff", [], "any", false, false, false, 2498), "male_total", [], "any", false, false, false, 2498), 0, ".", " "), "html", null, true); yield " </th> <th align=\"right\" style=\"text-align: right;\"> "; // line 2501 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2501), "staff", [], "any", false, false, false, 2501), "female_total", [], "any", false, false, false, 2501), 0, ".", " "), "html", null, true); yield " </th> <th align=\"right\" style=\"text-align: right;\"> "; // line 2504 if (((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2504), "staff", [], "any", false, false, false, 2504), "male_total", [], "any", false, false, false, 2504) + CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2504), "staff", [], "any", false, false, false, 2504), "female_total", [], "any", false, false, false, 2504)) > 0)) { // line 2505 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2505), "staff", [], "any", false, false, false, 2505), "male_total", [], "any", false, false, false, 2505) / (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2505), "staff", [], "any", false, false, false, 2505), "male_total", [], "any", false, false, false, 2505) + CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2505), "staff", [], "any", false, false, false, 2505), "female_total", [], "any", false, false, false, 2505))) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 2507 yield " - "; } // line 2509 yield " </th> </tr> </table> </div> </div> <div class=\"row\"> <div class=\"col-sm-12 col-lg-4\"> <h5>Top Management</h5> "; // line 2520 $context["chartCanvasId"] = ("staffGenderTopManagement" . $context["year"]); // line 2521 yield " "; // line 2522 yield from $this->load("@CoreBundle/Default/chart.html.twig", 2522)->unwrap()->yield($context); // line 2523 yield " <script language=\"javascript\"> canvasNames[canvasNames.length] = 'staffGenderTopManagement"; // line 2525 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 2526 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((("[" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2526), "staff", [], "any", false, false, false, 2526), "tm", [], "any", false, false, false, 2526), "male", [], "any", false, false, false, 2526)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 2527 $context["values"], "statistics", [], "any", false, false, false, 2527), "staff", [], "any", false, false, false, 2527), "tm", [], "any", false, false, false, 2527), "female", [], "any", false, false, false, 2527)) . "]"), "html", null, true); yield "; labelSets[labelSets.length] = ['Male', 'Female']; labels[labels.length] = 'Top Management'; </script> </div> <div class=\"col-sm-12 col-lg-4\"> <h5>Senior Management</h5> "; // line 2538 $context["chartCanvasId"] = ("staffGenderSeniorManagement" . $context["year"]); // line 2539 yield " "; // line 2540 yield from $this->load("@CoreBundle/Default/chart.html.twig", 2540)->unwrap()->yield($context); // line 2541 yield " <script language=\"javascript\"> canvasNames[canvasNames.length] = 'staffGenderSeniorManagement"; // line 2543 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 2544 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((("[" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2544), "staff", [], "any", false, false, false, 2544), "sm", [], "any", false, false, false, 2544), "male", [], "any", false, false, false, 2544)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 2545 $context["values"], "statistics", [], "any", false, false, false, 2545), "staff", [], "any", false, false, false, 2545), "sm", [], "any", false, false, false, 2545), "female", [], "any", false, false, false, 2545)) . "]"), "html", null, true); yield "; labelSets[labelSets.length] = ['Male', 'Female']; labels[labels.length] = 'Senior Management'; </script> </div> <div class=\"col-sm-12 col-lg-4\"> <h5>Professional</h5> "; // line 2556 $context["chartCanvasId"] = ("staffGenderProManagement" . $context["year"]); // line 2557 yield " "; // line 2558 yield from $this->load("@CoreBundle/Default/chart.html.twig", 2558)->unwrap()->yield($context); // line 2559 yield " <script language=\"javascript\"> canvasNames[canvasNames.length] = 'staffGenderProManagement"; // line 2561 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 2562 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((("[" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2562), "staff", [], "any", false, false, false, 2562), "pro", [], "any", false, false, false, 2562), "male", [], "any", false, false, false, 2562)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 2563 $context["values"], "statistics", [], "any", false, false, false, 2563), "staff", [], "any", false, false, false, 2563), "pro", [], "any", false, false, false, 2563), "female", [], "any", false, false, false, 2563)) . "]"), "html", null, true); yield "; labelSets[labelSets.length] = ['Male', 'Female']; labels[labels.length] = 'Professional'; </script> </div> <div class=\"col-sm-12 col-lg-4\"> <h5>Skilled</h5> "; // line 2574 $context["chartCanvasId"] = ("staffGenderSkilledManagement" . $context["year"]); // line 2575 yield " "; // line 2576 yield from $this->load("@CoreBundle/Default/chart.html.twig", 2576)->unwrap()->yield($context); // line 2577 yield " <script language=\"javascript\"> canvasNames[canvasNames.length] = 'staffGenderSkilledManagement"; // line 2579 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 2580 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((("[" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2580), "staff", [], "any", false, false, false, 2580), "skilled", [], "any", false, false, false, 2580), "male", [], "any", false, false, false, 2580)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 2581 $context["values"], "statistics", [], "any", false, false, false, 2581), "staff", [], "any", false, false, false, 2581), "skilled", [], "any", false, false, false, 2581), "female", [], "any", false, false, false, 2581)) . "]"), "html", null, true); yield "; labelSets[labelSets.length] = ['Male', 'Female']; labels[labels.length] = 'Professional'; </script> </div> <div class=\"col-sm-12 col-lg-4\"> <h5>Semi-Skilled</h5> "; // line 2592 $context["chartCanvasId"] = ("staffGenderSemiManagement" . $context["year"]); // line 2593 yield " "; // line 2594 yield from $this->load("@CoreBundle/Default/chart.html.twig", 2594)->unwrap()->yield($context); // line 2595 yield " <script language=\"javascript\"> canvasNames[canvasNames.length] = 'staffGenderSemiManagement"; // line 2597 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 2598 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((("[" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2598), "staff", [], "any", false, false, false, 2598), "semi", [], "any", false, false, false, 2598), "male", [], "any", false, false, false, 2598)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 2599 $context["values"], "statistics", [], "any", false, false, false, 2599), "staff", [], "any", false, false, false, 2599), "semi", [], "any", false, false, false, 2599), "female", [], "any", false, false, false, 2599)) . "]"), "html", null, true); yield "; labelSets[labelSets.length] = ['Male', 'Female']; labels[labels.length] = 'Professional'; </script> </div> <div class=\"col-sm-12 col-lg-4\"> <h5>Unskilled</h5> "; // line 2610 $context["chartCanvasId"] = ("staffGenderUnskillManagement" . $context["year"]); // line 2611 yield " "; // line 2612 yield from $this->load("@CoreBundle/Default/chart.html.twig", 2612)->unwrap()->yield($context); // line 2613 yield " <script language=\"javascript\"> canvasNames[canvasNames.length] = 'staffGenderUnskillManagement"; // line 2615 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 2616 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((("[" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2616), "staff", [], "any", false, false, false, 2616), "unskill", [], "any", false, false, false, 2616), "male", [], "any", false, false, false, 2616)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 2617 $context["values"], "statistics", [], "any", false, false, false, 2617), "staff", [], "any", false, false, false, 2617), "unskill", [], "any", false, false, false, 2617), "female", [], "any", false, false, false, 2617)) . "]"), "html", null, true); yield "; labelSets[labelSets.length] = ['Male', 'Female']; labels[labels.length] = 'Professional'; </script> </div> <div class=\"col-sm-12 col-lg-4\"> <h5>Temporary</h5> "; // line 2628 $context["chartCanvasId"] = ("staffGenderTempManagement" . $context["year"]); // line 2629 yield " "; // line 2630 yield from $this->load("@CoreBundle/Default/chart.html.twig", 2630)->unwrap()->yield($context); // line 2631 yield " <script language=\"javascript\"> canvasNames[canvasNames.length] = 'staffGenderTempManagement"; // line 2633 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 2634 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((((("[" . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2634), "staff", [], "any", false, false, false, 2634), "temp", [], "any", false, false, false, 2634), "male", [], "any", false, false, false, 2634)) . ", ") . CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 2635 $context["values"], "statistics", [], "any", false, false, false, 2635), "staff", [], "any", false, false, false, 2635), "temp", [], "any", false, false, false, 2635), "female", [], "any", false, false, false, 2635)) . "]"), "html", null, true); yield "; labelSets[labelSets.length] = ['Male', 'Female']; labels[labels.length] = 'Professional'; </script> </div> </div> <h4>BBBEE Levels</h4> <div class=\"row\"> <div class=\"col-sm-12 col-lg-6\"> <table class=\"table-bordered\"> <tr> <th> Level </th> <th> Number of Firms </th> <th> % of Total </th> </tr> <tr> <td> Level 1 </td> <td align=\"right\"> "; // line 2664 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2664), "bbbeeLevels", [], "any", false, false, false, 2664), "Level1", [], "any", false, false, false, 2664), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2667 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2667), "total", [], "any", false, false, false, 2667), "num", [], "any", false, false, false, 2667) > 0)) { // line 2668 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2668), "bbbeeLevels", [], "any", false, false, false, 2668), "Level1", [], "any", false, false, false, 2668) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2668), "total", [], "any", false, false, false, 2668), "num", [], "any", false, false, false, 2668)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 2670 yield " - "; } // line 2672 yield " </td> </tr> <tr> <td> Level 2 </td> <td align=\"right\"> "; // line 2679 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2679), "bbbeeLevels", [], "any", false, false, false, 2679), "Level2", [], "any", false, false, false, 2679), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2682 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2682), "total", [], "any", false, false, false, 2682), "num", [], "any", false, false, false, 2682) > 0)) { // line 2683 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2683), "bbbeeLevels", [], "any", false, false, false, 2683), "Level2", [], "any", false, false, false, 2683) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2683), "total", [], "any", false, false, false, 2683), "num", [], "any", false, false, false, 2683)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 2685 yield " - "; } // line 2687 yield " </td> </tr> <tr> <td> Level 3 </td> <td align=\"right\"> "; // line 2694 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2694), "bbbeeLevels", [], "any", false, false, false, 2694), "Level3", [], "any", false, false, false, 2694), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2697 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2697), "total", [], "any", false, false, false, 2697), "num", [], "any", false, false, false, 2697) > 0)) { // line 2698 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2698), "bbbeeLevels", [], "any", false, false, false, 2698), "Level3", [], "any", false, false, false, 2698) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2698), "total", [], "any", false, false, false, 2698), "num", [], "any", false, false, false, 2698)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 2700 yield " - "; } // line 2702 yield " </td> </tr> <tr> <td> Level 4 </td> <td align=\"right\"> "; // line 2709 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2709), "bbbeeLevels", [], "any", false, false, false, 2709), "Level4", [], "any", false, false, false, 2709), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2712 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2712), "total", [], "any", false, false, false, 2712), "num", [], "any", false, false, false, 2712) > 0)) { // line 2713 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2713), "bbbeeLevels", [], "any", false, false, false, 2713), "Level4", [], "any", false, false, false, 2713) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2713), "total", [], "any", false, false, false, 2713), "num", [], "any", false, false, false, 2713)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 2715 yield " - "; } // line 2717 yield " </td> </tr> <tr> <td> Level 5 </td> <td align=\"right\"> "; // line 2724 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2724), "bbbeeLevels", [], "any", false, false, false, 2724), "Level5", [], "any", false, false, false, 2724), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2727 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2727), "total", [], "any", false, false, false, 2727), "num", [], "any", false, false, false, 2727) > 0)) { // line 2728 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2728), "bbbeeLevels", [], "any", false, false, false, 2728), "Level5", [], "any", false, false, false, 2728) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2728), "total", [], "any", false, false, false, 2728), "num", [], "any", false, false, false, 2728)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 2730 yield " - "; } // line 2732 yield " </td> </tr> <tr> <td> Level 6 </td> <td align=\"right\"> "; // line 2739 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2739), "bbbeeLevels", [], "any", false, false, false, 2739), "Level6", [], "any", false, false, false, 2739), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2742 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2742), "total", [], "any", false, false, false, 2742), "num", [], "any", false, false, false, 2742) > 0)) { // line 2743 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2743), "bbbeeLevels", [], "any", false, false, false, 2743), "Level6", [], "any", false, false, false, 2743) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2743), "total", [], "any", false, false, false, 2743), "num", [], "any", false, false, false, 2743)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 2745 yield " - "; } // line 2747 yield " </td> </tr> <tr> <td> Level 7 </td> <td align=\"right\"> "; // line 2754 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2754), "bbbeeLevels", [], "any", false, false, false, 2754), "Level7", [], "any", false, false, false, 2754), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2757 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2757), "total", [], "any", false, false, false, 2757), "num", [], "any", false, false, false, 2757) > 0)) { // line 2758 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2758), "bbbeeLevels", [], "any", false, false, false, 2758), "Level7", [], "any", false, false, false, 2758) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2758), "total", [], "any", false, false, false, 2758), "num", [], "any", false, false, false, 2758)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 2760 yield " - "; } // line 2762 yield " </td> </tr> <tr> <td> Level 8 or Unknown </td> <td align=\"right\"> "; // line 2769 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2769), "bbbeeLevels", [], "any", false, false, false, 2769), "Level8", [], "any", false, false, false, 2769), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2772 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2772), "total", [], "any", false, false, false, 2772), "num", [], "any", false, false, false, 2772) > 0)) { // line 2773 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2773), "bbbeeLevels", [], "any", false, false, false, 2773), "Level8", [], "any", false, false, false, 2773) / CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2773), "total", [], "any", false, false, false, 2773), "num", [], "any", false, false, false, 2773)) * 100), 0, ".", " "), "html", null, true); yield " % "; } else { // line 2775 yield " - "; } // line 2777 yield " </td> </tr> <tr> <th> Total </th> <th align=\"right\" class=\"text-right\"> "; // line 2784 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2784), "total", [], "any", false, false, false, 2784), "num", [], "any", false, false, false, 2784), 0, ".", " "), "html", null, true); yield " </th> <th> </th> </tr> </table> </div> <div class=\"col-sm-12 col-lg-6\"> "; // line 2793 $context["chartCanvasId"] = ("barbbbeeLevels" . $context["year"]); // line 2794 yield " "; // line 2795 yield from $this->load("@CoreBundle/Default/chart.html.twig", 2795)->unwrap()->yield($context); // line 2796 yield " </div> </div> <script language=\"javascript\"> canvasNames[canvasNames.length] = 'barbbbeeLevels"; // line 2801 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 2802 yield json_encode(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2802), "bbbee_levels_data", [], "any", false, false, false, 2802)); yield "; labelSets[labelSets.length] = ['Level 1', 'Level 2', 'Level 3', 'Level 4', 'Level 5', 'Level 6', 'Level 7', 'Level 8 or Unknown']; labels[labels.length] = 'BBBEE Levels'; </script> <h4>Staff by Turnover and Category - Top Management</h4> <div class=\"row\"> <div class=\"col-sm-12\"> <table class=\"table-bordered\"> <tr> <th> Turnover </th> <th> Male - African </th> <th> Male - Coloured </th> <th> Male - Indian </th> <th> Male - White </th> <th> Male - Foreign </th> <th> Female - African </th> <th> Female - Coloured </th> <th> Female - Indian </th> <th> Female - White </th> <th> Female - Foreign </th> </tr> <tr> <td> EME1 < R3 million </td> <td align=\"right\"> "; // line 2851 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2851), "turnover", [], "any", false, false, false, 2851), "overall", [], "any", false, false, false, 2851), "EME1", [], "any", false, false, false, 2851), "transformation", [], "any", false, false, false, 2851), "tm", [], "any", false, false, false, 2851), "ma", [], "any", false, false, false, 2851), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2854 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2854), "turnover", [], "any", false, false, false, 2854), "overall", [], "any", false, false, false, 2854), "EME1", [], "any", false, false, false, 2854), "transformation", [], "any", false, false, false, 2854), "tm", [], "any", false, false, false, 2854), "mc", [], "any", false, false, false, 2854), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2857 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2857), "turnover", [], "any", false, false, false, 2857), "overall", [], "any", false, false, false, 2857), "EME1", [], "any", false, false, false, 2857), "transformation", [], "any", false, false, false, 2857), "tm", [], "any", false, false, false, 2857), "mi", [], "any", false, false, false, 2857), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2860 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2860), "turnover", [], "any", false, false, false, 2860), "overall", [], "any", false, false, false, 2860), "EME1", [], "any", false, false, false, 2860), "transformation", [], "any", false, false, false, 2860), "tm", [], "any", false, false, false, 2860), "mw", [], "any", false, false, false, 2860), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2863 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2863), "turnover", [], "any", false, false, false, 2863), "overall", [], "any", false, false, false, 2863), "EME1", [], "any", false, false, false, 2863), "transformation", [], "any", false, false, false, 2863), "tm", [], "any", false, false, false, 2863), "mf", [], "any", false, false, false, 2863), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2866 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2866), "turnover", [], "any", false, false, false, 2866), "overall", [], "any", false, false, false, 2866), "EME1", [], "any", false, false, false, 2866), "transformation", [], "any", false, false, false, 2866), "tm", [], "any", false, false, false, 2866), "fa", [], "any", false, false, false, 2866), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2869 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2869), "turnover", [], "any", false, false, false, 2869), "overall", [], "any", false, false, false, 2869), "EME1", [], "any", false, false, false, 2869), "transformation", [], "any", false, false, false, 2869), "tm", [], "any", false, false, false, 2869), "fc", [], "any", false, false, false, 2869), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2872 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2872), "turnover", [], "any", false, false, false, 2872), "overall", [], "any", false, false, false, 2872), "EME1", [], "any", false, false, false, 2872), "transformation", [], "any", false, false, false, 2872), "tm", [], "any", false, false, false, 2872), "fi", [], "any", false, false, false, 2872), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2875 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2875), "turnover", [], "any", false, false, false, 2875), "overall", [], "any", false, false, false, 2875), "EME1", [], "any", false, false, false, 2875), "transformation", [], "any", false, false, false, 2875), "tm", [], "any", false, false, false, 2875), "fw", [], "any", false, false, false, 2875), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2878 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2878), "turnover", [], "any", false, false, false, 2878), "overall", [], "any", false, false, false, 2878), "EME1", [], "any", false, false, false, 2878), "transformation", [], "any", false, false, false, 2878), "tm", [], "any", false, false, false, 2878), "ff", [], "any", false, false, false, 2878), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> EME2 >= R3 million and < R6 million </td> <td align=\"right\"> "; // line 2886 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2886), "turnover", [], "any", false, false, false, 2886), "overall", [], "any", false, false, false, 2886), "EME2", [], "any", false, false, false, 2886), "transformation", [], "any", false, false, false, 2886), "tm", [], "any", false, false, false, 2886), "ma", [], "any", false, false, false, 2886), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2889 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2889), "turnover", [], "any", false, false, false, 2889), "overall", [], "any", false, false, false, 2889), "EME2", [], "any", false, false, false, 2889), "transformation", [], "any", false, false, false, 2889), "tm", [], "any", false, false, false, 2889), "mc", [], "any", false, false, false, 2889), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2892 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2892), "turnover", [], "any", false, false, false, 2892), "overall", [], "any", false, false, false, 2892), "EME2", [], "any", false, false, false, 2892), "transformation", [], "any", false, false, false, 2892), "tm", [], "any", false, false, false, 2892), "mi", [], "any", false, false, false, 2892), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2895 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2895), "turnover", [], "any", false, false, false, 2895), "overall", [], "any", false, false, false, 2895), "EME2", [], "any", false, false, false, 2895), "transformation", [], "any", false, false, false, 2895), "tm", [], "any", false, false, false, 2895), "mw", [], "any", false, false, false, 2895), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2898 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2898), "turnover", [], "any", false, false, false, 2898), "overall", [], "any", false, false, false, 2898), "EME2", [], "any", false, false, false, 2898), "transformation", [], "any", false, false, false, 2898), "tm", [], "any", false, false, false, 2898), "mf", [], "any", false, false, false, 2898), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2901 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2901), "turnover", [], "any", false, false, false, 2901), "overall", [], "any", false, false, false, 2901), "EME2", [], "any", false, false, false, 2901), "transformation", [], "any", false, false, false, 2901), "tm", [], "any", false, false, false, 2901), "fa", [], "any", false, false, false, 2901), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2904 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2904), "turnover", [], "any", false, false, false, 2904), "overall", [], "any", false, false, false, 2904), "EME2", [], "any", false, false, false, 2904), "transformation", [], "any", false, false, false, 2904), "tm", [], "any", false, false, false, 2904), "fc", [], "any", false, false, false, 2904), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2907 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2907), "turnover", [], "any", false, false, false, 2907), "overall", [], "any", false, false, false, 2907), "EME2", [], "any", false, false, false, 2907), "transformation", [], "any", false, false, false, 2907), "tm", [], "any", false, false, false, 2907), "fi", [], "any", false, false, false, 2907), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2910 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2910), "turnover", [], "any", false, false, false, 2910), "overall", [], "any", false, false, false, 2910), "EME2", [], "any", false, false, false, 2910), "transformation", [], "any", false, false, false, 2910), "tm", [], "any", false, false, false, 2910), "fw", [], "any", false, false, false, 2910), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2913 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2913), "turnover", [], "any", false, false, false, 2913), "overall", [], "any", false, false, false, 2913), "EME2", [], "any", false, false, false, 2913), "transformation", [], "any", false, false, false, 2913), "tm", [], "any", false, false, false, 2913), "ff", [], "any", false, false, false, 2913), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE1 >= R6 million and < R10 million </td> <td align=\"right\"> "; // line 2921 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2921), "turnover", [], "any", false, false, false, 2921), "overall", [], "any", false, false, false, 2921), "QSE1", [], "any", false, false, false, 2921), "transformation", [], "any", false, false, false, 2921), "tm", [], "any", false, false, false, 2921), "ma", [], "any", false, false, false, 2921), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2924 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2924), "turnover", [], "any", false, false, false, 2924), "overall", [], "any", false, false, false, 2924), "QSE1", [], "any", false, false, false, 2924), "transformation", [], "any", false, false, false, 2924), "tm", [], "any", false, false, false, 2924), "mc", [], "any", false, false, false, 2924), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2927 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2927), "turnover", [], "any", false, false, false, 2927), "overall", [], "any", false, false, false, 2927), "QSE1", [], "any", false, false, false, 2927), "transformation", [], "any", false, false, false, 2927), "tm", [], "any", false, false, false, 2927), "mi", [], "any", false, false, false, 2927), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2930 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2930), "turnover", [], "any", false, false, false, 2930), "overall", [], "any", false, false, false, 2930), "QSE1", [], "any", false, false, false, 2930), "transformation", [], "any", false, false, false, 2930), "tm", [], "any", false, false, false, 2930), "mw", [], "any", false, false, false, 2930), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2933 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2933), "turnover", [], "any", false, false, false, 2933), "overall", [], "any", false, false, false, 2933), "QSE1", [], "any", false, false, false, 2933), "transformation", [], "any", false, false, false, 2933), "tm", [], "any", false, false, false, 2933), "mf", [], "any", false, false, false, 2933), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2936 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2936), "turnover", [], "any", false, false, false, 2936), "overall", [], "any", false, false, false, 2936), "QSE1", [], "any", false, false, false, 2936), "transformation", [], "any", false, false, false, 2936), "tm", [], "any", false, false, false, 2936), "fa", [], "any", false, false, false, 2936), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2939 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2939), "turnover", [], "any", false, false, false, 2939), "overall", [], "any", false, false, false, 2939), "QSE1", [], "any", false, false, false, 2939), "transformation", [], "any", false, false, false, 2939), "tm", [], "any", false, false, false, 2939), "fc", [], "any", false, false, false, 2939), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2942 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2942), "turnover", [], "any", false, false, false, 2942), "overall", [], "any", false, false, false, 2942), "QSE1", [], "any", false, false, false, 2942), "transformation", [], "any", false, false, false, 2942), "tm", [], "any", false, false, false, 2942), "fi", [], "any", false, false, false, 2942), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2945 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2945), "turnover", [], "any", false, false, false, 2945), "overall", [], "any", false, false, false, 2945), "QSE1", [], "any", false, false, false, 2945), "transformation", [], "any", false, false, false, 2945), "tm", [], "any", false, false, false, 2945), "fw", [], "any", false, false, false, 2945), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2948 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2948), "turnover", [], "any", false, false, false, 2948), "overall", [], "any", false, false, false, 2948), "QSE1", [], "any", false, false, false, 2948), "transformation", [], "any", false, false, false, 2948), "tm", [], "any", false, false, false, 2948), "ff", [], "any", false, false, false, 2948), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE2 >= R10 million and < R15 million </td> <td align=\"right\"> "; // line 2956 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2956), "turnover", [], "any", false, false, false, 2956), "overall", [], "any", false, false, false, 2956), "QSE2", [], "any", false, false, false, 2956), "transformation", [], "any", false, false, false, 2956), "tm", [], "any", false, false, false, 2956), "ma", [], "any", false, false, false, 2956), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2959 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2959), "turnover", [], "any", false, false, false, 2959), "overall", [], "any", false, false, false, 2959), "QSE2", [], "any", false, false, false, 2959), "transformation", [], "any", false, false, false, 2959), "tm", [], "any", false, false, false, 2959), "mc", [], "any", false, false, false, 2959), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2962 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2962), "turnover", [], "any", false, false, false, 2962), "overall", [], "any", false, false, false, 2962), "QSE2", [], "any", false, false, false, 2962), "transformation", [], "any", false, false, false, 2962), "tm", [], "any", false, false, false, 2962), "mi", [], "any", false, false, false, 2962), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2965 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2965), "turnover", [], "any", false, false, false, 2965), "overall", [], "any", false, false, false, 2965), "QSE2", [], "any", false, false, false, 2965), "transformation", [], "any", false, false, false, 2965), "tm", [], "any", false, false, false, 2965), "mw", [], "any", false, false, false, 2965), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2968 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2968), "turnover", [], "any", false, false, false, 2968), "overall", [], "any", false, false, false, 2968), "QSE2", [], "any", false, false, false, 2968), "transformation", [], "any", false, false, false, 2968), "tm", [], "any", false, false, false, 2968), "mf", [], "any", false, false, false, 2968), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2971 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2971), "turnover", [], "any", false, false, false, 2971), "overall", [], "any", false, false, false, 2971), "QSE2", [], "any", false, false, false, 2971), "transformation", [], "any", false, false, false, 2971), "tm", [], "any", false, false, false, 2971), "fa", [], "any", false, false, false, 2971), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2974 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2974), "turnover", [], "any", false, false, false, 2974), "overall", [], "any", false, false, false, 2974), "QSE2", [], "any", false, false, false, 2974), "transformation", [], "any", false, false, false, 2974), "tm", [], "any", false, false, false, 2974), "fc", [], "any", false, false, false, 2974), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2977 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2977), "turnover", [], "any", false, false, false, 2977), "overall", [], "any", false, false, false, 2977), "QSE2", [], "any", false, false, false, 2977), "transformation", [], "any", false, false, false, 2977), "tm", [], "any", false, false, false, 2977), "fi", [], "any", false, false, false, 2977), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2980 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2980), "turnover", [], "any", false, false, false, 2980), "overall", [], "any", false, false, false, 2980), "QSE2", [], "any", false, false, false, 2980), "transformation", [], "any", false, false, false, 2980), "tm", [], "any", false, false, false, 2980), "fw", [], "any", false, false, false, 2980), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2983 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2983), "turnover", [], "any", false, false, false, 2983), "overall", [], "any", false, false, false, 2983), "QSE2", [], "any", false, false, false, 2983), "transformation", [], "any", false, false, false, 2983), "tm", [], "any", false, false, false, 2983), "ff", [], "any", false, false, false, 2983), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE3 >= R15 million and < R20 million </td> <td align=\"right\"> "; // line 2991 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2991), "turnover", [], "any", false, false, false, 2991), "overall", [], "any", false, false, false, 2991), "QSE3", [], "any", false, false, false, 2991), "transformation", [], "any", false, false, false, 2991), "tm", [], "any", false, false, false, 2991), "ma", [], "any", false, false, false, 2991), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2994 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2994), "turnover", [], "any", false, false, false, 2994), "overall", [], "any", false, false, false, 2994), "QSE3", [], "any", false, false, false, 2994), "transformation", [], "any", false, false, false, 2994), "tm", [], "any", false, false, false, 2994), "mc", [], "any", false, false, false, 2994), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 2997 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 2997), "turnover", [], "any", false, false, false, 2997), "overall", [], "any", false, false, false, 2997), "QSE3", [], "any", false, false, false, 2997), "transformation", [], "any", false, false, false, 2997), "tm", [], "any", false, false, false, 2997), "mi", [], "any", false, false, false, 2997), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3000 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3000), "turnover", [], "any", false, false, false, 3000), "overall", [], "any", false, false, false, 3000), "QSE3", [], "any", false, false, false, 3000), "transformation", [], "any", false, false, false, 3000), "tm", [], "any", false, false, false, 3000), "mw", [], "any", false, false, false, 3000), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3003 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3003), "turnover", [], "any", false, false, false, 3003), "overall", [], "any", false, false, false, 3003), "QSE3", [], "any", false, false, false, 3003), "transformation", [], "any", false, false, false, 3003), "tm", [], "any", false, false, false, 3003), "mf", [], "any", false, false, false, 3003), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3006 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3006), "turnover", [], "any", false, false, false, 3006), "overall", [], "any", false, false, false, 3006), "QSE3", [], "any", false, false, false, 3006), "transformation", [], "any", false, false, false, 3006), "tm", [], "any", false, false, false, 3006), "fa", [], "any", false, false, false, 3006), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3009 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3009), "turnover", [], "any", false, false, false, 3009), "overall", [], "any", false, false, false, 3009), "QSE3", [], "any", false, false, false, 3009), "transformation", [], "any", false, false, false, 3009), "tm", [], "any", false, false, false, 3009), "fc", [], "any", false, false, false, 3009), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3012 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3012), "turnover", [], "any", false, false, false, 3012), "overall", [], "any", false, false, false, 3012), "QSE3", [], "any", false, false, false, 3012), "transformation", [], "any", false, false, false, 3012), "tm", [], "any", false, false, false, 3012), "fi", [], "any", false, false, false, 3012), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3015 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3015), "turnover", [], "any", false, false, false, 3015), "overall", [], "any", false, false, false, 3015), "QSE3", [], "any", false, false, false, 3015), "transformation", [], "any", false, false, false, 3015), "tm", [], "any", false, false, false, 3015), "fw", [], "any", false, false, false, 3015), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3018 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3018), "turnover", [], "any", false, false, false, 3018), "overall", [], "any", false, false, false, 3018), "QSE3", [], "any", false, false, false, 3018), "transformation", [], "any", false, false, false, 3018), "tm", [], "any", false, false, false, 3018), "ff", [], "any", false, false, false, 3018), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE4 >= R20 million and < R25 million </td> <td align=\"right\"> "; // line 3026 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3026), "turnover", [], "any", false, false, false, 3026), "overall", [], "any", false, false, false, 3026), "QSE4", [], "any", false, false, false, 3026), "transformation", [], "any", false, false, false, 3026), "tm", [], "any", false, false, false, 3026), "ma", [], "any", false, false, false, 3026), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3029 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3029), "turnover", [], "any", false, false, false, 3029), "overall", [], "any", false, false, false, 3029), "QSE4", [], "any", false, false, false, 3029), "transformation", [], "any", false, false, false, 3029), "tm", [], "any", false, false, false, 3029), "mc", [], "any", false, false, false, 3029), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3032 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3032), "turnover", [], "any", false, false, false, 3032), "overall", [], "any", false, false, false, 3032), "QSE4", [], "any", false, false, false, 3032), "transformation", [], "any", false, false, false, 3032), "tm", [], "any", false, false, false, 3032), "mi", [], "any", false, false, false, 3032), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3035 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3035), "turnover", [], "any", false, false, false, 3035), "overall", [], "any", false, false, false, 3035), "QSE4", [], "any", false, false, false, 3035), "transformation", [], "any", false, false, false, 3035), "tm", [], "any", false, false, false, 3035), "mw", [], "any", false, false, false, 3035), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3038 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3038), "turnover", [], "any", false, false, false, 3038), "overall", [], "any", false, false, false, 3038), "QSE4", [], "any", false, false, false, 3038), "transformation", [], "any", false, false, false, 3038), "tm", [], "any", false, false, false, 3038), "mf", [], "any", false, false, false, 3038), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3041 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3041), "turnover", [], "any", false, false, false, 3041), "overall", [], "any", false, false, false, 3041), "QSE4", [], "any", false, false, false, 3041), "transformation", [], "any", false, false, false, 3041), "tm", [], "any", false, false, false, 3041), "fa", [], "any", false, false, false, 3041), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3044 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3044), "turnover", [], "any", false, false, false, 3044), "overall", [], "any", false, false, false, 3044), "QSE4", [], "any", false, false, false, 3044), "transformation", [], "any", false, false, false, 3044), "tm", [], "any", false, false, false, 3044), "fc", [], "any", false, false, false, 3044), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3047 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3047), "turnover", [], "any", false, false, false, 3047), "overall", [], "any", false, false, false, 3047), "QSE4", [], "any", false, false, false, 3047), "transformation", [], "any", false, false, false, 3047), "tm", [], "any", false, false, false, 3047), "fi", [], "any", false, false, false, 3047), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3050 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3050), "turnover", [], "any", false, false, false, 3050), "overall", [], "any", false, false, false, 3050), "QSE4", [], "any", false, false, false, 3050), "transformation", [], "any", false, false, false, 3050), "tm", [], "any", false, false, false, 3050), "fw", [], "any", false, false, false, 3050), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3053 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3053), "turnover", [], "any", false, false, false, 3053), "overall", [], "any", false, false, false, 3053), "QSE4", [], "any", false, false, false, 3053), "transformation", [], "any", false, false, false, 3053), "tm", [], "any", false, false, false, 3053), "ff", [], "any", false, false, false, 3053), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN1 >= R25 million and < R35 million </td> <td align=\"right\"> "; // line 3061 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3061), "turnover", [], "any", false, false, false, 3061), "overall", [], "any", false, false, false, 3061), "GEN1", [], "any", false, false, false, 3061), "transformation", [], "any", false, false, false, 3061), "tm", [], "any", false, false, false, 3061), "ma", [], "any", false, false, false, 3061), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3064 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3064), "turnover", [], "any", false, false, false, 3064), "overall", [], "any", false, false, false, 3064), "GEN1", [], "any", false, false, false, 3064), "transformation", [], "any", false, false, false, 3064), "tm", [], "any", false, false, false, 3064), "mc", [], "any", false, false, false, 3064), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3067 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3067), "turnover", [], "any", false, false, false, 3067), "overall", [], "any", false, false, false, 3067), "GEN1", [], "any", false, false, false, 3067), "transformation", [], "any", false, false, false, 3067), "tm", [], "any", false, false, false, 3067), "mi", [], "any", false, false, false, 3067), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3070 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3070), "turnover", [], "any", false, false, false, 3070), "overall", [], "any", false, false, false, 3070), "GEN1", [], "any", false, false, false, 3070), "transformation", [], "any", false, false, false, 3070), "tm", [], "any", false, false, false, 3070), "mw", [], "any", false, false, false, 3070), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3073 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3073), "turnover", [], "any", false, false, false, 3073), "overall", [], "any", false, false, false, 3073), "GEN1", [], "any", false, false, false, 3073), "transformation", [], "any", false, false, false, 3073), "tm", [], "any", false, false, false, 3073), "mf", [], "any", false, false, false, 3073), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3076 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3076), "turnover", [], "any", false, false, false, 3076), "overall", [], "any", false, false, false, 3076), "GEN1", [], "any", false, false, false, 3076), "transformation", [], "any", false, false, false, 3076), "tm", [], "any", false, false, false, 3076), "fa", [], "any", false, false, false, 3076), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3079 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3079), "turnover", [], "any", false, false, false, 3079), "overall", [], "any", false, false, false, 3079), "GEN1", [], "any", false, false, false, 3079), "transformation", [], "any", false, false, false, 3079), "tm", [], "any", false, false, false, 3079), "fc", [], "any", false, false, false, 3079), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3082 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3082), "turnover", [], "any", false, false, false, 3082), "overall", [], "any", false, false, false, 3082), "GEN1", [], "any", false, false, false, 3082), "transformation", [], "any", false, false, false, 3082), "tm", [], "any", false, false, false, 3082), "fi", [], "any", false, false, false, 3082), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3085 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3085), "turnover", [], "any", false, false, false, 3085), "overall", [], "any", false, false, false, 3085), "GEN1", [], "any", false, false, false, 3085), "transformation", [], "any", false, false, false, 3085), "tm", [], "any", false, false, false, 3085), "fw", [], "any", false, false, false, 3085), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3088 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3088), "turnover", [], "any", false, false, false, 3088), "overall", [], "any", false, false, false, 3088), "GEN1", [], "any", false, false, false, 3088), "transformation", [], "any", false, false, false, 3088), "tm", [], "any", false, false, false, 3088), "ff", [], "any", false, false, false, 3088), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN2 >= R35 million and < R50 million </td> <td align=\"right\"> "; // line 3096 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3096), "turnover", [], "any", false, false, false, 3096), "overall", [], "any", false, false, false, 3096), "GEN2", [], "any", false, false, false, 3096), "transformation", [], "any", false, false, false, 3096), "tm", [], "any", false, false, false, 3096), "ma", [], "any", false, false, false, 3096), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3099 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3099), "turnover", [], "any", false, false, false, 3099), "overall", [], "any", false, false, false, 3099), "GEN2", [], "any", false, false, false, 3099), "transformation", [], "any", false, false, false, 3099), "tm", [], "any", false, false, false, 3099), "mc", [], "any", false, false, false, 3099), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3102 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3102), "turnover", [], "any", false, false, false, 3102), "overall", [], "any", false, false, false, 3102), "GEN2", [], "any", false, false, false, 3102), "transformation", [], "any", false, false, false, 3102), "tm", [], "any", false, false, false, 3102), "mi", [], "any", false, false, false, 3102), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3105 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3105), "turnover", [], "any", false, false, false, 3105), "overall", [], "any", false, false, false, 3105), "GEN2", [], "any", false, false, false, 3105), "transformation", [], "any", false, false, false, 3105), "tm", [], "any", false, false, false, 3105), "mw", [], "any", false, false, false, 3105), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3108 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3108), "turnover", [], "any", false, false, false, 3108), "overall", [], "any", false, false, false, 3108), "GEN2", [], "any", false, false, false, 3108), "transformation", [], "any", false, false, false, 3108), "tm", [], "any", false, false, false, 3108), "mf", [], "any", false, false, false, 3108), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3111 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3111), "turnover", [], "any", false, false, false, 3111), "overall", [], "any", false, false, false, 3111), "GEN2", [], "any", false, false, false, 3111), "transformation", [], "any", false, false, false, 3111), "tm", [], "any", false, false, false, 3111), "fa", [], "any", false, false, false, 3111), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3114 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3114), "turnover", [], "any", false, false, false, 3114), "overall", [], "any", false, false, false, 3114), "GEN2", [], "any", false, false, false, 3114), "transformation", [], "any", false, false, false, 3114), "tm", [], "any", false, false, false, 3114), "fc", [], "any", false, false, false, 3114), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3117 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3117), "turnover", [], "any", false, false, false, 3117), "overall", [], "any", false, false, false, 3117), "GEN2", [], "any", false, false, false, 3117), "transformation", [], "any", false, false, false, 3117), "tm", [], "any", false, false, false, 3117), "fi", [], "any", false, false, false, 3117), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3120 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3120), "turnover", [], "any", false, false, false, 3120), "overall", [], "any", false, false, false, 3120), "GEN2", [], "any", false, false, false, 3120), "transformation", [], "any", false, false, false, 3120), "tm", [], "any", false, false, false, 3120), "fw", [], "any", false, false, false, 3120), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3123 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3123), "turnover", [], "any", false, false, false, 3123), "overall", [], "any", false, false, false, 3123), "GEN2", [], "any", false, false, false, 3123), "transformation", [], "any", false, false, false, 3123), "tm", [], "any", false, false, false, 3123), "ff", [], "any", false, false, false, 3123), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN3 >= R50 million and < R60 million </td> <td align=\"right\"> "; // line 3131 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3131), "turnover", [], "any", false, false, false, 3131), "overall", [], "any", false, false, false, 3131), "GEN3", [], "any", false, false, false, 3131), "transformation", [], "any", false, false, false, 3131), "tm", [], "any", false, false, false, 3131), "ma", [], "any", false, false, false, 3131), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3134 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3134), "turnover", [], "any", false, false, false, 3134), "overall", [], "any", false, false, false, 3134), "GEN3", [], "any", false, false, false, 3134), "transformation", [], "any", false, false, false, 3134), "tm", [], "any", false, false, false, 3134), "mc", [], "any", false, false, false, 3134), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3137 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3137), "turnover", [], "any", false, false, false, 3137), "overall", [], "any", false, false, false, 3137), "GEN3", [], "any", false, false, false, 3137), "transformation", [], "any", false, false, false, 3137), "tm", [], "any", false, false, false, 3137), "mi", [], "any", false, false, false, 3137), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3140 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3140), "turnover", [], "any", false, false, false, 3140), "overall", [], "any", false, false, false, 3140), "GEN3", [], "any", false, false, false, 3140), "transformation", [], "any", false, false, false, 3140), "tm", [], "any", false, false, false, 3140), "mw", [], "any", false, false, false, 3140), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3143 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3143), "turnover", [], "any", false, false, false, 3143), "overall", [], "any", false, false, false, 3143), "GEN3", [], "any", false, false, false, 3143), "transformation", [], "any", false, false, false, 3143), "tm", [], "any", false, false, false, 3143), "mf", [], "any", false, false, false, 3143), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3146 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3146), "turnover", [], "any", false, false, false, 3146), "overall", [], "any", false, false, false, 3146), "GEN3", [], "any", false, false, false, 3146), "transformation", [], "any", false, false, false, 3146), "tm", [], "any", false, false, false, 3146), "fa", [], "any", false, false, false, 3146), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3149 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3149), "turnover", [], "any", false, false, false, 3149), "overall", [], "any", false, false, false, 3149), "GEN3", [], "any", false, false, false, 3149), "transformation", [], "any", false, false, false, 3149), "tm", [], "any", false, false, false, 3149), "fc", [], "any", false, false, false, 3149), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3152 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3152), "turnover", [], "any", false, false, false, 3152), "overall", [], "any", false, false, false, 3152), "GEN3", [], "any", false, false, false, 3152), "transformation", [], "any", false, false, false, 3152), "tm", [], "any", false, false, false, 3152), "fi", [], "any", false, false, false, 3152), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3155 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3155), "turnover", [], "any", false, false, false, 3155), "overall", [], "any", false, false, false, 3155), "GEN3", [], "any", false, false, false, 3155), "transformation", [], "any", false, false, false, 3155), "tm", [], "any", false, false, false, 3155), "fw", [], "any", false, false, false, 3155), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3158 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3158), "turnover", [], "any", false, false, false, 3158), "overall", [], "any", false, false, false, 3158), "GEN3", [], "any", false, false, false, 3158), "transformation", [], "any", false, false, false, 3158), "tm", [], "any", false, false, false, 3158), "ff", [], "any", false, false, false, 3158), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN4 >= R60 million and < R70 million </td> <td align=\"right\"> "; // line 3166 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3166), "turnover", [], "any", false, false, false, 3166), "overall", [], "any", false, false, false, 3166), "GEN4", [], "any", false, false, false, 3166), "transformation", [], "any", false, false, false, 3166), "tm", [], "any", false, false, false, 3166), "ma", [], "any", false, false, false, 3166), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3169 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3169), "turnover", [], "any", false, false, false, 3169), "overall", [], "any", false, false, false, 3169), "GEN4", [], "any", false, false, false, 3169), "transformation", [], "any", false, false, false, 3169), "tm", [], "any", false, false, false, 3169), "mc", [], "any", false, false, false, 3169), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3172 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3172), "turnover", [], "any", false, false, false, 3172), "overall", [], "any", false, false, false, 3172), "GEN4", [], "any", false, false, false, 3172), "transformation", [], "any", false, false, false, 3172), "tm", [], "any", false, false, false, 3172), "mi", [], "any", false, false, false, 3172), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3175 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3175), "turnover", [], "any", false, false, false, 3175), "overall", [], "any", false, false, false, 3175), "GEN4", [], "any", false, false, false, 3175), "transformation", [], "any", false, false, false, 3175), "tm", [], "any", false, false, false, 3175), "mw", [], "any", false, false, false, 3175), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3178 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3178), "turnover", [], "any", false, false, false, 3178), "overall", [], "any", false, false, false, 3178), "GEN4", [], "any", false, false, false, 3178), "transformation", [], "any", false, false, false, 3178), "tm", [], "any", false, false, false, 3178), "mf", [], "any", false, false, false, 3178), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3181 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3181), "turnover", [], "any", false, false, false, 3181), "overall", [], "any", false, false, false, 3181), "GEN4", [], "any", false, false, false, 3181), "transformation", [], "any", false, false, false, 3181), "tm", [], "any", false, false, false, 3181), "fa", [], "any", false, false, false, 3181), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3184 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3184), "turnover", [], "any", false, false, false, 3184), "overall", [], "any", false, false, false, 3184), "GEN4", [], "any", false, false, false, 3184), "transformation", [], "any", false, false, false, 3184), "tm", [], "any", false, false, false, 3184), "fc", [], "any", false, false, false, 3184), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3187 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3187), "turnover", [], "any", false, false, false, 3187), "overall", [], "any", false, false, false, 3187), "GEN4", [], "any", false, false, false, 3187), "transformation", [], "any", false, false, false, 3187), "tm", [], "any", false, false, false, 3187), "fi", [], "any", false, false, false, 3187), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3190 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3190), "turnover", [], "any", false, false, false, 3190), "overall", [], "any", false, false, false, 3190), "GEN4", [], "any", false, false, false, 3190), "transformation", [], "any", false, false, false, 3190), "tm", [], "any", false, false, false, 3190), "fw", [], "any", false, false, false, 3190), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3193 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3193), "turnover", [], "any", false, false, false, 3193), "overall", [], "any", false, false, false, 3193), "GEN4", [], "any", false, false, false, 3193), "transformation", [], "any", false, false, false, 3193), "tm", [], "any", false, false, false, 3193), "ff", [], "any", false, false, false, 3193), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN5 >= R70 million and < R80 million </td> <td align=\"right\"> "; // line 3201 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3201), "turnover", [], "any", false, false, false, 3201), "overall", [], "any", false, false, false, 3201), "GEN5", [], "any", false, false, false, 3201), "transformation", [], "any", false, false, false, 3201), "tm", [], "any", false, false, false, 3201), "ma", [], "any", false, false, false, 3201), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3204 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3204), "turnover", [], "any", false, false, false, 3204), "overall", [], "any", false, false, false, 3204), "GEN5", [], "any", false, false, false, 3204), "transformation", [], "any", false, false, false, 3204), "tm", [], "any", false, false, false, 3204), "mc", [], "any", false, false, false, 3204), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3207 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3207), "turnover", [], "any", false, false, false, 3207), "overall", [], "any", false, false, false, 3207), "GEN5", [], "any", false, false, false, 3207), "transformation", [], "any", false, false, false, 3207), "tm", [], "any", false, false, false, 3207), "mi", [], "any", false, false, false, 3207), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3210 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3210), "turnover", [], "any", false, false, false, 3210), "overall", [], "any", false, false, false, 3210), "GEN5", [], "any", false, false, false, 3210), "transformation", [], "any", false, false, false, 3210), "tm", [], "any", false, false, false, 3210), "mw", [], "any", false, false, false, 3210), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3213 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3213), "turnover", [], "any", false, false, false, 3213), "overall", [], "any", false, false, false, 3213), "GEN5", [], "any", false, false, false, 3213), "transformation", [], "any", false, false, false, 3213), "tm", [], "any", false, false, false, 3213), "mf", [], "any", false, false, false, 3213), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3216 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3216), "turnover", [], "any", false, false, false, 3216), "overall", [], "any", false, false, false, 3216), "GEN5", [], "any", false, false, false, 3216), "transformation", [], "any", false, false, false, 3216), "tm", [], "any", false, false, false, 3216), "fa", [], "any", false, false, false, 3216), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3219 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3219), "turnover", [], "any", false, false, false, 3219), "overall", [], "any", false, false, false, 3219), "GEN5", [], "any", false, false, false, 3219), "transformation", [], "any", false, false, false, 3219), "tm", [], "any", false, false, false, 3219), "fc", [], "any", false, false, false, 3219), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3222 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3222), "turnover", [], "any", false, false, false, 3222), "overall", [], "any", false, false, false, 3222), "GEN5", [], "any", false, false, false, 3222), "transformation", [], "any", false, false, false, 3222), "tm", [], "any", false, false, false, 3222), "fi", [], "any", false, false, false, 3222), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3225 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3225), "turnover", [], "any", false, false, false, 3225), "overall", [], "any", false, false, false, 3225), "GEN5", [], "any", false, false, false, 3225), "transformation", [], "any", false, false, false, 3225), "tm", [], "any", false, false, false, 3225), "fw", [], "any", false, false, false, 3225), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3228 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3228), "turnover", [], "any", false, false, false, 3228), "overall", [], "any", false, false, false, 3228), "GEN5", [], "any", false, false, false, 3228), "transformation", [], "any", false, false, false, 3228), "tm", [], "any", false, false, false, 3228), "ff", [], "any", false, false, false, 3228), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN6 >= R80 million and < R90 million </td> <td align=\"right\"> "; // line 3236 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3236), "turnover", [], "any", false, false, false, 3236), "overall", [], "any", false, false, false, 3236), "GEN6", [], "any", false, false, false, 3236), "transformation", [], "any", false, false, false, 3236), "tm", [], "any", false, false, false, 3236), "ma", [], "any", false, false, false, 3236), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3239 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3239), "turnover", [], "any", false, false, false, 3239), "overall", [], "any", false, false, false, 3239), "GEN6", [], "any", false, false, false, 3239), "transformation", [], "any", false, false, false, 3239), "tm", [], "any", false, false, false, 3239), "mc", [], "any", false, false, false, 3239), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3242 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3242), "turnover", [], "any", false, false, false, 3242), "overall", [], "any", false, false, false, 3242), "GEN6", [], "any", false, false, false, 3242), "transformation", [], "any", false, false, false, 3242), "tm", [], "any", false, false, false, 3242), "mi", [], "any", false, false, false, 3242), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3245 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3245), "turnover", [], "any", false, false, false, 3245), "overall", [], "any", false, false, false, 3245), "GEN6", [], "any", false, false, false, 3245), "transformation", [], "any", false, false, false, 3245), "tm", [], "any", false, false, false, 3245), "mw", [], "any", false, false, false, 3245), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3248 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3248), "turnover", [], "any", false, false, false, 3248), "overall", [], "any", false, false, false, 3248), "GEN6", [], "any", false, false, false, 3248), "transformation", [], "any", false, false, false, 3248), "tm", [], "any", false, false, false, 3248), "mf", [], "any", false, false, false, 3248), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3251 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3251), "turnover", [], "any", false, false, false, 3251), "overall", [], "any", false, false, false, 3251), "GEN6", [], "any", false, false, false, 3251), "transformation", [], "any", false, false, false, 3251), "tm", [], "any", false, false, false, 3251), "fa", [], "any", false, false, false, 3251), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3254 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3254), "turnover", [], "any", false, false, false, 3254), "overall", [], "any", false, false, false, 3254), "GEN6", [], "any", false, false, false, 3254), "transformation", [], "any", false, false, false, 3254), "tm", [], "any", false, false, false, 3254), "fc", [], "any", false, false, false, 3254), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3257 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3257), "turnover", [], "any", false, false, false, 3257), "overall", [], "any", false, false, false, 3257), "GEN6", [], "any", false, false, false, 3257), "transformation", [], "any", false, false, false, 3257), "tm", [], "any", false, false, false, 3257), "fi", [], "any", false, false, false, 3257), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3260 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3260), "turnover", [], "any", false, false, false, 3260), "overall", [], "any", false, false, false, 3260), "GEN6", [], "any", false, false, false, 3260), "transformation", [], "any", false, false, false, 3260), "tm", [], "any", false, false, false, 3260), "fw", [], "any", false, false, false, 3260), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3263 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3263), "turnover", [], "any", false, false, false, 3263), "overall", [], "any", false, false, false, 3263), "GEN6", [], "any", false, false, false, 3263), "transformation", [], "any", false, false, false, 3263), "tm", [], "any", false, false, false, 3263), "ff", [], "any", false, false, false, 3263), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN7 >= R90 million and < R100 million </td> <td align=\"right\"> "; // line 3271 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3271), "turnover", [], "any", false, false, false, 3271), "overall", [], "any", false, false, false, 3271), "GEN7", [], "any", false, false, false, 3271), "transformation", [], "any", false, false, false, 3271), "tm", [], "any", false, false, false, 3271), "ma", [], "any", false, false, false, 3271), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3274 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3274), "turnover", [], "any", false, false, false, 3274), "overall", [], "any", false, false, false, 3274), "GEN7", [], "any", false, false, false, 3274), "transformation", [], "any", false, false, false, 3274), "tm", [], "any", false, false, false, 3274), "mc", [], "any", false, false, false, 3274), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3277 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3277), "turnover", [], "any", false, false, false, 3277), "overall", [], "any", false, false, false, 3277), "GEN7", [], "any", false, false, false, 3277), "transformation", [], "any", false, false, false, 3277), "tm", [], "any", false, false, false, 3277), "mi", [], "any", false, false, false, 3277), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3280 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3280), "turnover", [], "any", false, false, false, 3280), "overall", [], "any", false, false, false, 3280), "GEN7", [], "any", false, false, false, 3280), "transformation", [], "any", false, false, false, 3280), "tm", [], "any", false, false, false, 3280), "mw", [], "any", false, false, false, 3280), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3283 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3283), "turnover", [], "any", false, false, false, 3283), "overall", [], "any", false, false, false, 3283), "GEN7", [], "any", false, false, false, 3283), "transformation", [], "any", false, false, false, 3283), "tm", [], "any", false, false, false, 3283), "mf", [], "any", false, false, false, 3283), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3286 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3286), "turnover", [], "any", false, false, false, 3286), "overall", [], "any", false, false, false, 3286), "GEN7", [], "any", false, false, false, 3286), "transformation", [], "any", false, false, false, 3286), "tm", [], "any", false, false, false, 3286), "fa", [], "any", false, false, false, 3286), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3289 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3289), "turnover", [], "any", false, false, false, 3289), "overall", [], "any", false, false, false, 3289), "GEN7", [], "any", false, false, false, 3289), "transformation", [], "any", false, false, false, 3289), "tm", [], "any", false, false, false, 3289), "fc", [], "any", false, false, false, 3289), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3292 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3292), "turnover", [], "any", false, false, false, 3292), "overall", [], "any", false, false, false, 3292), "GEN7", [], "any", false, false, false, 3292), "transformation", [], "any", false, false, false, 3292), "tm", [], "any", false, false, false, 3292), "fi", [], "any", false, false, false, 3292), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3295 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3295), "turnover", [], "any", false, false, false, 3295), "overall", [], "any", false, false, false, 3295), "GEN7", [], "any", false, false, false, 3295), "transformation", [], "any", false, false, false, 3295), "tm", [], "any", false, false, false, 3295), "fw", [], "any", false, false, false, 3295), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3298 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3298), "turnover", [], "any", false, false, false, 3298), "overall", [], "any", false, false, false, 3298), "GEN7", [], "any", false, false, false, 3298), "transformation", [], "any", false, false, false, 3298), "tm", [], "any", false, false, false, 3298), "ff", [], "any", false, false, false, 3298), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN8 >= R100 million </td> <td align=\"right\"> "; // line 3306 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3306), "turnover", [], "any", false, false, false, 3306), "overall", [], "any", false, false, false, 3306), "GEN8", [], "any", false, false, false, 3306), "transformation", [], "any", false, false, false, 3306), "tm", [], "any", false, false, false, 3306), "ma", [], "any", false, false, false, 3306), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3309 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3309), "turnover", [], "any", false, false, false, 3309), "overall", [], "any", false, false, false, 3309), "GEN8", [], "any", false, false, false, 3309), "transformation", [], "any", false, false, false, 3309), "tm", [], "any", false, false, false, 3309), "mc", [], "any", false, false, false, 3309), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3312 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3312), "turnover", [], "any", false, false, false, 3312), "overall", [], "any", false, false, false, 3312), "GEN8", [], "any", false, false, false, 3312), "transformation", [], "any", false, false, false, 3312), "tm", [], "any", false, false, false, 3312), "mi", [], "any", false, false, false, 3312), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3315 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3315), "turnover", [], "any", false, false, false, 3315), "overall", [], "any", false, false, false, 3315), "GEN8", [], "any", false, false, false, 3315), "transformation", [], "any", false, false, false, 3315), "tm", [], "any", false, false, false, 3315), "mw", [], "any", false, false, false, 3315), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3318 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3318), "turnover", [], "any", false, false, false, 3318), "overall", [], "any", false, false, false, 3318), "GEN8", [], "any", false, false, false, 3318), "transformation", [], "any", false, false, false, 3318), "tm", [], "any", false, false, false, 3318), "mf", [], "any", false, false, false, 3318), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3321 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3321), "turnover", [], "any", false, false, false, 3321), "overall", [], "any", false, false, false, 3321), "GEN8", [], "any", false, false, false, 3321), "transformation", [], "any", false, false, false, 3321), "tm", [], "any", false, false, false, 3321), "fa", [], "any", false, false, false, 3321), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3324 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3324), "turnover", [], "any", false, false, false, 3324), "overall", [], "any", false, false, false, 3324), "GEN8", [], "any", false, false, false, 3324), "transformation", [], "any", false, false, false, 3324), "tm", [], "any", false, false, false, 3324), "fc", [], "any", false, false, false, 3324), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3327 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3327), "turnover", [], "any", false, false, false, 3327), "overall", [], "any", false, false, false, 3327), "GEN8", [], "any", false, false, false, 3327), "transformation", [], "any", false, false, false, 3327), "tm", [], "any", false, false, false, 3327), "fi", [], "any", false, false, false, 3327), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3330 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3330), "turnover", [], "any", false, false, false, 3330), "overall", [], "any", false, false, false, 3330), "GEN8", [], "any", false, false, false, 3330), "transformation", [], "any", false, false, false, 3330), "tm", [], "any", false, false, false, 3330), "fw", [], "any", false, false, false, 3330), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3333 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3333), "turnover", [], "any", false, false, false, 3333), "overall", [], "any", false, false, false, 3333), "GEN8", [], "any", false, false, false, 3333), "transformation", [], "any", false, false, false, 3333), "tm", [], "any", false, false, false, 3333), "ff", [], "any", false, false, false, 3333), 0, ".", " "), "html", null, true); yield " </td> </tr> </table> </div> </div> <div class=\"row\"> <div class=\"col-sm-12\"> "; // line 3343 $context["chartCanvasId"] = ("groupbarStaffByTypeCatTM" . $context["year"]); // line 3344 yield " "; // line 3345 yield from $this->load("@CoreBundle/Default/chart.html.twig", 3345)->unwrap()->yield($context); // line 3346 yield " </div> </div> <script language=\"javascript\"> canvasNames[canvasNames.length] = 'groupbarStaffByTypeCatTM"; // line 3351 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 3352 yield json_encode(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3352), "staff_to_cat_data_tm", [], "any", false, false, false, 3352), "datasets", [], "any", false, false, false, 3352)); yield "; labelSets[labelSets.length] = "; // line 3353 yield json_encode(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3353), "staff_to_cat_data_tm", [], "any", false, false, false, 3353), "labels", [], "any", false, false, false, 3353)); yield "; labels[labels.length] = 'Staff by Turnover and Category - Top Management'; </script> <h4>Staff by Turnover and Category - Senior Management</h4> <div class=\"row\"> <div class=\"col-sm-12\"> <table class=\"table-bordered\"> <tr> <th> Turnover </th> <th> Male - African </th> <th> Male - Coloured </th> <th> Male - Indian </th> <th> Male - White </th> <th> Male - Foreign </th> <th> Female - African </th> <th> Female - Coloured </th> <th> Female - Indian </th> <th> Female - White </th> <th> Female - Foreign </th> </tr> <tr> <td> EME1 < R3 million </td> <td align=\"right\"> "; // line 3401 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3401), "turnover", [], "any", false, false, false, 3401), "overall", [], "any", false, false, false, 3401), "EME1", [], "any", false, false, false, 3401), "transformation", [], "any", false, false, false, 3401), "sm", [], "any", false, false, false, 3401), "ma", [], "any", false, false, false, 3401), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3404 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3404), "turnover", [], "any", false, false, false, 3404), "overall", [], "any", false, false, false, 3404), "EME1", [], "any", false, false, false, 3404), "transformation", [], "any", false, false, false, 3404), "sm", [], "any", false, false, false, 3404), "mc", [], "any", false, false, false, 3404), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3407 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3407), "turnover", [], "any", false, false, false, 3407), "overall", [], "any", false, false, false, 3407), "EME1", [], "any", false, false, false, 3407), "transformation", [], "any", false, false, false, 3407), "sm", [], "any", false, false, false, 3407), "mi", [], "any", false, false, false, 3407), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3410 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3410), "turnover", [], "any", false, false, false, 3410), "overall", [], "any", false, false, false, 3410), "EME1", [], "any", false, false, false, 3410), "transformation", [], "any", false, false, false, 3410), "sm", [], "any", false, false, false, 3410), "mw", [], "any", false, false, false, 3410), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3413 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3413), "turnover", [], "any", false, false, false, 3413), "overall", [], "any", false, false, false, 3413), "EME1", [], "any", false, false, false, 3413), "transformation", [], "any", false, false, false, 3413), "sm", [], "any", false, false, false, 3413), "mf", [], "any", false, false, false, 3413), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3416 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3416), "turnover", [], "any", false, false, false, 3416), "overall", [], "any", false, false, false, 3416), "EME1", [], "any", false, false, false, 3416), "transformation", [], "any", false, false, false, 3416), "sm", [], "any", false, false, false, 3416), "fa", [], "any", false, false, false, 3416), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3419 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3419), "turnover", [], "any", false, false, false, 3419), "overall", [], "any", false, false, false, 3419), "EME1", [], "any", false, false, false, 3419), "transformation", [], "any", false, false, false, 3419), "sm", [], "any", false, false, false, 3419), "fc", [], "any", false, false, false, 3419), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3422 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3422), "turnover", [], "any", false, false, false, 3422), "overall", [], "any", false, false, false, 3422), "EME1", [], "any", false, false, false, 3422), "transformation", [], "any", false, false, false, 3422), "sm", [], "any", false, false, false, 3422), "fi", [], "any", false, false, false, 3422), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3425 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3425), "turnover", [], "any", false, false, false, 3425), "overall", [], "any", false, false, false, 3425), "EME1", [], "any", false, false, false, 3425), "transformation", [], "any", false, false, false, 3425), "sm", [], "any", false, false, false, 3425), "fw", [], "any", false, false, false, 3425), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3428 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3428), "turnover", [], "any", false, false, false, 3428), "overall", [], "any", false, false, false, 3428), "EME1", [], "any", false, false, false, 3428), "transformation", [], "any", false, false, false, 3428), "sm", [], "any", false, false, false, 3428), "ff", [], "any", false, false, false, 3428), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> EME2 >= R3 million and < R6 million </td> <td align=\"right\"> "; // line 3436 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3436), "turnover", [], "any", false, false, false, 3436), "overall", [], "any", false, false, false, 3436), "EME2", [], "any", false, false, false, 3436), "transformation", [], "any", false, false, false, 3436), "sm", [], "any", false, false, false, 3436), "ma", [], "any", false, false, false, 3436), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3439 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3439), "turnover", [], "any", false, false, false, 3439), "overall", [], "any", false, false, false, 3439), "EME2", [], "any", false, false, false, 3439), "transformation", [], "any", false, false, false, 3439), "sm", [], "any", false, false, false, 3439), "mc", [], "any", false, false, false, 3439), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3442 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3442), "turnover", [], "any", false, false, false, 3442), "overall", [], "any", false, false, false, 3442), "EME2", [], "any", false, false, false, 3442), "transformation", [], "any", false, false, false, 3442), "sm", [], "any", false, false, false, 3442), "mi", [], "any", false, false, false, 3442), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3445 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3445), "turnover", [], "any", false, false, false, 3445), "overall", [], "any", false, false, false, 3445), "EME2", [], "any", false, false, false, 3445), "transformation", [], "any", false, false, false, 3445), "sm", [], "any", false, false, false, 3445), "mw", [], "any", false, false, false, 3445), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3448 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3448), "turnover", [], "any", false, false, false, 3448), "overall", [], "any", false, false, false, 3448), "EME2", [], "any", false, false, false, 3448), "transformation", [], "any", false, false, false, 3448), "sm", [], "any", false, false, false, 3448), "mf", [], "any", false, false, false, 3448), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3451 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3451), "turnover", [], "any", false, false, false, 3451), "overall", [], "any", false, false, false, 3451), "EME2", [], "any", false, false, false, 3451), "transformation", [], "any", false, false, false, 3451), "sm", [], "any", false, false, false, 3451), "fa", [], "any", false, false, false, 3451), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3454 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3454), "turnover", [], "any", false, false, false, 3454), "overall", [], "any", false, false, false, 3454), "EME2", [], "any", false, false, false, 3454), "transformation", [], "any", false, false, false, 3454), "sm", [], "any", false, false, false, 3454), "fc", [], "any", false, false, false, 3454), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3457 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3457), "turnover", [], "any", false, false, false, 3457), "overall", [], "any", false, false, false, 3457), "EME2", [], "any", false, false, false, 3457), "transformation", [], "any", false, false, false, 3457), "sm", [], "any", false, false, false, 3457), "fi", [], "any", false, false, false, 3457), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3460 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3460), "turnover", [], "any", false, false, false, 3460), "overall", [], "any", false, false, false, 3460), "EME2", [], "any", false, false, false, 3460), "transformation", [], "any", false, false, false, 3460), "sm", [], "any", false, false, false, 3460), "fw", [], "any", false, false, false, 3460), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3463 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3463), "turnover", [], "any", false, false, false, 3463), "overall", [], "any", false, false, false, 3463), "EME2", [], "any", false, false, false, 3463), "transformation", [], "any", false, false, false, 3463), "sm", [], "any", false, false, false, 3463), "ff", [], "any", false, false, false, 3463), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE1 >= R6 million and < R10 million </td> <td align=\"right\"> "; // line 3471 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3471), "turnover", [], "any", false, false, false, 3471), "overall", [], "any", false, false, false, 3471), "QSE1", [], "any", false, false, false, 3471), "transformation", [], "any", false, false, false, 3471), "sm", [], "any", false, false, false, 3471), "ma", [], "any", false, false, false, 3471), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3474 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3474), "turnover", [], "any", false, false, false, 3474), "overall", [], "any", false, false, false, 3474), "QSE1", [], "any", false, false, false, 3474), "transformation", [], "any", false, false, false, 3474), "sm", [], "any", false, false, false, 3474), "mc", [], "any", false, false, false, 3474), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3477 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3477), "turnover", [], "any", false, false, false, 3477), "overall", [], "any", false, false, false, 3477), "QSE1", [], "any", false, false, false, 3477), "transformation", [], "any", false, false, false, 3477), "sm", [], "any", false, false, false, 3477), "mi", [], "any", false, false, false, 3477), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3480 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3480), "turnover", [], "any", false, false, false, 3480), "overall", [], "any", false, false, false, 3480), "QSE1", [], "any", false, false, false, 3480), "transformation", [], "any", false, false, false, 3480), "sm", [], "any", false, false, false, 3480), "mw", [], "any", false, false, false, 3480), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3483 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3483), "turnover", [], "any", false, false, false, 3483), "overall", [], "any", false, false, false, 3483), "QSE1", [], "any", false, false, false, 3483), "transformation", [], "any", false, false, false, 3483), "sm", [], "any", false, false, false, 3483), "mf", [], "any", false, false, false, 3483), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3486 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3486), "turnover", [], "any", false, false, false, 3486), "overall", [], "any", false, false, false, 3486), "QSE1", [], "any", false, false, false, 3486), "transformation", [], "any", false, false, false, 3486), "sm", [], "any", false, false, false, 3486), "fa", [], "any", false, false, false, 3486), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3489 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3489), "turnover", [], "any", false, false, false, 3489), "overall", [], "any", false, false, false, 3489), "QSE1", [], "any", false, false, false, 3489), "transformation", [], "any", false, false, false, 3489), "sm", [], "any", false, false, false, 3489), "fc", [], "any", false, false, false, 3489), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3492 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3492), "turnover", [], "any", false, false, false, 3492), "overall", [], "any", false, false, false, 3492), "QSE1", [], "any", false, false, false, 3492), "transformation", [], "any", false, false, false, 3492), "sm", [], "any", false, false, false, 3492), "fi", [], "any", false, false, false, 3492), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3495 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3495), "turnover", [], "any", false, false, false, 3495), "overall", [], "any", false, false, false, 3495), "QSE1", [], "any", false, false, false, 3495), "transformation", [], "any", false, false, false, 3495), "sm", [], "any", false, false, false, 3495), "fw", [], "any", false, false, false, 3495), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3498 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3498), "turnover", [], "any", false, false, false, 3498), "overall", [], "any", false, false, false, 3498), "QSE1", [], "any", false, false, false, 3498), "transformation", [], "any", false, false, false, 3498), "sm", [], "any", false, false, false, 3498), "ff", [], "any", false, false, false, 3498), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE2 >= R10 million and < R15 million </td> <td align=\"right\"> "; // line 3506 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3506), "turnover", [], "any", false, false, false, 3506), "overall", [], "any", false, false, false, 3506), "QSE2", [], "any", false, false, false, 3506), "transformation", [], "any", false, false, false, 3506), "sm", [], "any", false, false, false, 3506), "ma", [], "any", false, false, false, 3506), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3509 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3509), "turnover", [], "any", false, false, false, 3509), "overall", [], "any", false, false, false, 3509), "QSE2", [], "any", false, false, false, 3509), "transformation", [], "any", false, false, false, 3509), "sm", [], "any", false, false, false, 3509), "mc", [], "any", false, false, false, 3509), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3512 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3512), "turnover", [], "any", false, false, false, 3512), "overall", [], "any", false, false, false, 3512), "QSE2", [], "any", false, false, false, 3512), "transformation", [], "any", false, false, false, 3512), "sm", [], "any", false, false, false, 3512), "mi", [], "any", false, false, false, 3512), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3515 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3515), "turnover", [], "any", false, false, false, 3515), "overall", [], "any", false, false, false, 3515), "QSE2", [], "any", false, false, false, 3515), "transformation", [], "any", false, false, false, 3515), "sm", [], "any", false, false, false, 3515), "mw", [], "any", false, false, false, 3515), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3518 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3518), "turnover", [], "any", false, false, false, 3518), "overall", [], "any", false, false, false, 3518), "QSE2", [], "any", false, false, false, 3518), "transformation", [], "any", false, false, false, 3518), "sm", [], "any", false, false, false, 3518), "mf", [], "any", false, false, false, 3518), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3521 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3521), "turnover", [], "any", false, false, false, 3521), "overall", [], "any", false, false, false, 3521), "QSE2", [], "any", false, false, false, 3521), "transformation", [], "any", false, false, false, 3521), "sm", [], "any", false, false, false, 3521), "fa", [], "any", false, false, false, 3521), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3524 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3524), "turnover", [], "any", false, false, false, 3524), "overall", [], "any", false, false, false, 3524), "QSE2", [], "any", false, false, false, 3524), "transformation", [], "any", false, false, false, 3524), "sm", [], "any", false, false, false, 3524), "fc", [], "any", false, false, false, 3524), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3527 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3527), "turnover", [], "any", false, false, false, 3527), "overall", [], "any", false, false, false, 3527), "QSE2", [], "any", false, false, false, 3527), "transformation", [], "any", false, false, false, 3527), "sm", [], "any", false, false, false, 3527), "fi", [], "any", false, false, false, 3527), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3530 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3530), "turnover", [], "any", false, false, false, 3530), "overall", [], "any", false, false, false, 3530), "QSE2", [], "any", false, false, false, 3530), "transformation", [], "any", false, false, false, 3530), "sm", [], "any", false, false, false, 3530), "fw", [], "any", false, false, false, 3530), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3533 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3533), "turnover", [], "any", false, false, false, 3533), "overall", [], "any", false, false, false, 3533), "QSE2", [], "any", false, false, false, 3533), "transformation", [], "any", false, false, false, 3533), "sm", [], "any", false, false, false, 3533), "ff", [], "any", false, false, false, 3533), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE3 >= R15 million and < R20 million </td> <td align=\"right\"> "; // line 3541 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3541), "turnover", [], "any", false, false, false, 3541), "overall", [], "any", false, false, false, 3541), "QSE3", [], "any", false, false, false, 3541), "transformation", [], "any", false, false, false, 3541), "sm", [], "any", false, false, false, 3541), "ma", [], "any", false, false, false, 3541), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3544 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3544), "turnover", [], "any", false, false, false, 3544), "overall", [], "any", false, false, false, 3544), "QSE3", [], "any", false, false, false, 3544), "transformation", [], "any", false, false, false, 3544), "sm", [], "any", false, false, false, 3544), "mc", [], "any", false, false, false, 3544), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3547 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3547), "turnover", [], "any", false, false, false, 3547), "overall", [], "any", false, false, false, 3547), "QSE3", [], "any", false, false, false, 3547), "transformation", [], "any", false, false, false, 3547), "sm", [], "any", false, false, false, 3547), "mi", [], "any", false, false, false, 3547), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3550 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3550), "turnover", [], "any", false, false, false, 3550), "overall", [], "any", false, false, false, 3550), "QSE3", [], "any", false, false, false, 3550), "transformation", [], "any", false, false, false, 3550), "sm", [], "any", false, false, false, 3550), "mw", [], "any", false, false, false, 3550), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3553 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3553), "turnover", [], "any", false, false, false, 3553), "overall", [], "any", false, false, false, 3553), "QSE3", [], "any", false, false, false, 3553), "transformation", [], "any", false, false, false, 3553), "sm", [], "any", false, false, false, 3553), "mf", [], "any", false, false, false, 3553), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3556 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3556), "turnover", [], "any", false, false, false, 3556), "overall", [], "any", false, false, false, 3556), "QSE3", [], "any", false, false, false, 3556), "transformation", [], "any", false, false, false, 3556), "sm", [], "any", false, false, false, 3556), "fa", [], "any", false, false, false, 3556), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3559 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3559), "turnover", [], "any", false, false, false, 3559), "overall", [], "any", false, false, false, 3559), "QSE3", [], "any", false, false, false, 3559), "transformation", [], "any", false, false, false, 3559), "sm", [], "any", false, false, false, 3559), "fc", [], "any", false, false, false, 3559), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3562 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3562), "turnover", [], "any", false, false, false, 3562), "overall", [], "any", false, false, false, 3562), "QSE3", [], "any", false, false, false, 3562), "transformation", [], "any", false, false, false, 3562), "sm", [], "any", false, false, false, 3562), "fi", [], "any", false, false, false, 3562), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3565 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3565), "turnover", [], "any", false, false, false, 3565), "overall", [], "any", false, false, false, 3565), "QSE3", [], "any", false, false, false, 3565), "transformation", [], "any", false, false, false, 3565), "sm", [], "any", false, false, false, 3565), "fw", [], "any", false, false, false, 3565), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3568 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3568), "turnover", [], "any", false, false, false, 3568), "overall", [], "any", false, false, false, 3568), "QSE3", [], "any", false, false, false, 3568), "transformation", [], "any", false, false, false, 3568), "sm", [], "any", false, false, false, 3568), "ff", [], "any", false, false, false, 3568), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE4 >= R20 million and < R25 million </td> <td align=\"right\"> "; // line 3576 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3576), "turnover", [], "any", false, false, false, 3576), "overall", [], "any", false, false, false, 3576), "QSE4", [], "any", false, false, false, 3576), "transformation", [], "any", false, false, false, 3576), "sm", [], "any", false, false, false, 3576), "ma", [], "any", false, false, false, 3576), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3579 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3579), "turnover", [], "any", false, false, false, 3579), "overall", [], "any", false, false, false, 3579), "QSE4", [], "any", false, false, false, 3579), "transformation", [], "any", false, false, false, 3579), "sm", [], "any", false, false, false, 3579), "mc", [], "any", false, false, false, 3579), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3582 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3582), "turnover", [], "any", false, false, false, 3582), "overall", [], "any", false, false, false, 3582), "QSE4", [], "any", false, false, false, 3582), "transformation", [], "any", false, false, false, 3582), "sm", [], "any", false, false, false, 3582), "mi", [], "any", false, false, false, 3582), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3585 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3585), "turnover", [], "any", false, false, false, 3585), "overall", [], "any", false, false, false, 3585), "QSE4", [], "any", false, false, false, 3585), "transformation", [], "any", false, false, false, 3585), "sm", [], "any", false, false, false, 3585), "mw", [], "any", false, false, false, 3585), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3588 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3588), "turnover", [], "any", false, false, false, 3588), "overall", [], "any", false, false, false, 3588), "QSE4", [], "any", false, false, false, 3588), "transformation", [], "any", false, false, false, 3588), "sm", [], "any", false, false, false, 3588), "mf", [], "any", false, false, false, 3588), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3591 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3591), "turnover", [], "any", false, false, false, 3591), "overall", [], "any", false, false, false, 3591), "QSE4", [], "any", false, false, false, 3591), "transformation", [], "any", false, false, false, 3591), "sm", [], "any", false, false, false, 3591), "fa", [], "any", false, false, false, 3591), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3594 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3594), "turnover", [], "any", false, false, false, 3594), "overall", [], "any", false, false, false, 3594), "QSE4", [], "any", false, false, false, 3594), "transformation", [], "any", false, false, false, 3594), "sm", [], "any", false, false, false, 3594), "fc", [], "any", false, false, false, 3594), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3597 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3597), "turnover", [], "any", false, false, false, 3597), "overall", [], "any", false, false, false, 3597), "QSE4", [], "any", false, false, false, 3597), "transformation", [], "any", false, false, false, 3597), "sm", [], "any", false, false, false, 3597), "fi", [], "any", false, false, false, 3597), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3600 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3600), "turnover", [], "any", false, false, false, 3600), "overall", [], "any", false, false, false, 3600), "QSE4", [], "any", false, false, false, 3600), "transformation", [], "any", false, false, false, 3600), "sm", [], "any", false, false, false, 3600), "fw", [], "any", false, false, false, 3600), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3603 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3603), "turnover", [], "any", false, false, false, 3603), "overall", [], "any", false, false, false, 3603), "QSE4", [], "any", false, false, false, 3603), "transformation", [], "any", false, false, false, 3603), "sm", [], "any", false, false, false, 3603), "ff", [], "any", false, false, false, 3603), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN1 >= R25 million and < R35 million </td> <td align=\"right\"> "; // line 3611 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3611), "turnover", [], "any", false, false, false, 3611), "overall", [], "any", false, false, false, 3611), "GEN1", [], "any", false, false, false, 3611), "transformation", [], "any", false, false, false, 3611), "sm", [], "any", false, false, false, 3611), "ma", [], "any", false, false, false, 3611), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3614 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3614), "turnover", [], "any", false, false, false, 3614), "overall", [], "any", false, false, false, 3614), "GEN1", [], "any", false, false, false, 3614), "transformation", [], "any", false, false, false, 3614), "sm", [], "any", false, false, false, 3614), "mc", [], "any", false, false, false, 3614), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3617 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3617), "turnover", [], "any", false, false, false, 3617), "overall", [], "any", false, false, false, 3617), "GEN1", [], "any", false, false, false, 3617), "transformation", [], "any", false, false, false, 3617), "sm", [], "any", false, false, false, 3617), "mi", [], "any", false, false, false, 3617), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3620 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3620), "turnover", [], "any", false, false, false, 3620), "overall", [], "any", false, false, false, 3620), "GEN1", [], "any", false, false, false, 3620), "transformation", [], "any", false, false, false, 3620), "sm", [], "any", false, false, false, 3620), "mw", [], "any", false, false, false, 3620), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3623 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3623), "turnover", [], "any", false, false, false, 3623), "overall", [], "any", false, false, false, 3623), "GEN1", [], "any", false, false, false, 3623), "transformation", [], "any", false, false, false, 3623), "sm", [], "any", false, false, false, 3623), "mf", [], "any", false, false, false, 3623), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3626 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3626), "turnover", [], "any", false, false, false, 3626), "overall", [], "any", false, false, false, 3626), "GEN1", [], "any", false, false, false, 3626), "transformation", [], "any", false, false, false, 3626), "sm", [], "any", false, false, false, 3626), "fa", [], "any", false, false, false, 3626), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3629 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3629), "turnover", [], "any", false, false, false, 3629), "overall", [], "any", false, false, false, 3629), "GEN1", [], "any", false, false, false, 3629), "transformation", [], "any", false, false, false, 3629), "sm", [], "any", false, false, false, 3629), "fc", [], "any", false, false, false, 3629), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3632 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3632), "turnover", [], "any", false, false, false, 3632), "overall", [], "any", false, false, false, 3632), "GEN1", [], "any", false, false, false, 3632), "transformation", [], "any", false, false, false, 3632), "sm", [], "any", false, false, false, 3632), "fi", [], "any", false, false, false, 3632), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3635 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3635), "turnover", [], "any", false, false, false, 3635), "overall", [], "any", false, false, false, 3635), "GEN1", [], "any", false, false, false, 3635), "transformation", [], "any", false, false, false, 3635), "sm", [], "any", false, false, false, 3635), "fw", [], "any", false, false, false, 3635), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3638 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3638), "turnover", [], "any", false, false, false, 3638), "overall", [], "any", false, false, false, 3638), "GEN1", [], "any", false, false, false, 3638), "transformation", [], "any", false, false, false, 3638), "sm", [], "any", false, false, false, 3638), "ff", [], "any", false, false, false, 3638), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN2 >= R35 million and < R50 million </td> <td align=\"right\"> "; // line 3646 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3646), "turnover", [], "any", false, false, false, 3646), "overall", [], "any", false, false, false, 3646), "GEN2", [], "any", false, false, false, 3646), "transformation", [], "any", false, false, false, 3646), "sm", [], "any", false, false, false, 3646), "ma", [], "any", false, false, false, 3646), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3649 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3649), "turnover", [], "any", false, false, false, 3649), "overall", [], "any", false, false, false, 3649), "GEN2", [], "any", false, false, false, 3649), "transformation", [], "any", false, false, false, 3649), "sm", [], "any", false, false, false, 3649), "mc", [], "any", false, false, false, 3649), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3652 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3652), "turnover", [], "any", false, false, false, 3652), "overall", [], "any", false, false, false, 3652), "GEN2", [], "any", false, false, false, 3652), "transformation", [], "any", false, false, false, 3652), "sm", [], "any", false, false, false, 3652), "mi", [], "any", false, false, false, 3652), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3655 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3655), "turnover", [], "any", false, false, false, 3655), "overall", [], "any", false, false, false, 3655), "GEN2", [], "any", false, false, false, 3655), "transformation", [], "any", false, false, false, 3655), "sm", [], "any", false, false, false, 3655), "mw", [], "any", false, false, false, 3655), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3658 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3658), "turnover", [], "any", false, false, false, 3658), "overall", [], "any", false, false, false, 3658), "GEN2", [], "any", false, false, false, 3658), "transformation", [], "any", false, false, false, 3658), "sm", [], "any", false, false, false, 3658), "mf", [], "any", false, false, false, 3658), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3661 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3661), "turnover", [], "any", false, false, false, 3661), "overall", [], "any", false, false, false, 3661), "GEN2", [], "any", false, false, false, 3661), "transformation", [], "any", false, false, false, 3661), "sm", [], "any", false, false, false, 3661), "fa", [], "any", false, false, false, 3661), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3664 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3664), "turnover", [], "any", false, false, false, 3664), "overall", [], "any", false, false, false, 3664), "GEN2", [], "any", false, false, false, 3664), "transformation", [], "any", false, false, false, 3664), "sm", [], "any", false, false, false, 3664), "fc", [], "any", false, false, false, 3664), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3667 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3667), "turnover", [], "any", false, false, false, 3667), "overall", [], "any", false, false, false, 3667), "GEN2", [], "any", false, false, false, 3667), "transformation", [], "any", false, false, false, 3667), "sm", [], "any", false, false, false, 3667), "fi", [], "any", false, false, false, 3667), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3670 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3670), "turnover", [], "any", false, false, false, 3670), "overall", [], "any", false, false, false, 3670), "GEN2", [], "any", false, false, false, 3670), "transformation", [], "any", false, false, false, 3670), "sm", [], "any", false, false, false, 3670), "fw", [], "any", false, false, false, 3670), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3673 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3673), "turnover", [], "any", false, false, false, 3673), "overall", [], "any", false, false, false, 3673), "GEN2", [], "any", false, false, false, 3673), "transformation", [], "any", false, false, false, 3673), "sm", [], "any", false, false, false, 3673), "ff", [], "any", false, false, false, 3673), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN3 >= R50 million and < R60 million </td> <td align=\"right\"> "; // line 3681 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3681), "turnover", [], "any", false, false, false, 3681), "overall", [], "any", false, false, false, 3681), "GEN3", [], "any", false, false, false, 3681), "transformation", [], "any", false, false, false, 3681), "sm", [], "any", false, false, false, 3681), "ma", [], "any", false, false, false, 3681), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3684 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3684), "turnover", [], "any", false, false, false, 3684), "overall", [], "any", false, false, false, 3684), "GEN3", [], "any", false, false, false, 3684), "transformation", [], "any", false, false, false, 3684), "sm", [], "any", false, false, false, 3684), "mc", [], "any", false, false, false, 3684), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3687 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3687), "turnover", [], "any", false, false, false, 3687), "overall", [], "any", false, false, false, 3687), "GEN3", [], "any", false, false, false, 3687), "transformation", [], "any", false, false, false, 3687), "sm", [], "any", false, false, false, 3687), "mi", [], "any", false, false, false, 3687), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3690 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3690), "turnover", [], "any", false, false, false, 3690), "overall", [], "any", false, false, false, 3690), "GEN3", [], "any", false, false, false, 3690), "transformation", [], "any", false, false, false, 3690), "sm", [], "any", false, false, false, 3690), "mw", [], "any", false, false, false, 3690), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3693 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3693), "turnover", [], "any", false, false, false, 3693), "overall", [], "any", false, false, false, 3693), "GEN3", [], "any", false, false, false, 3693), "transformation", [], "any", false, false, false, 3693), "sm", [], "any", false, false, false, 3693), "mf", [], "any", false, false, false, 3693), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3696 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3696), "turnover", [], "any", false, false, false, 3696), "overall", [], "any", false, false, false, 3696), "GEN3", [], "any", false, false, false, 3696), "transformation", [], "any", false, false, false, 3696), "sm", [], "any", false, false, false, 3696), "fa", [], "any", false, false, false, 3696), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3699 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3699), "turnover", [], "any", false, false, false, 3699), "overall", [], "any", false, false, false, 3699), "GEN3", [], "any", false, false, false, 3699), "transformation", [], "any", false, false, false, 3699), "sm", [], "any", false, false, false, 3699), "fc", [], "any", false, false, false, 3699), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3702 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3702), "turnover", [], "any", false, false, false, 3702), "overall", [], "any", false, false, false, 3702), "GEN3", [], "any", false, false, false, 3702), "transformation", [], "any", false, false, false, 3702), "sm", [], "any", false, false, false, 3702), "fi", [], "any", false, false, false, 3702), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3705 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3705), "turnover", [], "any", false, false, false, 3705), "overall", [], "any", false, false, false, 3705), "GEN3", [], "any", false, false, false, 3705), "transformation", [], "any", false, false, false, 3705), "sm", [], "any", false, false, false, 3705), "fw", [], "any", false, false, false, 3705), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3708 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3708), "turnover", [], "any", false, false, false, 3708), "overall", [], "any", false, false, false, 3708), "GEN3", [], "any", false, false, false, 3708), "transformation", [], "any", false, false, false, 3708), "sm", [], "any", false, false, false, 3708), "ff", [], "any", false, false, false, 3708), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN4 >= R60 million and < R70 million </td> <td align=\"right\"> "; // line 3716 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3716), "turnover", [], "any", false, false, false, 3716), "overall", [], "any", false, false, false, 3716), "GEN4", [], "any", false, false, false, 3716), "transformation", [], "any", false, false, false, 3716), "sm", [], "any", false, false, false, 3716), "ma", [], "any", false, false, false, 3716), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3719 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3719), "turnover", [], "any", false, false, false, 3719), "overall", [], "any", false, false, false, 3719), "GEN4", [], "any", false, false, false, 3719), "transformation", [], "any", false, false, false, 3719), "sm", [], "any", false, false, false, 3719), "mc", [], "any", false, false, false, 3719), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3722 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3722), "turnover", [], "any", false, false, false, 3722), "overall", [], "any", false, false, false, 3722), "GEN4", [], "any", false, false, false, 3722), "transformation", [], "any", false, false, false, 3722), "sm", [], "any", false, false, false, 3722), "mi", [], "any", false, false, false, 3722), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3725 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3725), "turnover", [], "any", false, false, false, 3725), "overall", [], "any", false, false, false, 3725), "GEN4", [], "any", false, false, false, 3725), "transformation", [], "any", false, false, false, 3725), "sm", [], "any", false, false, false, 3725), "mw", [], "any", false, false, false, 3725), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3728 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3728), "turnover", [], "any", false, false, false, 3728), "overall", [], "any", false, false, false, 3728), "GEN4", [], "any", false, false, false, 3728), "transformation", [], "any", false, false, false, 3728), "sm", [], "any", false, false, false, 3728), "mf", [], "any", false, false, false, 3728), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3731 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3731), "turnover", [], "any", false, false, false, 3731), "overall", [], "any", false, false, false, 3731), "GEN4", [], "any", false, false, false, 3731), "transformation", [], "any", false, false, false, 3731), "sm", [], "any", false, false, false, 3731), "fa", [], "any", false, false, false, 3731), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3734 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3734), "turnover", [], "any", false, false, false, 3734), "overall", [], "any", false, false, false, 3734), "GEN4", [], "any", false, false, false, 3734), "transformation", [], "any", false, false, false, 3734), "sm", [], "any", false, false, false, 3734), "fc", [], "any", false, false, false, 3734), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3737 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3737), "turnover", [], "any", false, false, false, 3737), "overall", [], "any", false, false, false, 3737), "GEN4", [], "any", false, false, false, 3737), "transformation", [], "any", false, false, false, 3737), "sm", [], "any", false, false, false, 3737), "fi", [], "any", false, false, false, 3737), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3740 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3740), "turnover", [], "any", false, false, false, 3740), "overall", [], "any", false, false, false, 3740), "GEN4", [], "any", false, false, false, 3740), "transformation", [], "any", false, false, false, 3740), "sm", [], "any", false, false, false, 3740), "fw", [], "any", false, false, false, 3740), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3743 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3743), "turnover", [], "any", false, false, false, 3743), "overall", [], "any", false, false, false, 3743), "GEN4", [], "any", false, false, false, 3743), "transformation", [], "any", false, false, false, 3743), "sm", [], "any", false, false, false, 3743), "ff", [], "any", false, false, false, 3743), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN5 >= R70 million and < R80 million </td> <td align=\"right\"> "; // line 3751 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3751), "turnover", [], "any", false, false, false, 3751), "overall", [], "any", false, false, false, 3751), "GEN5", [], "any", false, false, false, 3751), "transformation", [], "any", false, false, false, 3751), "sm", [], "any", false, false, false, 3751), "ma", [], "any", false, false, false, 3751), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3754 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3754), "turnover", [], "any", false, false, false, 3754), "overall", [], "any", false, false, false, 3754), "GEN5", [], "any", false, false, false, 3754), "transformation", [], "any", false, false, false, 3754), "sm", [], "any", false, false, false, 3754), "mc", [], "any", false, false, false, 3754), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3757 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3757), "turnover", [], "any", false, false, false, 3757), "overall", [], "any", false, false, false, 3757), "GEN5", [], "any", false, false, false, 3757), "transformation", [], "any", false, false, false, 3757), "sm", [], "any", false, false, false, 3757), "mi", [], "any", false, false, false, 3757), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3760 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3760), "turnover", [], "any", false, false, false, 3760), "overall", [], "any", false, false, false, 3760), "GEN5", [], "any", false, false, false, 3760), "transformation", [], "any", false, false, false, 3760), "sm", [], "any", false, false, false, 3760), "mw", [], "any", false, false, false, 3760), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3763 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3763), "turnover", [], "any", false, false, false, 3763), "overall", [], "any", false, false, false, 3763), "GEN5", [], "any", false, false, false, 3763), "transformation", [], "any", false, false, false, 3763), "sm", [], "any", false, false, false, 3763), "mf", [], "any", false, false, false, 3763), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3766 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3766), "turnover", [], "any", false, false, false, 3766), "overall", [], "any", false, false, false, 3766), "GEN5", [], "any", false, false, false, 3766), "transformation", [], "any", false, false, false, 3766), "sm", [], "any", false, false, false, 3766), "fa", [], "any", false, false, false, 3766), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3769 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3769), "turnover", [], "any", false, false, false, 3769), "overall", [], "any", false, false, false, 3769), "GEN5", [], "any", false, false, false, 3769), "transformation", [], "any", false, false, false, 3769), "sm", [], "any", false, false, false, 3769), "fc", [], "any", false, false, false, 3769), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3772 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3772), "turnover", [], "any", false, false, false, 3772), "overall", [], "any", false, false, false, 3772), "GEN5", [], "any", false, false, false, 3772), "transformation", [], "any", false, false, false, 3772), "sm", [], "any", false, false, false, 3772), "fi", [], "any", false, false, false, 3772), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3775 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3775), "turnover", [], "any", false, false, false, 3775), "overall", [], "any", false, false, false, 3775), "GEN5", [], "any", false, false, false, 3775), "transformation", [], "any", false, false, false, 3775), "sm", [], "any", false, false, false, 3775), "fw", [], "any", false, false, false, 3775), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3778 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3778), "turnover", [], "any", false, false, false, 3778), "overall", [], "any", false, false, false, 3778), "GEN5", [], "any", false, false, false, 3778), "transformation", [], "any", false, false, false, 3778), "sm", [], "any", false, false, false, 3778), "ff", [], "any", false, false, false, 3778), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN6 >= R80 million and < R90 million </td> <td align=\"right\"> "; // line 3786 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3786), "turnover", [], "any", false, false, false, 3786), "overall", [], "any", false, false, false, 3786), "GEN6", [], "any", false, false, false, 3786), "transformation", [], "any", false, false, false, 3786), "sm", [], "any", false, false, false, 3786), "ma", [], "any", false, false, false, 3786), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3789 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3789), "turnover", [], "any", false, false, false, 3789), "overall", [], "any", false, false, false, 3789), "GEN6", [], "any", false, false, false, 3789), "transformation", [], "any", false, false, false, 3789), "sm", [], "any", false, false, false, 3789), "mc", [], "any", false, false, false, 3789), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3792 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3792), "turnover", [], "any", false, false, false, 3792), "overall", [], "any", false, false, false, 3792), "GEN6", [], "any", false, false, false, 3792), "transformation", [], "any", false, false, false, 3792), "sm", [], "any", false, false, false, 3792), "mi", [], "any", false, false, false, 3792), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3795 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3795), "turnover", [], "any", false, false, false, 3795), "overall", [], "any", false, false, false, 3795), "GEN6", [], "any", false, false, false, 3795), "transformation", [], "any", false, false, false, 3795), "sm", [], "any", false, false, false, 3795), "mw", [], "any", false, false, false, 3795), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3798 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3798), "turnover", [], "any", false, false, false, 3798), "overall", [], "any", false, false, false, 3798), "GEN6", [], "any", false, false, false, 3798), "transformation", [], "any", false, false, false, 3798), "sm", [], "any", false, false, false, 3798), "mf", [], "any", false, false, false, 3798), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3801 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3801), "turnover", [], "any", false, false, false, 3801), "overall", [], "any", false, false, false, 3801), "GEN6", [], "any", false, false, false, 3801), "transformation", [], "any", false, false, false, 3801), "sm", [], "any", false, false, false, 3801), "fa", [], "any", false, false, false, 3801), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3804 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3804), "turnover", [], "any", false, false, false, 3804), "overall", [], "any", false, false, false, 3804), "GEN6", [], "any", false, false, false, 3804), "transformation", [], "any", false, false, false, 3804), "sm", [], "any", false, false, false, 3804), "fc", [], "any", false, false, false, 3804), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3807 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3807), "turnover", [], "any", false, false, false, 3807), "overall", [], "any", false, false, false, 3807), "GEN6", [], "any", false, false, false, 3807), "transformation", [], "any", false, false, false, 3807), "sm", [], "any", false, false, false, 3807), "fi", [], "any", false, false, false, 3807), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3810 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3810), "turnover", [], "any", false, false, false, 3810), "overall", [], "any", false, false, false, 3810), "GEN6", [], "any", false, false, false, 3810), "transformation", [], "any", false, false, false, 3810), "sm", [], "any", false, false, false, 3810), "fw", [], "any", false, false, false, 3810), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3813 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3813), "turnover", [], "any", false, false, false, 3813), "overall", [], "any", false, false, false, 3813), "GEN6", [], "any", false, false, false, 3813), "transformation", [], "any", false, false, false, 3813), "sm", [], "any", false, false, false, 3813), "ff", [], "any", false, false, false, 3813), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN7 >= R90 million and < R100 million </td> <td align=\"right\"> "; // line 3821 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3821), "turnover", [], "any", false, false, false, 3821), "overall", [], "any", false, false, false, 3821), "GEN7", [], "any", false, false, false, 3821), "transformation", [], "any", false, false, false, 3821), "sm", [], "any", false, false, false, 3821), "ma", [], "any", false, false, false, 3821), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3824 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3824), "turnover", [], "any", false, false, false, 3824), "overall", [], "any", false, false, false, 3824), "GEN7", [], "any", false, false, false, 3824), "transformation", [], "any", false, false, false, 3824), "sm", [], "any", false, false, false, 3824), "mc", [], "any", false, false, false, 3824), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3827 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3827), "turnover", [], "any", false, false, false, 3827), "overall", [], "any", false, false, false, 3827), "GEN7", [], "any", false, false, false, 3827), "transformation", [], "any", false, false, false, 3827), "sm", [], "any", false, false, false, 3827), "mi", [], "any", false, false, false, 3827), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3830 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3830), "turnover", [], "any", false, false, false, 3830), "overall", [], "any", false, false, false, 3830), "GEN7", [], "any", false, false, false, 3830), "transformation", [], "any", false, false, false, 3830), "sm", [], "any", false, false, false, 3830), "mw", [], "any", false, false, false, 3830), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3833 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3833), "turnover", [], "any", false, false, false, 3833), "overall", [], "any", false, false, false, 3833), "GEN7", [], "any", false, false, false, 3833), "transformation", [], "any", false, false, false, 3833), "sm", [], "any", false, false, false, 3833), "mf", [], "any", false, false, false, 3833), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3836 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3836), "turnover", [], "any", false, false, false, 3836), "overall", [], "any", false, false, false, 3836), "GEN7", [], "any", false, false, false, 3836), "transformation", [], "any", false, false, false, 3836), "sm", [], "any", false, false, false, 3836), "fa", [], "any", false, false, false, 3836), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3839 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3839), "turnover", [], "any", false, false, false, 3839), "overall", [], "any", false, false, false, 3839), "GEN7", [], "any", false, false, false, 3839), "transformation", [], "any", false, false, false, 3839), "sm", [], "any", false, false, false, 3839), "fc", [], "any", false, false, false, 3839), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3842 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3842), "turnover", [], "any", false, false, false, 3842), "overall", [], "any", false, false, false, 3842), "GEN7", [], "any", false, false, false, 3842), "transformation", [], "any", false, false, false, 3842), "sm", [], "any", false, false, false, 3842), "fi", [], "any", false, false, false, 3842), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3845 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3845), "turnover", [], "any", false, false, false, 3845), "overall", [], "any", false, false, false, 3845), "GEN7", [], "any", false, false, false, 3845), "transformation", [], "any", false, false, false, 3845), "sm", [], "any", false, false, false, 3845), "fw", [], "any", false, false, false, 3845), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3848 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3848), "turnover", [], "any", false, false, false, 3848), "overall", [], "any", false, false, false, 3848), "GEN7", [], "any", false, false, false, 3848), "transformation", [], "any", false, false, false, 3848), "sm", [], "any", false, false, false, 3848), "ff", [], "any", false, false, false, 3848), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN8 >= R100 million </td> <td align=\"right\"> "; // line 3856 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3856), "turnover", [], "any", false, false, false, 3856), "overall", [], "any", false, false, false, 3856), "GEN8", [], "any", false, false, false, 3856), "transformation", [], "any", false, false, false, 3856), "sm", [], "any", false, false, false, 3856), "ma", [], "any", false, false, false, 3856), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3859 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3859), "turnover", [], "any", false, false, false, 3859), "overall", [], "any", false, false, false, 3859), "GEN8", [], "any", false, false, false, 3859), "transformation", [], "any", false, false, false, 3859), "sm", [], "any", false, false, false, 3859), "mc", [], "any", false, false, false, 3859), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3862 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3862), "turnover", [], "any", false, false, false, 3862), "overall", [], "any", false, false, false, 3862), "GEN8", [], "any", false, false, false, 3862), "transformation", [], "any", false, false, false, 3862), "sm", [], "any", false, false, false, 3862), "mi", [], "any", false, false, false, 3862), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3865 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3865), "turnover", [], "any", false, false, false, 3865), "overall", [], "any", false, false, false, 3865), "GEN8", [], "any", false, false, false, 3865), "transformation", [], "any", false, false, false, 3865), "sm", [], "any", false, false, false, 3865), "mw", [], "any", false, false, false, 3865), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3868 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3868), "turnover", [], "any", false, false, false, 3868), "overall", [], "any", false, false, false, 3868), "GEN8", [], "any", false, false, false, 3868), "transformation", [], "any", false, false, false, 3868), "sm", [], "any", false, false, false, 3868), "mf", [], "any", false, false, false, 3868), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3871 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3871), "turnover", [], "any", false, false, false, 3871), "overall", [], "any", false, false, false, 3871), "GEN8", [], "any", false, false, false, 3871), "transformation", [], "any", false, false, false, 3871), "sm", [], "any", false, false, false, 3871), "fa", [], "any", false, false, false, 3871), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3874 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3874), "turnover", [], "any", false, false, false, 3874), "overall", [], "any", false, false, false, 3874), "GEN8", [], "any", false, false, false, 3874), "transformation", [], "any", false, false, false, 3874), "sm", [], "any", false, false, false, 3874), "fc", [], "any", false, false, false, 3874), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3877 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3877), "turnover", [], "any", false, false, false, 3877), "overall", [], "any", false, false, false, 3877), "GEN8", [], "any", false, false, false, 3877), "transformation", [], "any", false, false, false, 3877), "sm", [], "any", false, false, false, 3877), "fi", [], "any", false, false, false, 3877), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3880 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3880), "turnover", [], "any", false, false, false, 3880), "overall", [], "any", false, false, false, 3880), "GEN8", [], "any", false, false, false, 3880), "transformation", [], "any", false, false, false, 3880), "sm", [], "any", false, false, false, 3880), "fw", [], "any", false, false, false, 3880), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3883 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3883), "turnover", [], "any", false, false, false, 3883), "overall", [], "any", false, false, false, 3883), "GEN8", [], "any", false, false, false, 3883), "transformation", [], "any", false, false, false, 3883), "sm", [], "any", false, false, false, 3883), "ff", [], "any", false, false, false, 3883), 0, ".", " "), "html", null, true); yield " </td> </tr> </table> </div> </div> <div class=\"row\"> <div class=\"col-sm-12\"> "; // line 3893 $context["chartCanvasId"] = ("groupbarStaffByTypeCatSM" . $context["year"]); // line 3894 yield " "; // line 3895 yield from $this->load("@CoreBundle/Default/chart.html.twig", 3895)->unwrap()->yield($context); // line 3896 yield " </div> </div> <script language=\"javascript\"> canvasNames[canvasNames.length] = 'groupbarStaffByTypeCatSM"; // line 3901 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 3902 yield json_encode(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3902), "staff_to_cat_data_sm", [], "any", false, false, false, 3902), "datasets", [], "any", false, false, false, 3902)); yield "; labelSets[labelSets.length] = "; // line 3903 yield json_encode(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3903), "staff_to_cat_data_sm", [], "any", false, false, false, 3903), "labels", [], "any", false, false, false, 3903)); yield "; labels[labels.length] = 'Staff by Turnover and Category - Senior Management'; </script> <h4>Staff by Turnover and Category - Professional</h4> <div class=\"row\"> <div class=\"col-sm-12\"> <table class=\"table-bordered\"> <tr> <th> Turnover </th> <th> Male - African </th> <th> Male - Coloured </th> <th> Male - Indian </th> <th> Male - White </th> <th> Male - Foreign </th> <th> Female - African </th> <th> Female - Coloured </th> <th> Female - Indian </th> <th> Female - White </th> <th> Female - Foreign </th> </tr> <tr> <td> EME1 < R3 million </td> <td align=\"right\"> "; // line 3951 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3951), "turnover", [], "any", false, false, false, 3951), "overall", [], "any", false, false, false, 3951), "EME1", [], "any", false, false, false, 3951), "transformation", [], "any", false, false, false, 3951), "pro", [], "any", false, false, false, 3951), "ma", [], "any", false, false, false, 3951), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3954 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3954), "turnover", [], "any", false, false, false, 3954), "overall", [], "any", false, false, false, 3954), "EME1", [], "any", false, false, false, 3954), "transformation", [], "any", false, false, false, 3954), "pro", [], "any", false, false, false, 3954), "mc", [], "any", false, false, false, 3954), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3957 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3957), "turnover", [], "any", false, false, false, 3957), "overall", [], "any", false, false, false, 3957), "EME1", [], "any", false, false, false, 3957), "transformation", [], "any", false, false, false, 3957), "pro", [], "any", false, false, false, 3957), "mi", [], "any", false, false, false, 3957), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3960 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3960), "turnover", [], "any", false, false, false, 3960), "overall", [], "any", false, false, false, 3960), "EME1", [], "any", false, false, false, 3960), "transformation", [], "any", false, false, false, 3960), "pro", [], "any", false, false, false, 3960), "mw", [], "any", false, false, false, 3960), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3963 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3963), "turnover", [], "any", false, false, false, 3963), "overall", [], "any", false, false, false, 3963), "EME1", [], "any", false, false, false, 3963), "transformation", [], "any", false, false, false, 3963), "pro", [], "any", false, false, false, 3963), "mf", [], "any", false, false, false, 3963), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3966 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3966), "turnover", [], "any", false, false, false, 3966), "overall", [], "any", false, false, false, 3966), "EME1", [], "any", false, false, false, 3966), "transformation", [], "any", false, false, false, 3966), "pro", [], "any", false, false, false, 3966), "fa", [], "any", false, false, false, 3966), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3969 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3969), "turnover", [], "any", false, false, false, 3969), "overall", [], "any", false, false, false, 3969), "EME1", [], "any", false, false, false, 3969), "transformation", [], "any", false, false, false, 3969), "pro", [], "any", false, false, false, 3969), "fc", [], "any", false, false, false, 3969), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3972 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3972), "turnover", [], "any", false, false, false, 3972), "overall", [], "any", false, false, false, 3972), "EME1", [], "any", false, false, false, 3972), "transformation", [], "any", false, false, false, 3972), "pro", [], "any", false, false, false, 3972), "fi", [], "any", false, false, false, 3972), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3975 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3975), "turnover", [], "any", false, false, false, 3975), "overall", [], "any", false, false, false, 3975), "EME1", [], "any", false, false, false, 3975), "transformation", [], "any", false, false, false, 3975), "pro", [], "any", false, false, false, 3975), "fw", [], "any", false, false, false, 3975), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3978 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3978), "turnover", [], "any", false, false, false, 3978), "overall", [], "any", false, false, false, 3978), "EME1", [], "any", false, false, false, 3978), "transformation", [], "any", false, false, false, 3978), "pro", [], "any", false, false, false, 3978), "ff", [], "any", false, false, false, 3978), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> EME2 >= R3 million and < R6 million </td> <td align=\"right\"> "; // line 3986 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3986), "turnover", [], "any", false, false, false, 3986), "overall", [], "any", false, false, false, 3986), "EME2", [], "any", false, false, false, 3986), "transformation", [], "any", false, false, false, 3986), "pro", [], "any", false, false, false, 3986), "ma", [], "any", false, false, false, 3986), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3989 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3989), "turnover", [], "any", false, false, false, 3989), "overall", [], "any", false, false, false, 3989), "EME2", [], "any", false, false, false, 3989), "transformation", [], "any", false, false, false, 3989), "pro", [], "any", false, false, false, 3989), "mc", [], "any", false, false, false, 3989), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3992 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3992), "turnover", [], "any", false, false, false, 3992), "overall", [], "any", false, false, false, 3992), "EME2", [], "any", false, false, false, 3992), "transformation", [], "any", false, false, false, 3992), "pro", [], "any", false, false, false, 3992), "mi", [], "any", false, false, false, 3992), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3995 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3995), "turnover", [], "any", false, false, false, 3995), "overall", [], "any", false, false, false, 3995), "EME2", [], "any", false, false, false, 3995), "transformation", [], "any", false, false, false, 3995), "pro", [], "any", false, false, false, 3995), "mw", [], "any", false, false, false, 3995), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 3998 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 3998), "turnover", [], "any", false, false, false, 3998), "overall", [], "any", false, false, false, 3998), "EME2", [], "any", false, false, false, 3998), "transformation", [], "any", false, false, false, 3998), "pro", [], "any", false, false, false, 3998), "mf", [], "any", false, false, false, 3998), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4001 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4001), "turnover", [], "any", false, false, false, 4001), "overall", [], "any", false, false, false, 4001), "EME2", [], "any", false, false, false, 4001), "transformation", [], "any", false, false, false, 4001), "pro", [], "any", false, false, false, 4001), "fa", [], "any", false, false, false, 4001), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4004 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4004), "turnover", [], "any", false, false, false, 4004), "overall", [], "any", false, false, false, 4004), "EME2", [], "any", false, false, false, 4004), "transformation", [], "any", false, false, false, 4004), "pro", [], "any", false, false, false, 4004), "fc", [], "any", false, false, false, 4004), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4007 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4007), "turnover", [], "any", false, false, false, 4007), "overall", [], "any", false, false, false, 4007), "EME2", [], "any", false, false, false, 4007), "transformation", [], "any", false, false, false, 4007), "pro", [], "any", false, false, false, 4007), "fi", [], "any", false, false, false, 4007), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4010 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4010), "turnover", [], "any", false, false, false, 4010), "overall", [], "any", false, false, false, 4010), "EME2", [], "any", false, false, false, 4010), "transformation", [], "any", false, false, false, 4010), "pro", [], "any", false, false, false, 4010), "fw", [], "any", false, false, false, 4010), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4013 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4013), "turnover", [], "any", false, false, false, 4013), "overall", [], "any", false, false, false, 4013), "EME2", [], "any", false, false, false, 4013), "transformation", [], "any", false, false, false, 4013), "pro", [], "any", false, false, false, 4013), "ff", [], "any", false, false, false, 4013), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE1 >= R6 million and < R10 million </td> <td align=\"right\"> "; // line 4021 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4021), "turnover", [], "any", false, false, false, 4021), "overall", [], "any", false, false, false, 4021), "QSE1", [], "any", false, false, false, 4021), "transformation", [], "any", false, false, false, 4021), "pro", [], "any", false, false, false, 4021), "ma", [], "any", false, false, false, 4021), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4024 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4024), "turnover", [], "any", false, false, false, 4024), "overall", [], "any", false, false, false, 4024), "QSE1", [], "any", false, false, false, 4024), "transformation", [], "any", false, false, false, 4024), "pro", [], "any", false, false, false, 4024), "mc", [], "any", false, false, false, 4024), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4027 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4027), "turnover", [], "any", false, false, false, 4027), "overall", [], "any", false, false, false, 4027), "QSE1", [], "any", false, false, false, 4027), "transformation", [], "any", false, false, false, 4027), "pro", [], "any", false, false, false, 4027), "mi", [], "any", false, false, false, 4027), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4030 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4030), "turnover", [], "any", false, false, false, 4030), "overall", [], "any", false, false, false, 4030), "QSE1", [], "any", false, false, false, 4030), "transformation", [], "any", false, false, false, 4030), "pro", [], "any", false, false, false, 4030), "mw", [], "any", false, false, false, 4030), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4033 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4033), "turnover", [], "any", false, false, false, 4033), "overall", [], "any", false, false, false, 4033), "QSE1", [], "any", false, false, false, 4033), "transformation", [], "any", false, false, false, 4033), "pro", [], "any", false, false, false, 4033), "mf", [], "any", false, false, false, 4033), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4036 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4036), "turnover", [], "any", false, false, false, 4036), "overall", [], "any", false, false, false, 4036), "QSE1", [], "any", false, false, false, 4036), "transformation", [], "any", false, false, false, 4036), "pro", [], "any", false, false, false, 4036), "fa", [], "any", false, false, false, 4036), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4039 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4039), "turnover", [], "any", false, false, false, 4039), "overall", [], "any", false, false, false, 4039), "QSE1", [], "any", false, false, false, 4039), "transformation", [], "any", false, false, false, 4039), "pro", [], "any", false, false, false, 4039), "fc", [], "any", false, false, false, 4039), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4042 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4042), "turnover", [], "any", false, false, false, 4042), "overall", [], "any", false, false, false, 4042), "QSE1", [], "any", false, false, false, 4042), "transformation", [], "any", false, false, false, 4042), "pro", [], "any", false, false, false, 4042), "fi", [], "any", false, false, false, 4042), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4045 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4045), "turnover", [], "any", false, false, false, 4045), "overall", [], "any", false, false, false, 4045), "QSE1", [], "any", false, false, false, 4045), "transformation", [], "any", false, false, false, 4045), "pro", [], "any", false, false, false, 4045), "fw", [], "any", false, false, false, 4045), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4048 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4048), "turnover", [], "any", false, false, false, 4048), "overall", [], "any", false, false, false, 4048), "QSE1", [], "any", false, false, false, 4048), "transformation", [], "any", false, false, false, 4048), "pro", [], "any", false, false, false, 4048), "ff", [], "any", false, false, false, 4048), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE2 >= R10 million and < R15 million </td> <td align=\"right\"> "; // line 4056 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4056), "turnover", [], "any", false, false, false, 4056), "overall", [], "any", false, false, false, 4056), "QSE2", [], "any", false, false, false, 4056), "transformation", [], "any", false, false, false, 4056), "pro", [], "any", false, false, false, 4056), "ma", [], "any", false, false, false, 4056), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4059 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4059), "turnover", [], "any", false, false, false, 4059), "overall", [], "any", false, false, false, 4059), "QSE2", [], "any", false, false, false, 4059), "transformation", [], "any", false, false, false, 4059), "pro", [], "any", false, false, false, 4059), "mc", [], "any", false, false, false, 4059), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4062 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4062), "turnover", [], "any", false, false, false, 4062), "overall", [], "any", false, false, false, 4062), "QSE2", [], "any", false, false, false, 4062), "transformation", [], "any", false, false, false, 4062), "pro", [], "any", false, false, false, 4062), "mi", [], "any", false, false, false, 4062), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4065 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4065), "turnover", [], "any", false, false, false, 4065), "overall", [], "any", false, false, false, 4065), "QSE2", [], "any", false, false, false, 4065), "transformation", [], "any", false, false, false, 4065), "pro", [], "any", false, false, false, 4065), "mw", [], "any", false, false, false, 4065), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4068 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4068), "turnover", [], "any", false, false, false, 4068), "overall", [], "any", false, false, false, 4068), "QSE2", [], "any", false, false, false, 4068), "transformation", [], "any", false, false, false, 4068), "pro", [], "any", false, false, false, 4068), "mf", [], "any", false, false, false, 4068), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4071 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4071), "turnover", [], "any", false, false, false, 4071), "overall", [], "any", false, false, false, 4071), "QSE2", [], "any", false, false, false, 4071), "transformation", [], "any", false, false, false, 4071), "pro", [], "any", false, false, false, 4071), "fa", [], "any", false, false, false, 4071), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4074 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4074), "turnover", [], "any", false, false, false, 4074), "overall", [], "any", false, false, false, 4074), "QSE2", [], "any", false, false, false, 4074), "transformation", [], "any", false, false, false, 4074), "pro", [], "any", false, false, false, 4074), "fc", [], "any", false, false, false, 4074), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4077 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4077), "turnover", [], "any", false, false, false, 4077), "overall", [], "any", false, false, false, 4077), "QSE2", [], "any", false, false, false, 4077), "transformation", [], "any", false, false, false, 4077), "pro", [], "any", false, false, false, 4077), "fi", [], "any", false, false, false, 4077), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4080 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4080), "turnover", [], "any", false, false, false, 4080), "overall", [], "any", false, false, false, 4080), "QSE2", [], "any", false, false, false, 4080), "transformation", [], "any", false, false, false, 4080), "pro", [], "any", false, false, false, 4080), "fw", [], "any", false, false, false, 4080), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4083 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4083), "turnover", [], "any", false, false, false, 4083), "overall", [], "any", false, false, false, 4083), "QSE2", [], "any", false, false, false, 4083), "transformation", [], "any", false, false, false, 4083), "pro", [], "any", false, false, false, 4083), "ff", [], "any", false, false, false, 4083), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE3 >= R15 million and < R20 million </td> <td align=\"right\"> "; // line 4091 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4091), "turnover", [], "any", false, false, false, 4091), "overall", [], "any", false, false, false, 4091), "QSE3", [], "any", false, false, false, 4091), "transformation", [], "any", false, false, false, 4091), "pro", [], "any", false, false, false, 4091), "ma", [], "any", false, false, false, 4091), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4094 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4094), "turnover", [], "any", false, false, false, 4094), "overall", [], "any", false, false, false, 4094), "QSE3", [], "any", false, false, false, 4094), "transformation", [], "any", false, false, false, 4094), "pro", [], "any", false, false, false, 4094), "mc", [], "any", false, false, false, 4094), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4097 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4097), "turnover", [], "any", false, false, false, 4097), "overall", [], "any", false, false, false, 4097), "QSE3", [], "any", false, false, false, 4097), "transformation", [], "any", false, false, false, 4097), "pro", [], "any", false, false, false, 4097), "mi", [], "any", false, false, false, 4097), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4100 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4100), "turnover", [], "any", false, false, false, 4100), "overall", [], "any", false, false, false, 4100), "QSE3", [], "any", false, false, false, 4100), "transformation", [], "any", false, false, false, 4100), "pro", [], "any", false, false, false, 4100), "mw", [], "any", false, false, false, 4100), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4103 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4103), "turnover", [], "any", false, false, false, 4103), "overall", [], "any", false, false, false, 4103), "QSE3", [], "any", false, false, false, 4103), "transformation", [], "any", false, false, false, 4103), "pro", [], "any", false, false, false, 4103), "mf", [], "any", false, false, false, 4103), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4106 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4106), "turnover", [], "any", false, false, false, 4106), "overall", [], "any", false, false, false, 4106), "QSE3", [], "any", false, false, false, 4106), "transformation", [], "any", false, false, false, 4106), "pro", [], "any", false, false, false, 4106), "fa", [], "any", false, false, false, 4106), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4109 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4109), "turnover", [], "any", false, false, false, 4109), "overall", [], "any", false, false, false, 4109), "QSE3", [], "any", false, false, false, 4109), "transformation", [], "any", false, false, false, 4109), "pro", [], "any", false, false, false, 4109), "fc", [], "any", false, false, false, 4109), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4112 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4112), "turnover", [], "any", false, false, false, 4112), "overall", [], "any", false, false, false, 4112), "QSE3", [], "any", false, false, false, 4112), "transformation", [], "any", false, false, false, 4112), "pro", [], "any", false, false, false, 4112), "fi", [], "any", false, false, false, 4112), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4115 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4115), "turnover", [], "any", false, false, false, 4115), "overall", [], "any", false, false, false, 4115), "QSE3", [], "any", false, false, false, 4115), "transformation", [], "any", false, false, false, 4115), "pro", [], "any", false, false, false, 4115), "fw", [], "any", false, false, false, 4115), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4118 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4118), "turnover", [], "any", false, false, false, 4118), "overall", [], "any", false, false, false, 4118), "QSE3", [], "any", false, false, false, 4118), "transformation", [], "any", false, false, false, 4118), "pro", [], "any", false, false, false, 4118), "ff", [], "any", false, false, false, 4118), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE4 >= R20 million and < R25 million </td> <td align=\"right\"> "; // line 4126 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4126), "turnover", [], "any", false, false, false, 4126), "overall", [], "any", false, false, false, 4126), "QSE4", [], "any", false, false, false, 4126), "transformation", [], "any", false, false, false, 4126), "pro", [], "any", false, false, false, 4126), "ma", [], "any", false, false, false, 4126), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4129 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4129), "turnover", [], "any", false, false, false, 4129), "overall", [], "any", false, false, false, 4129), "QSE4", [], "any", false, false, false, 4129), "transformation", [], "any", false, false, false, 4129), "pro", [], "any", false, false, false, 4129), "mc", [], "any", false, false, false, 4129), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4132 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4132), "turnover", [], "any", false, false, false, 4132), "overall", [], "any", false, false, false, 4132), "QSE4", [], "any", false, false, false, 4132), "transformation", [], "any", false, false, false, 4132), "pro", [], "any", false, false, false, 4132), "mi", [], "any", false, false, false, 4132), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4135 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4135), "turnover", [], "any", false, false, false, 4135), "overall", [], "any", false, false, false, 4135), "QSE4", [], "any", false, false, false, 4135), "transformation", [], "any", false, false, false, 4135), "pro", [], "any", false, false, false, 4135), "mw", [], "any", false, false, false, 4135), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4138 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4138), "turnover", [], "any", false, false, false, 4138), "overall", [], "any", false, false, false, 4138), "QSE4", [], "any", false, false, false, 4138), "transformation", [], "any", false, false, false, 4138), "pro", [], "any", false, false, false, 4138), "mf", [], "any", false, false, false, 4138), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4141 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4141), "turnover", [], "any", false, false, false, 4141), "overall", [], "any", false, false, false, 4141), "QSE4", [], "any", false, false, false, 4141), "transformation", [], "any", false, false, false, 4141), "pro", [], "any", false, false, false, 4141), "fa", [], "any", false, false, false, 4141), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4144 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4144), "turnover", [], "any", false, false, false, 4144), "overall", [], "any", false, false, false, 4144), "QSE4", [], "any", false, false, false, 4144), "transformation", [], "any", false, false, false, 4144), "pro", [], "any", false, false, false, 4144), "fc", [], "any", false, false, false, 4144), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4147 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4147), "turnover", [], "any", false, false, false, 4147), "overall", [], "any", false, false, false, 4147), "QSE4", [], "any", false, false, false, 4147), "transformation", [], "any", false, false, false, 4147), "pro", [], "any", false, false, false, 4147), "fi", [], "any", false, false, false, 4147), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4150 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4150), "turnover", [], "any", false, false, false, 4150), "overall", [], "any", false, false, false, 4150), "QSE4", [], "any", false, false, false, 4150), "transformation", [], "any", false, false, false, 4150), "pro", [], "any", false, false, false, 4150), "fw", [], "any", false, false, false, 4150), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4153 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4153), "turnover", [], "any", false, false, false, 4153), "overall", [], "any", false, false, false, 4153), "QSE4", [], "any", false, false, false, 4153), "transformation", [], "any", false, false, false, 4153), "pro", [], "any", false, false, false, 4153), "ff", [], "any", false, false, false, 4153), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN1 >= R25 million and < R35 million </td> <td align=\"right\"> "; // line 4161 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4161), "turnover", [], "any", false, false, false, 4161), "overall", [], "any", false, false, false, 4161), "GEN1", [], "any", false, false, false, 4161), "transformation", [], "any", false, false, false, 4161), "pro", [], "any", false, false, false, 4161), "ma", [], "any", false, false, false, 4161), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4164 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4164), "turnover", [], "any", false, false, false, 4164), "overall", [], "any", false, false, false, 4164), "GEN1", [], "any", false, false, false, 4164), "transformation", [], "any", false, false, false, 4164), "pro", [], "any", false, false, false, 4164), "mc", [], "any", false, false, false, 4164), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4167 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4167), "turnover", [], "any", false, false, false, 4167), "overall", [], "any", false, false, false, 4167), "GEN1", [], "any", false, false, false, 4167), "transformation", [], "any", false, false, false, 4167), "pro", [], "any", false, false, false, 4167), "mi", [], "any", false, false, false, 4167), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4170 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4170), "turnover", [], "any", false, false, false, 4170), "overall", [], "any", false, false, false, 4170), "GEN1", [], "any", false, false, false, 4170), "transformation", [], "any", false, false, false, 4170), "pro", [], "any", false, false, false, 4170), "mw", [], "any", false, false, false, 4170), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4173 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4173), "turnover", [], "any", false, false, false, 4173), "overall", [], "any", false, false, false, 4173), "GEN1", [], "any", false, false, false, 4173), "transformation", [], "any", false, false, false, 4173), "pro", [], "any", false, false, false, 4173), "mf", [], "any", false, false, false, 4173), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4176 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4176), "turnover", [], "any", false, false, false, 4176), "overall", [], "any", false, false, false, 4176), "GEN1", [], "any", false, false, false, 4176), "transformation", [], "any", false, false, false, 4176), "pro", [], "any", false, false, false, 4176), "fa", [], "any", false, false, false, 4176), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4179 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4179), "turnover", [], "any", false, false, false, 4179), "overall", [], "any", false, false, false, 4179), "GEN1", [], "any", false, false, false, 4179), "transformation", [], "any", false, false, false, 4179), "pro", [], "any", false, false, false, 4179), "fc", [], "any", false, false, false, 4179), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4182 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4182), "turnover", [], "any", false, false, false, 4182), "overall", [], "any", false, false, false, 4182), "GEN1", [], "any", false, false, false, 4182), "transformation", [], "any", false, false, false, 4182), "pro", [], "any", false, false, false, 4182), "fi", [], "any", false, false, false, 4182), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4185 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4185), "turnover", [], "any", false, false, false, 4185), "overall", [], "any", false, false, false, 4185), "GEN1", [], "any", false, false, false, 4185), "transformation", [], "any", false, false, false, 4185), "pro", [], "any", false, false, false, 4185), "fw", [], "any", false, false, false, 4185), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4188 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4188), "turnover", [], "any", false, false, false, 4188), "overall", [], "any", false, false, false, 4188), "GEN1", [], "any", false, false, false, 4188), "transformation", [], "any", false, false, false, 4188), "pro", [], "any", false, false, false, 4188), "ff", [], "any", false, false, false, 4188), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN2 >= R35 million and < R50 million </td> <td align=\"right\"> "; // line 4196 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4196), "turnover", [], "any", false, false, false, 4196), "overall", [], "any", false, false, false, 4196), "GEN2", [], "any", false, false, false, 4196), "transformation", [], "any", false, false, false, 4196), "pro", [], "any", false, false, false, 4196), "ma", [], "any", false, false, false, 4196), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4199 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4199), "turnover", [], "any", false, false, false, 4199), "overall", [], "any", false, false, false, 4199), "GEN2", [], "any", false, false, false, 4199), "transformation", [], "any", false, false, false, 4199), "pro", [], "any", false, false, false, 4199), "mc", [], "any", false, false, false, 4199), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4202 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4202), "turnover", [], "any", false, false, false, 4202), "overall", [], "any", false, false, false, 4202), "GEN2", [], "any", false, false, false, 4202), "transformation", [], "any", false, false, false, 4202), "pro", [], "any", false, false, false, 4202), "mi", [], "any", false, false, false, 4202), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4205 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4205), "turnover", [], "any", false, false, false, 4205), "overall", [], "any", false, false, false, 4205), "GEN2", [], "any", false, false, false, 4205), "transformation", [], "any", false, false, false, 4205), "pro", [], "any", false, false, false, 4205), "mw", [], "any", false, false, false, 4205), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4208 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4208), "turnover", [], "any", false, false, false, 4208), "overall", [], "any", false, false, false, 4208), "GEN2", [], "any", false, false, false, 4208), "transformation", [], "any", false, false, false, 4208), "pro", [], "any", false, false, false, 4208), "mf", [], "any", false, false, false, 4208), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4211 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4211), "turnover", [], "any", false, false, false, 4211), "overall", [], "any", false, false, false, 4211), "GEN2", [], "any", false, false, false, 4211), "transformation", [], "any", false, false, false, 4211), "pro", [], "any", false, false, false, 4211), "fa", [], "any", false, false, false, 4211), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4214 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4214), "turnover", [], "any", false, false, false, 4214), "overall", [], "any", false, false, false, 4214), "GEN2", [], "any", false, false, false, 4214), "transformation", [], "any", false, false, false, 4214), "pro", [], "any", false, false, false, 4214), "fc", [], "any", false, false, false, 4214), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4217 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4217), "turnover", [], "any", false, false, false, 4217), "overall", [], "any", false, false, false, 4217), "GEN2", [], "any", false, false, false, 4217), "transformation", [], "any", false, false, false, 4217), "pro", [], "any", false, false, false, 4217), "fi", [], "any", false, false, false, 4217), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4220 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4220), "turnover", [], "any", false, false, false, 4220), "overall", [], "any", false, false, false, 4220), "GEN2", [], "any", false, false, false, 4220), "transformation", [], "any", false, false, false, 4220), "pro", [], "any", false, false, false, 4220), "fw", [], "any", false, false, false, 4220), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4223 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4223), "turnover", [], "any", false, false, false, 4223), "overall", [], "any", false, false, false, 4223), "GEN2", [], "any", false, false, false, 4223), "transformation", [], "any", false, false, false, 4223), "pro", [], "any", false, false, false, 4223), "ff", [], "any", false, false, false, 4223), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN3 >= R50 million and < R60 million </td> <td align=\"right\"> "; // line 4231 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4231), "turnover", [], "any", false, false, false, 4231), "overall", [], "any", false, false, false, 4231), "GEN3", [], "any", false, false, false, 4231), "transformation", [], "any", false, false, false, 4231), "pro", [], "any", false, false, false, 4231), "ma", [], "any", false, false, false, 4231), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4234 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4234), "turnover", [], "any", false, false, false, 4234), "overall", [], "any", false, false, false, 4234), "GEN3", [], "any", false, false, false, 4234), "transformation", [], "any", false, false, false, 4234), "pro", [], "any", false, false, false, 4234), "mc", [], "any", false, false, false, 4234), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4237 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4237), "turnover", [], "any", false, false, false, 4237), "overall", [], "any", false, false, false, 4237), "GEN3", [], "any", false, false, false, 4237), "transformation", [], "any", false, false, false, 4237), "pro", [], "any", false, false, false, 4237), "mi", [], "any", false, false, false, 4237), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4240 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4240), "turnover", [], "any", false, false, false, 4240), "overall", [], "any", false, false, false, 4240), "GEN3", [], "any", false, false, false, 4240), "transformation", [], "any", false, false, false, 4240), "pro", [], "any", false, false, false, 4240), "mw", [], "any", false, false, false, 4240), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4243 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4243), "turnover", [], "any", false, false, false, 4243), "overall", [], "any", false, false, false, 4243), "GEN3", [], "any", false, false, false, 4243), "transformation", [], "any", false, false, false, 4243), "pro", [], "any", false, false, false, 4243), "mf", [], "any", false, false, false, 4243), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4246 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4246), "turnover", [], "any", false, false, false, 4246), "overall", [], "any", false, false, false, 4246), "GEN3", [], "any", false, false, false, 4246), "transformation", [], "any", false, false, false, 4246), "pro", [], "any", false, false, false, 4246), "fa", [], "any", false, false, false, 4246), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4249 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4249), "turnover", [], "any", false, false, false, 4249), "overall", [], "any", false, false, false, 4249), "GEN3", [], "any", false, false, false, 4249), "transformation", [], "any", false, false, false, 4249), "pro", [], "any", false, false, false, 4249), "fc", [], "any", false, false, false, 4249), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4252 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4252), "turnover", [], "any", false, false, false, 4252), "overall", [], "any", false, false, false, 4252), "GEN3", [], "any", false, false, false, 4252), "transformation", [], "any", false, false, false, 4252), "pro", [], "any", false, false, false, 4252), "fi", [], "any", false, false, false, 4252), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4255 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4255), "turnover", [], "any", false, false, false, 4255), "overall", [], "any", false, false, false, 4255), "GEN3", [], "any", false, false, false, 4255), "transformation", [], "any", false, false, false, 4255), "pro", [], "any", false, false, false, 4255), "fw", [], "any", false, false, false, 4255), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4258 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4258), "turnover", [], "any", false, false, false, 4258), "overall", [], "any", false, false, false, 4258), "GEN3", [], "any", false, false, false, 4258), "transformation", [], "any", false, false, false, 4258), "pro", [], "any", false, false, false, 4258), "ff", [], "any", false, false, false, 4258), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN4 >= R60 million and < R70 million </td> <td align=\"right\"> "; // line 4266 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4266), "turnover", [], "any", false, false, false, 4266), "overall", [], "any", false, false, false, 4266), "GEN4", [], "any", false, false, false, 4266), "transformation", [], "any", false, false, false, 4266), "pro", [], "any", false, false, false, 4266), "ma", [], "any", false, false, false, 4266), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4269 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4269), "turnover", [], "any", false, false, false, 4269), "overall", [], "any", false, false, false, 4269), "GEN4", [], "any", false, false, false, 4269), "transformation", [], "any", false, false, false, 4269), "pro", [], "any", false, false, false, 4269), "mc", [], "any", false, false, false, 4269), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4272 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4272), "turnover", [], "any", false, false, false, 4272), "overall", [], "any", false, false, false, 4272), "GEN4", [], "any", false, false, false, 4272), "transformation", [], "any", false, false, false, 4272), "pro", [], "any", false, false, false, 4272), "mi", [], "any", false, false, false, 4272), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4275 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4275), "turnover", [], "any", false, false, false, 4275), "overall", [], "any", false, false, false, 4275), "GEN4", [], "any", false, false, false, 4275), "transformation", [], "any", false, false, false, 4275), "pro", [], "any", false, false, false, 4275), "mw", [], "any", false, false, false, 4275), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4278 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4278), "turnover", [], "any", false, false, false, 4278), "overall", [], "any", false, false, false, 4278), "GEN4", [], "any", false, false, false, 4278), "transformation", [], "any", false, false, false, 4278), "pro", [], "any", false, false, false, 4278), "mf", [], "any", false, false, false, 4278), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4281 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4281), "turnover", [], "any", false, false, false, 4281), "overall", [], "any", false, false, false, 4281), "GEN4", [], "any", false, false, false, 4281), "transformation", [], "any", false, false, false, 4281), "pro", [], "any", false, false, false, 4281), "fa", [], "any", false, false, false, 4281), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4284 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4284), "turnover", [], "any", false, false, false, 4284), "overall", [], "any", false, false, false, 4284), "GEN4", [], "any", false, false, false, 4284), "transformation", [], "any", false, false, false, 4284), "pro", [], "any", false, false, false, 4284), "fc", [], "any", false, false, false, 4284), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4287 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4287), "turnover", [], "any", false, false, false, 4287), "overall", [], "any", false, false, false, 4287), "GEN4", [], "any", false, false, false, 4287), "transformation", [], "any", false, false, false, 4287), "pro", [], "any", false, false, false, 4287), "fi", [], "any", false, false, false, 4287), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4290 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4290), "turnover", [], "any", false, false, false, 4290), "overall", [], "any", false, false, false, 4290), "GEN4", [], "any", false, false, false, 4290), "transformation", [], "any", false, false, false, 4290), "pro", [], "any", false, false, false, 4290), "fw", [], "any", false, false, false, 4290), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4293 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4293), "turnover", [], "any", false, false, false, 4293), "overall", [], "any", false, false, false, 4293), "GEN4", [], "any", false, false, false, 4293), "transformation", [], "any", false, false, false, 4293), "pro", [], "any", false, false, false, 4293), "ff", [], "any", false, false, false, 4293), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN5 >= R70 million and < R80 million </td> <td align=\"right\"> "; // line 4301 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4301), "turnover", [], "any", false, false, false, 4301), "overall", [], "any", false, false, false, 4301), "GEN5", [], "any", false, false, false, 4301), "transformation", [], "any", false, false, false, 4301), "pro", [], "any", false, false, false, 4301), "ma", [], "any", false, false, false, 4301), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4304 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4304), "turnover", [], "any", false, false, false, 4304), "overall", [], "any", false, false, false, 4304), "GEN5", [], "any", false, false, false, 4304), "transformation", [], "any", false, false, false, 4304), "pro", [], "any", false, false, false, 4304), "mc", [], "any", false, false, false, 4304), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4307 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4307), "turnover", [], "any", false, false, false, 4307), "overall", [], "any", false, false, false, 4307), "GEN5", [], "any", false, false, false, 4307), "transformation", [], "any", false, false, false, 4307), "pro", [], "any", false, false, false, 4307), "mi", [], "any", false, false, false, 4307), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4310 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4310), "turnover", [], "any", false, false, false, 4310), "overall", [], "any", false, false, false, 4310), "GEN5", [], "any", false, false, false, 4310), "transformation", [], "any", false, false, false, 4310), "pro", [], "any", false, false, false, 4310), "mw", [], "any", false, false, false, 4310), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4313 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4313), "turnover", [], "any", false, false, false, 4313), "overall", [], "any", false, false, false, 4313), "GEN5", [], "any", false, false, false, 4313), "transformation", [], "any", false, false, false, 4313), "pro", [], "any", false, false, false, 4313), "mf", [], "any", false, false, false, 4313), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4316 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4316), "turnover", [], "any", false, false, false, 4316), "overall", [], "any", false, false, false, 4316), "GEN5", [], "any", false, false, false, 4316), "transformation", [], "any", false, false, false, 4316), "pro", [], "any", false, false, false, 4316), "fa", [], "any", false, false, false, 4316), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4319 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4319), "turnover", [], "any", false, false, false, 4319), "overall", [], "any", false, false, false, 4319), "GEN5", [], "any", false, false, false, 4319), "transformation", [], "any", false, false, false, 4319), "pro", [], "any", false, false, false, 4319), "fc", [], "any", false, false, false, 4319), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4322 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4322), "turnover", [], "any", false, false, false, 4322), "overall", [], "any", false, false, false, 4322), "GEN5", [], "any", false, false, false, 4322), "transformation", [], "any", false, false, false, 4322), "pro", [], "any", false, false, false, 4322), "fi", [], "any", false, false, false, 4322), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4325 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4325), "turnover", [], "any", false, false, false, 4325), "overall", [], "any", false, false, false, 4325), "GEN5", [], "any", false, false, false, 4325), "transformation", [], "any", false, false, false, 4325), "pro", [], "any", false, false, false, 4325), "fw", [], "any", false, false, false, 4325), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4328 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4328), "turnover", [], "any", false, false, false, 4328), "overall", [], "any", false, false, false, 4328), "GEN5", [], "any", false, false, false, 4328), "transformation", [], "any", false, false, false, 4328), "pro", [], "any", false, false, false, 4328), "ff", [], "any", false, false, false, 4328), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN6 >= R80 million and < R90 million </td> <td align=\"right\"> "; // line 4336 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4336), "turnover", [], "any", false, false, false, 4336), "overall", [], "any", false, false, false, 4336), "GEN6", [], "any", false, false, false, 4336), "transformation", [], "any", false, false, false, 4336), "pro", [], "any", false, false, false, 4336), "ma", [], "any", false, false, false, 4336), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4339 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4339), "turnover", [], "any", false, false, false, 4339), "overall", [], "any", false, false, false, 4339), "GEN6", [], "any", false, false, false, 4339), "transformation", [], "any", false, false, false, 4339), "pro", [], "any", false, false, false, 4339), "mc", [], "any", false, false, false, 4339), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4342 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4342), "turnover", [], "any", false, false, false, 4342), "overall", [], "any", false, false, false, 4342), "GEN6", [], "any", false, false, false, 4342), "transformation", [], "any", false, false, false, 4342), "pro", [], "any", false, false, false, 4342), "mi", [], "any", false, false, false, 4342), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4345 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4345), "turnover", [], "any", false, false, false, 4345), "overall", [], "any", false, false, false, 4345), "GEN6", [], "any", false, false, false, 4345), "transformation", [], "any", false, false, false, 4345), "pro", [], "any", false, false, false, 4345), "mw", [], "any", false, false, false, 4345), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4348 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4348), "turnover", [], "any", false, false, false, 4348), "overall", [], "any", false, false, false, 4348), "GEN6", [], "any", false, false, false, 4348), "transformation", [], "any", false, false, false, 4348), "pro", [], "any", false, false, false, 4348), "mf", [], "any", false, false, false, 4348), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4351 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4351), "turnover", [], "any", false, false, false, 4351), "overall", [], "any", false, false, false, 4351), "GEN6", [], "any", false, false, false, 4351), "transformation", [], "any", false, false, false, 4351), "pro", [], "any", false, false, false, 4351), "fa", [], "any", false, false, false, 4351), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4354 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4354), "turnover", [], "any", false, false, false, 4354), "overall", [], "any", false, false, false, 4354), "GEN6", [], "any", false, false, false, 4354), "transformation", [], "any", false, false, false, 4354), "pro", [], "any", false, false, false, 4354), "fc", [], "any", false, false, false, 4354), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4357 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4357), "turnover", [], "any", false, false, false, 4357), "overall", [], "any", false, false, false, 4357), "GEN6", [], "any", false, false, false, 4357), "transformation", [], "any", false, false, false, 4357), "pro", [], "any", false, false, false, 4357), "fi", [], "any", false, false, false, 4357), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4360 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4360), "turnover", [], "any", false, false, false, 4360), "overall", [], "any", false, false, false, 4360), "GEN6", [], "any", false, false, false, 4360), "transformation", [], "any", false, false, false, 4360), "pro", [], "any", false, false, false, 4360), "fw", [], "any", false, false, false, 4360), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4363 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4363), "turnover", [], "any", false, false, false, 4363), "overall", [], "any", false, false, false, 4363), "GEN6", [], "any", false, false, false, 4363), "transformation", [], "any", false, false, false, 4363), "pro", [], "any", false, false, false, 4363), "ff", [], "any", false, false, false, 4363), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN7 >= R90 million and < R100 million </td> <td align=\"right\"> "; // line 4371 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4371), "turnover", [], "any", false, false, false, 4371), "overall", [], "any", false, false, false, 4371), "GEN7", [], "any", false, false, false, 4371), "transformation", [], "any", false, false, false, 4371), "pro", [], "any", false, false, false, 4371), "ma", [], "any", false, false, false, 4371), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4374 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4374), "turnover", [], "any", false, false, false, 4374), "overall", [], "any", false, false, false, 4374), "GEN7", [], "any", false, false, false, 4374), "transformation", [], "any", false, false, false, 4374), "pro", [], "any", false, false, false, 4374), "mc", [], "any", false, false, false, 4374), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4377 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4377), "turnover", [], "any", false, false, false, 4377), "overall", [], "any", false, false, false, 4377), "GEN7", [], "any", false, false, false, 4377), "transformation", [], "any", false, false, false, 4377), "pro", [], "any", false, false, false, 4377), "mi", [], "any", false, false, false, 4377), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4380 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4380), "turnover", [], "any", false, false, false, 4380), "overall", [], "any", false, false, false, 4380), "GEN7", [], "any", false, false, false, 4380), "transformation", [], "any", false, false, false, 4380), "pro", [], "any", false, false, false, 4380), "mw", [], "any", false, false, false, 4380), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4383 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4383), "turnover", [], "any", false, false, false, 4383), "overall", [], "any", false, false, false, 4383), "GEN7", [], "any", false, false, false, 4383), "transformation", [], "any", false, false, false, 4383), "pro", [], "any", false, false, false, 4383), "mf", [], "any", false, false, false, 4383), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4386 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4386), "turnover", [], "any", false, false, false, 4386), "overall", [], "any", false, false, false, 4386), "GEN7", [], "any", false, false, false, 4386), "transformation", [], "any", false, false, false, 4386), "pro", [], "any", false, false, false, 4386), "fa", [], "any", false, false, false, 4386), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4389 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4389), "turnover", [], "any", false, false, false, 4389), "overall", [], "any", false, false, false, 4389), "GEN7", [], "any", false, false, false, 4389), "transformation", [], "any", false, false, false, 4389), "pro", [], "any", false, false, false, 4389), "fc", [], "any", false, false, false, 4389), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4392 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4392), "turnover", [], "any", false, false, false, 4392), "overall", [], "any", false, false, false, 4392), "GEN7", [], "any", false, false, false, 4392), "transformation", [], "any", false, false, false, 4392), "pro", [], "any", false, false, false, 4392), "fi", [], "any", false, false, false, 4392), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4395 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4395), "turnover", [], "any", false, false, false, 4395), "overall", [], "any", false, false, false, 4395), "GEN7", [], "any", false, false, false, 4395), "transformation", [], "any", false, false, false, 4395), "pro", [], "any", false, false, false, 4395), "fw", [], "any", false, false, false, 4395), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4398 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4398), "turnover", [], "any", false, false, false, 4398), "overall", [], "any", false, false, false, 4398), "GEN7", [], "any", false, false, false, 4398), "transformation", [], "any", false, false, false, 4398), "pro", [], "any", false, false, false, 4398), "ff", [], "any", false, false, false, 4398), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN8 >= R100 million </td> <td align=\"right\"> "; // line 4406 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4406), "turnover", [], "any", false, false, false, 4406), "overall", [], "any", false, false, false, 4406), "GEN8", [], "any", false, false, false, 4406), "transformation", [], "any", false, false, false, 4406), "pro", [], "any", false, false, false, 4406), "ma", [], "any", false, false, false, 4406), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4409 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4409), "turnover", [], "any", false, false, false, 4409), "overall", [], "any", false, false, false, 4409), "GEN8", [], "any", false, false, false, 4409), "transformation", [], "any", false, false, false, 4409), "pro", [], "any", false, false, false, 4409), "mc", [], "any", false, false, false, 4409), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4412 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4412), "turnover", [], "any", false, false, false, 4412), "overall", [], "any", false, false, false, 4412), "GEN8", [], "any", false, false, false, 4412), "transformation", [], "any", false, false, false, 4412), "pro", [], "any", false, false, false, 4412), "mi", [], "any", false, false, false, 4412), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4415 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4415), "turnover", [], "any", false, false, false, 4415), "overall", [], "any", false, false, false, 4415), "GEN8", [], "any", false, false, false, 4415), "transformation", [], "any", false, false, false, 4415), "pro", [], "any", false, false, false, 4415), "mw", [], "any", false, false, false, 4415), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4418 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4418), "turnover", [], "any", false, false, false, 4418), "overall", [], "any", false, false, false, 4418), "GEN8", [], "any", false, false, false, 4418), "transformation", [], "any", false, false, false, 4418), "pro", [], "any", false, false, false, 4418), "mf", [], "any", false, false, false, 4418), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4421 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4421), "turnover", [], "any", false, false, false, 4421), "overall", [], "any", false, false, false, 4421), "GEN8", [], "any", false, false, false, 4421), "transformation", [], "any", false, false, false, 4421), "pro", [], "any", false, false, false, 4421), "fa", [], "any", false, false, false, 4421), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4424 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4424), "turnover", [], "any", false, false, false, 4424), "overall", [], "any", false, false, false, 4424), "GEN8", [], "any", false, false, false, 4424), "transformation", [], "any", false, false, false, 4424), "pro", [], "any", false, false, false, 4424), "fc", [], "any", false, false, false, 4424), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4427 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4427), "turnover", [], "any", false, false, false, 4427), "overall", [], "any", false, false, false, 4427), "GEN8", [], "any", false, false, false, 4427), "transformation", [], "any", false, false, false, 4427), "pro", [], "any", false, false, false, 4427), "fi", [], "any", false, false, false, 4427), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4430 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4430), "turnover", [], "any", false, false, false, 4430), "overall", [], "any", false, false, false, 4430), "GEN8", [], "any", false, false, false, 4430), "transformation", [], "any", false, false, false, 4430), "pro", [], "any", false, false, false, 4430), "fw", [], "any", false, false, false, 4430), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4433 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4433), "turnover", [], "any", false, false, false, 4433), "overall", [], "any", false, false, false, 4433), "GEN8", [], "any", false, false, false, 4433), "transformation", [], "any", false, false, false, 4433), "pro", [], "any", false, false, false, 4433), "ff", [], "any", false, false, false, 4433), 0, ".", " "), "html", null, true); yield " </td> </tr> </table> </div> </div> <div class=\"row\"> <div class=\"col-sm-12\"> "; // line 4443 $context["chartCanvasId"] = ("groupbarStaffByTypeCatProf" . $context["year"]); // line 4444 yield " "; // line 4445 yield from $this->load("@CoreBundle/Default/chart.html.twig", 4445)->unwrap()->yield($context); // line 4446 yield " </div> </div> <script language=\"javascript\"> canvasNames[canvasNames.length] = 'groupbarStaffByTypeCatProf"; // line 4451 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 4452 yield json_encode(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4452), "staff_to_cat_data_pro", [], "any", false, false, false, 4452), "datasets", [], "any", false, false, false, 4452)); yield "; labelSets[labelSets.length] = "; // line 4453 yield json_encode(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4453), "staff_to_cat_data_pro", [], "any", false, false, false, 4453), "labels", [], "any", false, false, false, 4453)); yield "; labels[labels.length] = 'Staff by Turnover and Category - Professional'; </script> <h4>Staff by Turnover and Category - Skilled</h4> <div class=\"row\"> <div class=\"col-sm-12\"> <table class=\"table-bordered\"> <tr> <th> Turnover </th> <th> Male - African </th> <th> Male - Coloured </th> <th> Male - Indian </th> <th> Male - White </th> <th> Male - Foreign </th> <th> Female - African </th> <th> Female - Coloured </th> <th> Female - Indian </th> <th> Female - White </th> <th> Female - Foreign </th> </tr> <tr> <td> EME1 < R3 million </td> <td align=\"right\"> "; // line 4501 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4501), "turnover", [], "any", false, false, false, 4501), "overall", [], "any", false, false, false, 4501), "EME1", [], "any", false, false, false, 4501), "transformation", [], "any", false, false, false, 4501), "skilled", [], "any", false, false, false, 4501), "ma", [], "any", false, false, false, 4501), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4504 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4504), "turnover", [], "any", false, false, false, 4504), "overall", [], "any", false, false, false, 4504), "EME1", [], "any", false, false, false, 4504), "transformation", [], "any", false, false, false, 4504), "skilled", [], "any", false, false, false, 4504), "mc", [], "any", false, false, false, 4504), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4507 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4507), "turnover", [], "any", false, false, false, 4507), "overall", [], "any", false, false, false, 4507), "EME1", [], "any", false, false, false, 4507), "transformation", [], "any", false, false, false, 4507), "skilled", [], "any", false, false, false, 4507), "mi", [], "any", false, false, false, 4507), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4510 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4510), "turnover", [], "any", false, false, false, 4510), "overall", [], "any", false, false, false, 4510), "EME1", [], "any", false, false, false, 4510), "transformation", [], "any", false, false, false, 4510), "skilled", [], "any", false, false, false, 4510), "mw", [], "any", false, false, false, 4510), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4513 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4513), "turnover", [], "any", false, false, false, 4513), "overall", [], "any", false, false, false, 4513), "EME1", [], "any", false, false, false, 4513), "transformation", [], "any", false, false, false, 4513), "skilled", [], "any", false, false, false, 4513), "mf", [], "any", false, false, false, 4513), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4516 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4516), "turnover", [], "any", false, false, false, 4516), "overall", [], "any", false, false, false, 4516), "EME1", [], "any", false, false, false, 4516), "transformation", [], "any", false, false, false, 4516), "skilled", [], "any", false, false, false, 4516), "fa", [], "any", false, false, false, 4516), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4519 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4519), "turnover", [], "any", false, false, false, 4519), "overall", [], "any", false, false, false, 4519), "EME1", [], "any", false, false, false, 4519), "transformation", [], "any", false, false, false, 4519), "skilled", [], "any", false, false, false, 4519), "fc", [], "any", false, false, false, 4519), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4522 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4522), "turnover", [], "any", false, false, false, 4522), "overall", [], "any", false, false, false, 4522), "EME1", [], "any", false, false, false, 4522), "transformation", [], "any", false, false, false, 4522), "skilled", [], "any", false, false, false, 4522), "fi", [], "any", false, false, false, 4522), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4525 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4525), "turnover", [], "any", false, false, false, 4525), "overall", [], "any", false, false, false, 4525), "EME1", [], "any", false, false, false, 4525), "transformation", [], "any", false, false, false, 4525), "skilled", [], "any", false, false, false, 4525), "fw", [], "any", false, false, false, 4525), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4528 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4528), "turnover", [], "any", false, false, false, 4528), "overall", [], "any", false, false, false, 4528), "EME1", [], "any", false, false, false, 4528), "transformation", [], "any", false, false, false, 4528), "skilled", [], "any", false, false, false, 4528), "ff", [], "any", false, false, false, 4528), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> EME2 >= R3 million and < R6 million </td> <td align=\"right\"> "; // line 4536 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4536), "turnover", [], "any", false, false, false, 4536), "overall", [], "any", false, false, false, 4536), "EME2", [], "any", false, false, false, 4536), "transformation", [], "any", false, false, false, 4536), "skilled", [], "any", false, false, false, 4536), "ma", [], "any", false, false, false, 4536), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4539 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4539), "turnover", [], "any", false, false, false, 4539), "overall", [], "any", false, false, false, 4539), "EME2", [], "any", false, false, false, 4539), "transformation", [], "any", false, false, false, 4539), "skilled", [], "any", false, false, false, 4539), "mc", [], "any", false, false, false, 4539), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4542 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4542), "turnover", [], "any", false, false, false, 4542), "overall", [], "any", false, false, false, 4542), "EME2", [], "any", false, false, false, 4542), "transformation", [], "any", false, false, false, 4542), "skilled", [], "any", false, false, false, 4542), "mi", [], "any", false, false, false, 4542), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4545 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4545), "turnover", [], "any", false, false, false, 4545), "overall", [], "any", false, false, false, 4545), "EME2", [], "any", false, false, false, 4545), "transformation", [], "any", false, false, false, 4545), "skilled", [], "any", false, false, false, 4545), "mw", [], "any", false, false, false, 4545), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4548 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4548), "turnover", [], "any", false, false, false, 4548), "overall", [], "any", false, false, false, 4548), "EME2", [], "any", false, false, false, 4548), "transformation", [], "any", false, false, false, 4548), "skilled", [], "any", false, false, false, 4548), "mf", [], "any", false, false, false, 4548), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4551 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4551), "turnover", [], "any", false, false, false, 4551), "overall", [], "any", false, false, false, 4551), "EME2", [], "any", false, false, false, 4551), "transformation", [], "any", false, false, false, 4551), "skilled", [], "any", false, false, false, 4551), "fa", [], "any", false, false, false, 4551), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4554 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4554), "turnover", [], "any", false, false, false, 4554), "overall", [], "any", false, false, false, 4554), "EME2", [], "any", false, false, false, 4554), "transformation", [], "any", false, false, false, 4554), "skilled", [], "any", false, false, false, 4554), "fc", [], "any", false, false, false, 4554), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4557 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4557), "turnover", [], "any", false, false, false, 4557), "overall", [], "any", false, false, false, 4557), "EME2", [], "any", false, false, false, 4557), "transformation", [], "any", false, false, false, 4557), "skilled", [], "any", false, false, false, 4557), "fi", [], "any", false, false, false, 4557), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4560 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4560), "turnover", [], "any", false, false, false, 4560), "overall", [], "any", false, false, false, 4560), "EME2", [], "any", false, false, false, 4560), "transformation", [], "any", false, false, false, 4560), "skilled", [], "any", false, false, false, 4560), "fw", [], "any", false, false, false, 4560), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4563 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4563), "turnover", [], "any", false, false, false, 4563), "overall", [], "any", false, false, false, 4563), "EME2", [], "any", false, false, false, 4563), "transformation", [], "any", false, false, false, 4563), "skilled", [], "any", false, false, false, 4563), "ff", [], "any", false, false, false, 4563), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE1 >= R6 million and < R10 million </td> <td align=\"right\"> "; // line 4571 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4571), "turnover", [], "any", false, false, false, 4571), "overall", [], "any", false, false, false, 4571), "QSE1", [], "any", false, false, false, 4571), "transformation", [], "any", false, false, false, 4571), "skilled", [], "any", false, false, false, 4571), "ma", [], "any", false, false, false, 4571), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4574 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4574), "turnover", [], "any", false, false, false, 4574), "overall", [], "any", false, false, false, 4574), "QSE1", [], "any", false, false, false, 4574), "transformation", [], "any", false, false, false, 4574), "skilled", [], "any", false, false, false, 4574), "mc", [], "any", false, false, false, 4574), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4577 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4577), "turnover", [], "any", false, false, false, 4577), "overall", [], "any", false, false, false, 4577), "QSE1", [], "any", false, false, false, 4577), "transformation", [], "any", false, false, false, 4577), "skilled", [], "any", false, false, false, 4577), "mi", [], "any", false, false, false, 4577), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4580 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4580), "turnover", [], "any", false, false, false, 4580), "overall", [], "any", false, false, false, 4580), "QSE1", [], "any", false, false, false, 4580), "transformation", [], "any", false, false, false, 4580), "skilled", [], "any", false, false, false, 4580), "mw", [], "any", false, false, false, 4580), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4583 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4583), "turnover", [], "any", false, false, false, 4583), "overall", [], "any", false, false, false, 4583), "QSE1", [], "any", false, false, false, 4583), "transformation", [], "any", false, false, false, 4583), "skilled", [], "any", false, false, false, 4583), "mf", [], "any", false, false, false, 4583), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4586 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4586), "turnover", [], "any", false, false, false, 4586), "overall", [], "any", false, false, false, 4586), "QSE1", [], "any", false, false, false, 4586), "transformation", [], "any", false, false, false, 4586), "skilled", [], "any", false, false, false, 4586), "fa", [], "any", false, false, false, 4586), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4589 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4589), "turnover", [], "any", false, false, false, 4589), "overall", [], "any", false, false, false, 4589), "QSE1", [], "any", false, false, false, 4589), "transformation", [], "any", false, false, false, 4589), "skilled", [], "any", false, false, false, 4589), "fc", [], "any", false, false, false, 4589), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4592 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4592), "turnover", [], "any", false, false, false, 4592), "overall", [], "any", false, false, false, 4592), "QSE1", [], "any", false, false, false, 4592), "transformation", [], "any", false, false, false, 4592), "skilled", [], "any", false, false, false, 4592), "fi", [], "any", false, false, false, 4592), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4595 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4595), "turnover", [], "any", false, false, false, 4595), "overall", [], "any", false, false, false, 4595), "QSE1", [], "any", false, false, false, 4595), "transformation", [], "any", false, false, false, 4595), "skilled", [], "any", false, false, false, 4595), "fw", [], "any", false, false, false, 4595), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4598 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4598), "turnover", [], "any", false, false, false, 4598), "overall", [], "any", false, false, false, 4598), "QSE1", [], "any", false, false, false, 4598), "transformation", [], "any", false, false, false, 4598), "skilled", [], "any", false, false, false, 4598), "ff", [], "any", false, false, false, 4598), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE2 >= R10 million and < R15 million </td> <td align=\"right\"> "; // line 4606 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4606), "turnover", [], "any", false, false, false, 4606), "overall", [], "any", false, false, false, 4606), "QSE2", [], "any", false, false, false, 4606), "transformation", [], "any", false, false, false, 4606), "skilled", [], "any", false, false, false, 4606), "ma", [], "any", false, false, false, 4606), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4609 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4609), "turnover", [], "any", false, false, false, 4609), "overall", [], "any", false, false, false, 4609), "QSE2", [], "any", false, false, false, 4609), "transformation", [], "any", false, false, false, 4609), "skilled", [], "any", false, false, false, 4609), "mc", [], "any", false, false, false, 4609), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4612 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4612), "turnover", [], "any", false, false, false, 4612), "overall", [], "any", false, false, false, 4612), "QSE2", [], "any", false, false, false, 4612), "transformation", [], "any", false, false, false, 4612), "skilled", [], "any", false, false, false, 4612), "mi", [], "any", false, false, false, 4612), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4615 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4615), "turnover", [], "any", false, false, false, 4615), "overall", [], "any", false, false, false, 4615), "QSE2", [], "any", false, false, false, 4615), "transformation", [], "any", false, false, false, 4615), "skilled", [], "any", false, false, false, 4615), "mw", [], "any", false, false, false, 4615), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4618 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4618), "turnover", [], "any", false, false, false, 4618), "overall", [], "any", false, false, false, 4618), "QSE2", [], "any", false, false, false, 4618), "transformation", [], "any", false, false, false, 4618), "skilled", [], "any", false, false, false, 4618), "mf", [], "any", false, false, false, 4618), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4621 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4621), "turnover", [], "any", false, false, false, 4621), "overall", [], "any", false, false, false, 4621), "QSE2", [], "any", false, false, false, 4621), "transformation", [], "any", false, false, false, 4621), "skilled", [], "any", false, false, false, 4621), "fa", [], "any", false, false, false, 4621), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4624 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4624), "turnover", [], "any", false, false, false, 4624), "overall", [], "any", false, false, false, 4624), "QSE2", [], "any", false, false, false, 4624), "transformation", [], "any", false, false, false, 4624), "skilled", [], "any", false, false, false, 4624), "fc", [], "any", false, false, false, 4624), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4627 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4627), "turnover", [], "any", false, false, false, 4627), "overall", [], "any", false, false, false, 4627), "QSE2", [], "any", false, false, false, 4627), "transformation", [], "any", false, false, false, 4627), "skilled", [], "any", false, false, false, 4627), "fi", [], "any", false, false, false, 4627), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4630 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4630), "turnover", [], "any", false, false, false, 4630), "overall", [], "any", false, false, false, 4630), "QSE2", [], "any", false, false, false, 4630), "transformation", [], "any", false, false, false, 4630), "skilled", [], "any", false, false, false, 4630), "fw", [], "any", false, false, false, 4630), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4633 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4633), "turnover", [], "any", false, false, false, 4633), "overall", [], "any", false, false, false, 4633), "QSE2", [], "any", false, false, false, 4633), "transformation", [], "any", false, false, false, 4633), "skilled", [], "any", false, false, false, 4633), "ff", [], "any", false, false, false, 4633), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE3 >= R15 million and < R20 million </td> <td align=\"right\"> "; // line 4641 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4641), "turnover", [], "any", false, false, false, 4641), "overall", [], "any", false, false, false, 4641), "QSE3", [], "any", false, false, false, 4641), "transformation", [], "any", false, false, false, 4641), "skilled", [], "any", false, false, false, 4641), "ma", [], "any", false, false, false, 4641), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4644 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4644), "turnover", [], "any", false, false, false, 4644), "overall", [], "any", false, false, false, 4644), "QSE3", [], "any", false, false, false, 4644), "transformation", [], "any", false, false, false, 4644), "skilled", [], "any", false, false, false, 4644), "mc", [], "any", false, false, false, 4644), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4647 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4647), "turnover", [], "any", false, false, false, 4647), "overall", [], "any", false, false, false, 4647), "QSE3", [], "any", false, false, false, 4647), "transformation", [], "any", false, false, false, 4647), "skilled", [], "any", false, false, false, 4647), "mi", [], "any", false, false, false, 4647), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4650 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4650), "turnover", [], "any", false, false, false, 4650), "overall", [], "any", false, false, false, 4650), "QSE3", [], "any", false, false, false, 4650), "transformation", [], "any", false, false, false, 4650), "skilled", [], "any", false, false, false, 4650), "mw", [], "any", false, false, false, 4650), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4653 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4653), "turnover", [], "any", false, false, false, 4653), "overall", [], "any", false, false, false, 4653), "QSE3", [], "any", false, false, false, 4653), "transformation", [], "any", false, false, false, 4653), "skilled", [], "any", false, false, false, 4653), "mf", [], "any", false, false, false, 4653), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4656 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4656), "turnover", [], "any", false, false, false, 4656), "overall", [], "any", false, false, false, 4656), "QSE3", [], "any", false, false, false, 4656), "transformation", [], "any", false, false, false, 4656), "skilled", [], "any", false, false, false, 4656), "fa", [], "any", false, false, false, 4656), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4659 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4659), "turnover", [], "any", false, false, false, 4659), "overall", [], "any", false, false, false, 4659), "QSE3", [], "any", false, false, false, 4659), "transformation", [], "any", false, false, false, 4659), "skilled", [], "any", false, false, false, 4659), "fc", [], "any", false, false, false, 4659), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4662 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4662), "turnover", [], "any", false, false, false, 4662), "overall", [], "any", false, false, false, 4662), "QSE3", [], "any", false, false, false, 4662), "transformation", [], "any", false, false, false, 4662), "skilled", [], "any", false, false, false, 4662), "fi", [], "any", false, false, false, 4662), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4665 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4665), "turnover", [], "any", false, false, false, 4665), "overall", [], "any", false, false, false, 4665), "QSE3", [], "any", false, false, false, 4665), "transformation", [], "any", false, false, false, 4665), "skilled", [], "any", false, false, false, 4665), "fw", [], "any", false, false, false, 4665), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4668 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4668), "turnover", [], "any", false, false, false, 4668), "overall", [], "any", false, false, false, 4668), "QSE3", [], "any", false, false, false, 4668), "transformation", [], "any", false, false, false, 4668), "skilled", [], "any", false, false, false, 4668), "ff", [], "any", false, false, false, 4668), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE4 >= R20 million and < R25 million </td> <td align=\"right\"> "; // line 4676 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4676), "turnover", [], "any", false, false, false, 4676), "overall", [], "any", false, false, false, 4676), "QSE4", [], "any", false, false, false, 4676), "transformation", [], "any", false, false, false, 4676), "skilled", [], "any", false, false, false, 4676), "ma", [], "any", false, false, false, 4676), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4679 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4679), "turnover", [], "any", false, false, false, 4679), "overall", [], "any", false, false, false, 4679), "QSE4", [], "any", false, false, false, 4679), "transformation", [], "any", false, false, false, 4679), "skilled", [], "any", false, false, false, 4679), "mc", [], "any", false, false, false, 4679), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4682 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4682), "turnover", [], "any", false, false, false, 4682), "overall", [], "any", false, false, false, 4682), "QSE4", [], "any", false, false, false, 4682), "transformation", [], "any", false, false, false, 4682), "skilled", [], "any", false, false, false, 4682), "mi", [], "any", false, false, false, 4682), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4685 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4685), "turnover", [], "any", false, false, false, 4685), "overall", [], "any", false, false, false, 4685), "QSE4", [], "any", false, false, false, 4685), "transformation", [], "any", false, false, false, 4685), "skilled", [], "any", false, false, false, 4685), "mw", [], "any", false, false, false, 4685), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4688 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4688), "turnover", [], "any", false, false, false, 4688), "overall", [], "any", false, false, false, 4688), "QSE4", [], "any", false, false, false, 4688), "transformation", [], "any", false, false, false, 4688), "skilled", [], "any", false, false, false, 4688), "mf", [], "any", false, false, false, 4688), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4691 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4691), "turnover", [], "any", false, false, false, 4691), "overall", [], "any", false, false, false, 4691), "QSE4", [], "any", false, false, false, 4691), "transformation", [], "any", false, false, false, 4691), "skilled", [], "any", false, false, false, 4691), "fa", [], "any", false, false, false, 4691), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4694 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4694), "turnover", [], "any", false, false, false, 4694), "overall", [], "any", false, false, false, 4694), "QSE4", [], "any", false, false, false, 4694), "transformation", [], "any", false, false, false, 4694), "skilled", [], "any", false, false, false, 4694), "fc", [], "any", false, false, false, 4694), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4697 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4697), "turnover", [], "any", false, false, false, 4697), "overall", [], "any", false, false, false, 4697), "QSE4", [], "any", false, false, false, 4697), "transformation", [], "any", false, false, false, 4697), "skilled", [], "any", false, false, false, 4697), "fi", [], "any", false, false, false, 4697), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4700 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4700), "turnover", [], "any", false, false, false, 4700), "overall", [], "any", false, false, false, 4700), "QSE4", [], "any", false, false, false, 4700), "transformation", [], "any", false, false, false, 4700), "skilled", [], "any", false, false, false, 4700), "fw", [], "any", false, false, false, 4700), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4703 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4703), "turnover", [], "any", false, false, false, 4703), "overall", [], "any", false, false, false, 4703), "QSE4", [], "any", false, false, false, 4703), "transformation", [], "any", false, false, false, 4703), "skilled", [], "any", false, false, false, 4703), "ff", [], "any", false, false, false, 4703), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN1 >= R25 million and < R35 million </td> <td align=\"right\"> "; // line 4711 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4711), "turnover", [], "any", false, false, false, 4711), "overall", [], "any", false, false, false, 4711), "GEN1", [], "any", false, false, false, 4711), "transformation", [], "any", false, false, false, 4711), "skilled", [], "any", false, false, false, 4711), "ma", [], "any", false, false, false, 4711), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4714 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4714), "turnover", [], "any", false, false, false, 4714), "overall", [], "any", false, false, false, 4714), "GEN1", [], "any", false, false, false, 4714), "transformation", [], "any", false, false, false, 4714), "skilled", [], "any", false, false, false, 4714), "mc", [], "any", false, false, false, 4714), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4717 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4717), "turnover", [], "any", false, false, false, 4717), "overall", [], "any", false, false, false, 4717), "GEN1", [], "any", false, false, false, 4717), "transformation", [], "any", false, false, false, 4717), "skilled", [], "any", false, false, false, 4717), "mi", [], "any", false, false, false, 4717), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4720 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4720), "turnover", [], "any", false, false, false, 4720), "overall", [], "any", false, false, false, 4720), "GEN1", [], "any", false, false, false, 4720), "transformation", [], "any", false, false, false, 4720), "skilled", [], "any", false, false, false, 4720), "mw", [], "any", false, false, false, 4720), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4723 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4723), "turnover", [], "any", false, false, false, 4723), "overall", [], "any", false, false, false, 4723), "GEN1", [], "any", false, false, false, 4723), "transformation", [], "any", false, false, false, 4723), "skilled", [], "any", false, false, false, 4723), "mf", [], "any", false, false, false, 4723), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4726 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4726), "turnover", [], "any", false, false, false, 4726), "overall", [], "any", false, false, false, 4726), "GEN1", [], "any", false, false, false, 4726), "transformation", [], "any", false, false, false, 4726), "skilled", [], "any", false, false, false, 4726), "fa", [], "any", false, false, false, 4726), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4729 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4729), "turnover", [], "any", false, false, false, 4729), "overall", [], "any", false, false, false, 4729), "GEN1", [], "any", false, false, false, 4729), "transformation", [], "any", false, false, false, 4729), "skilled", [], "any", false, false, false, 4729), "fc", [], "any", false, false, false, 4729), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4732 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4732), "turnover", [], "any", false, false, false, 4732), "overall", [], "any", false, false, false, 4732), "GEN1", [], "any", false, false, false, 4732), "transformation", [], "any", false, false, false, 4732), "skilled", [], "any", false, false, false, 4732), "fi", [], "any", false, false, false, 4732), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4735 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4735), "turnover", [], "any", false, false, false, 4735), "overall", [], "any", false, false, false, 4735), "GEN1", [], "any", false, false, false, 4735), "transformation", [], "any", false, false, false, 4735), "skilled", [], "any", false, false, false, 4735), "fw", [], "any", false, false, false, 4735), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4738 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4738), "turnover", [], "any", false, false, false, 4738), "overall", [], "any", false, false, false, 4738), "GEN1", [], "any", false, false, false, 4738), "transformation", [], "any", false, false, false, 4738), "skilled", [], "any", false, false, false, 4738), "ff", [], "any", false, false, false, 4738), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN2 >= R35 million and < R50 million </td> <td align=\"right\"> "; // line 4746 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4746), "turnover", [], "any", false, false, false, 4746), "overall", [], "any", false, false, false, 4746), "GEN2", [], "any", false, false, false, 4746), "transformation", [], "any", false, false, false, 4746), "skilled", [], "any", false, false, false, 4746), "ma", [], "any", false, false, false, 4746), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4749 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4749), "turnover", [], "any", false, false, false, 4749), "overall", [], "any", false, false, false, 4749), "GEN2", [], "any", false, false, false, 4749), "transformation", [], "any", false, false, false, 4749), "skilled", [], "any", false, false, false, 4749), "mc", [], "any", false, false, false, 4749), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4752 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4752), "turnover", [], "any", false, false, false, 4752), "overall", [], "any", false, false, false, 4752), "GEN2", [], "any", false, false, false, 4752), "transformation", [], "any", false, false, false, 4752), "skilled", [], "any", false, false, false, 4752), "mi", [], "any", false, false, false, 4752), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4755 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4755), "turnover", [], "any", false, false, false, 4755), "overall", [], "any", false, false, false, 4755), "GEN2", [], "any", false, false, false, 4755), "transformation", [], "any", false, false, false, 4755), "skilled", [], "any", false, false, false, 4755), "mw", [], "any", false, false, false, 4755), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4758 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4758), "turnover", [], "any", false, false, false, 4758), "overall", [], "any", false, false, false, 4758), "GEN2", [], "any", false, false, false, 4758), "transformation", [], "any", false, false, false, 4758), "skilled", [], "any", false, false, false, 4758), "mf", [], "any", false, false, false, 4758), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4761 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4761), "turnover", [], "any", false, false, false, 4761), "overall", [], "any", false, false, false, 4761), "GEN2", [], "any", false, false, false, 4761), "transformation", [], "any", false, false, false, 4761), "skilled", [], "any", false, false, false, 4761), "fa", [], "any", false, false, false, 4761), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4764 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4764), "turnover", [], "any", false, false, false, 4764), "overall", [], "any", false, false, false, 4764), "GEN2", [], "any", false, false, false, 4764), "transformation", [], "any", false, false, false, 4764), "skilled", [], "any", false, false, false, 4764), "fc", [], "any", false, false, false, 4764), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4767 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4767), "turnover", [], "any", false, false, false, 4767), "overall", [], "any", false, false, false, 4767), "GEN2", [], "any", false, false, false, 4767), "transformation", [], "any", false, false, false, 4767), "skilled", [], "any", false, false, false, 4767), "fi", [], "any", false, false, false, 4767), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4770 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4770), "turnover", [], "any", false, false, false, 4770), "overall", [], "any", false, false, false, 4770), "GEN2", [], "any", false, false, false, 4770), "transformation", [], "any", false, false, false, 4770), "skilled", [], "any", false, false, false, 4770), "fw", [], "any", false, false, false, 4770), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4773 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4773), "turnover", [], "any", false, false, false, 4773), "overall", [], "any", false, false, false, 4773), "GEN2", [], "any", false, false, false, 4773), "transformation", [], "any", false, false, false, 4773), "skilled", [], "any", false, false, false, 4773), "ff", [], "any", false, false, false, 4773), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN3 >= R50 million and < R60 million </td> <td align=\"right\"> "; // line 4781 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4781), "turnover", [], "any", false, false, false, 4781), "overall", [], "any", false, false, false, 4781), "GEN3", [], "any", false, false, false, 4781), "transformation", [], "any", false, false, false, 4781), "skilled", [], "any", false, false, false, 4781), "ma", [], "any", false, false, false, 4781), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4784 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4784), "turnover", [], "any", false, false, false, 4784), "overall", [], "any", false, false, false, 4784), "GEN3", [], "any", false, false, false, 4784), "transformation", [], "any", false, false, false, 4784), "skilled", [], "any", false, false, false, 4784), "mc", [], "any", false, false, false, 4784), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4787 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4787), "turnover", [], "any", false, false, false, 4787), "overall", [], "any", false, false, false, 4787), "GEN3", [], "any", false, false, false, 4787), "transformation", [], "any", false, false, false, 4787), "skilled", [], "any", false, false, false, 4787), "mi", [], "any", false, false, false, 4787), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4790 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4790), "turnover", [], "any", false, false, false, 4790), "overall", [], "any", false, false, false, 4790), "GEN3", [], "any", false, false, false, 4790), "transformation", [], "any", false, false, false, 4790), "skilled", [], "any", false, false, false, 4790), "mw", [], "any", false, false, false, 4790), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4793 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4793), "turnover", [], "any", false, false, false, 4793), "overall", [], "any", false, false, false, 4793), "GEN3", [], "any", false, false, false, 4793), "transformation", [], "any", false, false, false, 4793), "skilled", [], "any", false, false, false, 4793), "mf", [], "any", false, false, false, 4793), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4796 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4796), "turnover", [], "any", false, false, false, 4796), "overall", [], "any", false, false, false, 4796), "GEN3", [], "any", false, false, false, 4796), "transformation", [], "any", false, false, false, 4796), "skilled", [], "any", false, false, false, 4796), "fa", [], "any", false, false, false, 4796), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4799 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4799), "turnover", [], "any", false, false, false, 4799), "overall", [], "any", false, false, false, 4799), "GEN3", [], "any", false, false, false, 4799), "transformation", [], "any", false, false, false, 4799), "skilled", [], "any", false, false, false, 4799), "fc", [], "any", false, false, false, 4799), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4802 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4802), "turnover", [], "any", false, false, false, 4802), "overall", [], "any", false, false, false, 4802), "GEN3", [], "any", false, false, false, 4802), "transformation", [], "any", false, false, false, 4802), "skilled", [], "any", false, false, false, 4802), "fi", [], "any", false, false, false, 4802), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4805 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4805), "turnover", [], "any", false, false, false, 4805), "overall", [], "any", false, false, false, 4805), "GEN3", [], "any", false, false, false, 4805), "transformation", [], "any", false, false, false, 4805), "skilled", [], "any", false, false, false, 4805), "fw", [], "any", false, false, false, 4805), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4808 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4808), "turnover", [], "any", false, false, false, 4808), "overall", [], "any", false, false, false, 4808), "GEN3", [], "any", false, false, false, 4808), "transformation", [], "any", false, false, false, 4808), "skilled", [], "any", false, false, false, 4808), "ff", [], "any", false, false, false, 4808), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN4 >= R60 million and < R70 million </td> <td align=\"right\"> "; // line 4816 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4816), "turnover", [], "any", false, false, false, 4816), "overall", [], "any", false, false, false, 4816), "GEN4", [], "any", false, false, false, 4816), "transformation", [], "any", false, false, false, 4816), "skilled", [], "any", false, false, false, 4816), "ma", [], "any", false, false, false, 4816), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4819 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4819), "turnover", [], "any", false, false, false, 4819), "overall", [], "any", false, false, false, 4819), "GEN4", [], "any", false, false, false, 4819), "transformation", [], "any", false, false, false, 4819), "skilled", [], "any", false, false, false, 4819), "mc", [], "any", false, false, false, 4819), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4822 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4822), "turnover", [], "any", false, false, false, 4822), "overall", [], "any", false, false, false, 4822), "GEN4", [], "any", false, false, false, 4822), "transformation", [], "any", false, false, false, 4822), "skilled", [], "any", false, false, false, 4822), "mi", [], "any", false, false, false, 4822), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4825 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4825), "turnover", [], "any", false, false, false, 4825), "overall", [], "any", false, false, false, 4825), "GEN4", [], "any", false, false, false, 4825), "transformation", [], "any", false, false, false, 4825), "skilled", [], "any", false, false, false, 4825), "mw", [], "any", false, false, false, 4825), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4828 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4828), "turnover", [], "any", false, false, false, 4828), "overall", [], "any", false, false, false, 4828), "GEN4", [], "any", false, false, false, 4828), "transformation", [], "any", false, false, false, 4828), "skilled", [], "any", false, false, false, 4828), "mf", [], "any", false, false, false, 4828), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4831 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4831), "turnover", [], "any", false, false, false, 4831), "overall", [], "any", false, false, false, 4831), "GEN4", [], "any", false, false, false, 4831), "transformation", [], "any", false, false, false, 4831), "skilled", [], "any", false, false, false, 4831), "fa", [], "any", false, false, false, 4831), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4834 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4834), "turnover", [], "any", false, false, false, 4834), "overall", [], "any", false, false, false, 4834), "GEN4", [], "any", false, false, false, 4834), "transformation", [], "any", false, false, false, 4834), "skilled", [], "any", false, false, false, 4834), "fc", [], "any", false, false, false, 4834), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4837 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4837), "turnover", [], "any", false, false, false, 4837), "overall", [], "any", false, false, false, 4837), "GEN4", [], "any", false, false, false, 4837), "transformation", [], "any", false, false, false, 4837), "skilled", [], "any", false, false, false, 4837), "fi", [], "any", false, false, false, 4837), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4840 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4840), "turnover", [], "any", false, false, false, 4840), "overall", [], "any", false, false, false, 4840), "GEN4", [], "any", false, false, false, 4840), "transformation", [], "any", false, false, false, 4840), "skilled", [], "any", false, false, false, 4840), "fw", [], "any", false, false, false, 4840), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4843 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4843), "turnover", [], "any", false, false, false, 4843), "overall", [], "any", false, false, false, 4843), "GEN4", [], "any", false, false, false, 4843), "transformation", [], "any", false, false, false, 4843), "skilled", [], "any", false, false, false, 4843), "ff", [], "any", false, false, false, 4843), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN5 >= R70 million and < R80 million </td> <td align=\"right\"> "; // line 4851 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4851), "turnover", [], "any", false, false, false, 4851), "overall", [], "any", false, false, false, 4851), "GEN5", [], "any", false, false, false, 4851), "transformation", [], "any", false, false, false, 4851), "skilled", [], "any", false, false, false, 4851), "ma", [], "any", false, false, false, 4851), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4854 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4854), "turnover", [], "any", false, false, false, 4854), "overall", [], "any", false, false, false, 4854), "GEN5", [], "any", false, false, false, 4854), "transformation", [], "any", false, false, false, 4854), "skilled", [], "any", false, false, false, 4854), "mc", [], "any", false, false, false, 4854), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4857 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4857), "turnover", [], "any", false, false, false, 4857), "overall", [], "any", false, false, false, 4857), "GEN5", [], "any", false, false, false, 4857), "transformation", [], "any", false, false, false, 4857), "skilled", [], "any", false, false, false, 4857), "mi", [], "any", false, false, false, 4857), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4860 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4860), "turnover", [], "any", false, false, false, 4860), "overall", [], "any", false, false, false, 4860), "GEN5", [], "any", false, false, false, 4860), "transformation", [], "any", false, false, false, 4860), "skilled", [], "any", false, false, false, 4860), "mw", [], "any", false, false, false, 4860), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4863 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4863), "turnover", [], "any", false, false, false, 4863), "overall", [], "any", false, false, false, 4863), "GEN5", [], "any", false, false, false, 4863), "transformation", [], "any", false, false, false, 4863), "skilled", [], "any", false, false, false, 4863), "mf", [], "any", false, false, false, 4863), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4866 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4866), "turnover", [], "any", false, false, false, 4866), "overall", [], "any", false, false, false, 4866), "GEN5", [], "any", false, false, false, 4866), "transformation", [], "any", false, false, false, 4866), "skilled", [], "any", false, false, false, 4866), "fa", [], "any", false, false, false, 4866), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4869 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4869), "turnover", [], "any", false, false, false, 4869), "overall", [], "any", false, false, false, 4869), "GEN5", [], "any", false, false, false, 4869), "transformation", [], "any", false, false, false, 4869), "skilled", [], "any", false, false, false, 4869), "fc", [], "any", false, false, false, 4869), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4872 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4872), "turnover", [], "any", false, false, false, 4872), "overall", [], "any", false, false, false, 4872), "GEN5", [], "any", false, false, false, 4872), "transformation", [], "any", false, false, false, 4872), "skilled", [], "any", false, false, false, 4872), "fi", [], "any", false, false, false, 4872), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4875 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4875), "turnover", [], "any", false, false, false, 4875), "overall", [], "any", false, false, false, 4875), "GEN5", [], "any", false, false, false, 4875), "transformation", [], "any", false, false, false, 4875), "skilled", [], "any", false, false, false, 4875), "fw", [], "any", false, false, false, 4875), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4878 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4878), "turnover", [], "any", false, false, false, 4878), "overall", [], "any", false, false, false, 4878), "GEN5", [], "any", false, false, false, 4878), "transformation", [], "any", false, false, false, 4878), "skilled", [], "any", false, false, false, 4878), "ff", [], "any", false, false, false, 4878), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN6 >= R80 million and < R90 million </td> <td align=\"right\"> "; // line 4886 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4886), "turnover", [], "any", false, false, false, 4886), "overall", [], "any", false, false, false, 4886), "GEN6", [], "any", false, false, false, 4886), "transformation", [], "any", false, false, false, 4886), "skilled", [], "any", false, false, false, 4886), "ma", [], "any", false, false, false, 4886), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4889 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4889), "turnover", [], "any", false, false, false, 4889), "overall", [], "any", false, false, false, 4889), "GEN6", [], "any", false, false, false, 4889), "transformation", [], "any", false, false, false, 4889), "skilled", [], "any", false, false, false, 4889), "mc", [], "any", false, false, false, 4889), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4892 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4892), "turnover", [], "any", false, false, false, 4892), "overall", [], "any", false, false, false, 4892), "GEN6", [], "any", false, false, false, 4892), "transformation", [], "any", false, false, false, 4892), "skilled", [], "any", false, false, false, 4892), "mi", [], "any", false, false, false, 4892), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4895 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4895), "turnover", [], "any", false, false, false, 4895), "overall", [], "any", false, false, false, 4895), "GEN6", [], "any", false, false, false, 4895), "transformation", [], "any", false, false, false, 4895), "skilled", [], "any", false, false, false, 4895), "mw", [], "any", false, false, false, 4895), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4898 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4898), "turnover", [], "any", false, false, false, 4898), "overall", [], "any", false, false, false, 4898), "GEN6", [], "any", false, false, false, 4898), "transformation", [], "any", false, false, false, 4898), "skilled", [], "any", false, false, false, 4898), "mf", [], "any", false, false, false, 4898), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4901 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4901), "turnover", [], "any", false, false, false, 4901), "overall", [], "any", false, false, false, 4901), "GEN6", [], "any", false, false, false, 4901), "transformation", [], "any", false, false, false, 4901), "skilled", [], "any", false, false, false, 4901), "fa", [], "any", false, false, false, 4901), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4904 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4904), "turnover", [], "any", false, false, false, 4904), "overall", [], "any", false, false, false, 4904), "GEN6", [], "any", false, false, false, 4904), "transformation", [], "any", false, false, false, 4904), "skilled", [], "any", false, false, false, 4904), "fc", [], "any", false, false, false, 4904), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4907 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4907), "turnover", [], "any", false, false, false, 4907), "overall", [], "any", false, false, false, 4907), "GEN6", [], "any", false, false, false, 4907), "transformation", [], "any", false, false, false, 4907), "skilled", [], "any", false, false, false, 4907), "fi", [], "any", false, false, false, 4907), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4910 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4910), "turnover", [], "any", false, false, false, 4910), "overall", [], "any", false, false, false, 4910), "GEN6", [], "any", false, false, false, 4910), "transformation", [], "any", false, false, false, 4910), "skilled", [], "any", false, false, false, 4910), "fw", [], "any", false, false, false, 4910), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4913 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4913), "turnover", [], "any", false, false, false, 4913), "overall", [], "any", false, false, false, 4913), "GEN6", [], "any", false, false, false, 4913), "transformation", [], "any", false, false, false, 4913), "skilled", [], "any", false, false, false, 4913), "ff", [], "any", false, false, false, 4913), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN7 >= R90 million and < R100 million </td> <td align=\"right\"> "; // line 4921 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4921), "turnover", [], "any", false, false, false, 4921), "overall", [], "any", false, false, false, 4921), "GEN7", [], "any", false, false, false, 4921), "transformation", [], "any", false, false, false, 4921), "skilled", [], "any", false, false, false, 4921), "ma", [], "any", false, false, false, 4921), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4924 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4924), "turnover", [], "any", false, false, false, 4924), "overall", [], "any", false, false, false, 4924), "GEN7", [], "any", false, false, false, 4924), "transformation", [], "any", false, false, false, 4924), "skilled", [], "any", false, false, false, 4924), "mc", [], "any", false, false, false, 4924), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4927 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4927), "turnover", [], "any", false, false, false, 4927), "overall", [], "any", false, false, false, 4927), "GEN7", [], "any", false, false, false, 4927), "transformation", [], "any", false, false, false, 4927), "skilled", [], "any", false, false, false, 4927), "mi", [], "any", false, false, false, 4927), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4930 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4930), "turnover", [], "any", false, false, false, 4930), "overall", [], "any", false, false, false, 4930), "GEN7", [], "any", false, false, false, 4930), "transformation", [], "any", false, false, false, 4930), "skilled", [], "any", false, false, false, 4930), "mw", [], "any", false, false, false, 4930), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4933 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4933), "turnover", [], "any", false, false, false, 4933), "overall", [], "any", false, false, false, 4933), "GEN7", [], "any", false, false, false, 4933), "transformation", [], "any", false, false, false, 4933), "skilled", [], "any", false, false, false, 4933), "mf", [], "any", false, false, false, 4933), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4936 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4936), "turnover", [], "any", false, false, false, 4936), "overall", [], "any", false, false, false, 4936), "GEN7", [], "any", false, false, false, 4936), "transformation", [], "any", false, false, false, 4936), "skilled", [], "any", false, false, false, 4936), "fa", [], "any", false, false, false, 4936), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4939 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4939), "turnover", [], "any", false, false, false, 4939), "overall", [], "any", false, false, false, 4939), "GEN7", [], "any", false, false, false, 4939), "transformation", [], "any", false, false, false, 4939), "skilled", [], "any", false, false, false, 4939), "fc", [], "any", false, false, false, 4939), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4942 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4942), "turnover", [], "any", false, false, false, 4942), "overall", [], "any", false, false, false, 4942), "GEN7", [], "any", false, false, false, 4942), "transformation", [], "any", false, false, false, 4942), "skilled", [], "any", false, false, false, 4942), "fi", [], "any", false, false, false, 4942), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4945 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4945), "turnover", [], "any", false, false, false, 4945), "overall", [], "any", false, false, false, 4945), "GEN7", [], "any", false, false, false, 4945), "transformation", [], "any", false, false, false, 4945), "skilled", [], "any", false, false, false, 4945), "fw", [], "any", false, false, false, 4945), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4948 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4948), "turnover", [], "any", false, false, false, 4948), "overall", [], "any", false, false, false, 4948), "GEN7", [], "any", false, false, false, 4948), "transformation", [], "any", false, false, false, 4948), "skilled", [], "any", false, false, false, 4948), "ff", [], "any", false, false, false, 4948), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN8 >= R100 million </td> <td align=\"right\"> "; // line 4956 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4956), "turnover", [], "any", false, false, false, 4956), "overall", [], "any", false, false, false, 4956), "GEN8", [], "any", false, false, false, 4956), "transformation", [], "any", false, false, false, 4956), "skilled", [], "any", false, false, false, 4956), "ma", [], "any", false, false, false, 4956), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4959 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4959), "turnover", [], "any", false, false, false, 4959), "overall", [], "any", false, false, false, 4959), "GEN8", [], "any", false, false, false, 4959), "transformation", [], "any", false, false, false, 4959), "skilled", [], "any", false, false, false, 4959), "mc", [], "any", false, false, false, 4959), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4962 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4962), "turnover", [], "any", false, false, false, 4962), "overall", [], "any", false, false, false, 4962), "GEN8", [], "any", false, false, false, 4962), "transformation", [], "any", false, false, false, 4962), "skilled", [], "any", false, false, false, 4962), "mi", [], "any", false, false, false, 4962), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4965 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4965), "turnover", [], "any", false, false, false, 4965), "overall", [], "any", false, false, false, 4965), "GEN8", [], "any", false, false, false, 4965), "transformation", [], "any", false, false, false, 4965), "skilled", [], "any", false, false, false, 4965), "mw", [], "any", false, false, false, 4965), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4968 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4968), "turnover", [], "any", false, false, false, 4968), "overall", [], "any", false, false, false, 4968), "GEN8", [], "any", false, false, false, 4968), "transformation", [], "any", false, false, false, 4968), "skilled", [], "any", false, false, false, 4968), "mf", [], "any", false, false, false, 4968), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4971 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4971), "turnover", [], "any", false, false, false, 4971), "overall", [], "any", false, false, false, 4971), "GEN8", [], "any", false, false, false, 4971), "transformation", [], "any", false, false, false, 4971), "skilled", [], "any", false, false, false, 4971), "fa", [], "any", false, false, false, 4971), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4974 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4974), "turnover", [], "any", false, false, false, 4974), "overall", [], "any", false, false, false, 4974), "GEN8", [], "any", false, false, false, 4974), "transformation", [], "any", false, false, false, 4974), "skilled", [], "any", false, false, false, 4974), "fc", [], "any", false, false, false, 4974), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4977 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4977), "turnover", [], "any", false, false, false, 4977), "overall", [], "any", false, false, false, 4977), "GEN8", [], "any", false, false, false, 4977), "transformation", [], "any", false, false, false, 4977), "skilled", [], "any", false, false, false, 4977), "fi", [], "any", false, false, false, 4977), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4980 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4980), "turnover", [], "any", false, false, false, 4980), "overall", [], "any", false, false, false, 4980), "GEN8", [], "any", false, false, false, 4980), "transformation", [], "any", false, false, false, 4980), "skilled", [], "any", false, false, false, 4980), "fw", [], "any", false, false, false, 4980), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 4983 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 4983), "turnover", [], "any", false, false, false, 4983), "overall", [], "any", false, false, false, 4983), "GEN8", [], "any", false, false, false, 4983), "transformation", [], "any", false, false, false, 4983), "skilled", [], "any", false, false, false, 4983), "ff", [], "any", false, false, false, 4983), 0, ".", " "), "html", null, true); yield " </td> </tr> </table> </div> </div> <div class=\"row\"> <div class=\"col-sm-12\"> "; // line 4993 $context["chartCanvasId"] = ("groupbarStaffByTypeCatSkilled" . $context["year"]); // line 4994 yield " "; // line 4995 yield from $this->load("@CoreBundle/Default/chart.html.twig", 4995)->unwrap()->yield($context); // line 4996 yield " </div> </div> <script language=\"javascript\"> canvasNames[canvasNames.length] = 'groupbarStaffByTypeCatSkilled"; // line 5001 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 5002 yield json_encode(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5002), "staff_to_cat_data_skilled", [], "any", false, false, false, 5002), "datasets", [], "any", false, false, false, 5002)); yield "; labelSets[labelSets.length] = "; // line 5003 yield json_encode(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5003), "staff_to_cat_data_skilled", [], "any", false, false, false, 5003), "labels", [], "any", false, false, false, 5003)); yield "; labels[labels.length] = 'Staff by Turnover and Category - Skilled'; </script> <h4>Staff by Turnover and Category - Semi-Skilled</h4> <div class=\"row\"> <div class=\"col-sm-12\"> <table class=\"table-bordered\"> <tr> <th> Turnover </th> <th> Male - African </th> <th> Male - Coloured </th> <th> Male - Indian </th> <th> Male - White </th> <th> Male - Foreign </th> <th> Female - African </th> <th> Female - Coloured </th> <th> Female - Indian </th> <th> Female - White </th> <th> Female - Foreign </th> </tr> <tr> <td> EME1 < R3 million </td> <td align=\"right\"> "; // line 5051 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5051), "turnover", [], "any", false, false, false, 5051), "overall", [], "any", false, false, false, 5051), "EME1", [], "any", false, false, false, 5051), "transformation", [], "any", false, false, false, 5051), "semi", [], "any", false, false, false, 5051), "ma", [], "any", false, false, false, 5051), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5054 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5054), "turnover", [], "any", false, false, false, 5054), "overall", [], "any", false, false, false, 5054), "EME1", [], "any", false, false, false, 5054), "transformation", [], "any", false, false, false, 5054), "semi", [], "any", false, false, false, 5054), "mc", [], "any", false, false, false, 5054), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5057 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5057), "turnover", [], "any", false, false, false, 5057), "overall", [], "any", false, false, false, 5057), "EME1", [], "any", false, false, false, 5057), "transformation", [], "any", false, false, false, 5057), "semi", [], "any", false, false, false, 5057), "mi", [], "any", false, false, false, 5057), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5060 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5060), "turnover", [], "any", false, false, false, 5060), "overall", [], "any", false, false, false, 5060), "EME1", [], "any", false, false, false, 5060), "transformation", [], "any", false, false, false, 5060), "semi", [], "any", false, false, false, 5060), "mw", [], "any", false, false, false, 5060), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5063 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5063), "turnover", [], "any", false, false, false, 5063), "overall", [], "any", false, false, false, 5063), "EME1", [], "any", false, false, false, 5063), "transformation", [], "any", false, false, false, 5063), "semi", [], "any", false, false, false, 5063), "mf", [], "any", false, false, false, 5063), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5066 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5066), "turnover", [], "any", false, false, false, 5066), "overall", [], "any", false, false, false, 5066), "EME1", [], "any", false, false, false, 5066), "transformation", [], "any", false, false, false, 5066), "semi", [], "any", false, false, false, 5066), "fa", [], "any", false, false, false, 5066), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5069 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5069), "turnover", [], "any", false, false, false, 5069), "overall", [], "any", false, false, false, 5069), "EME1", [], "any", false, false, false, 5069), "transformation", [], "any", false, false, false, 5069), "semi", [], "any", false, false, false, 5069), "fc", [], "any", false, false, false, 5069), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5072 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5072), "turnover", [], "any", false, false, false, 5072), "overall", [], "any", false, false, false, 5072), "EME1", [], "any", false, false, false, 5072), "transformation", [], "any", false, false, false, 5072), "semi", [], "any", false, false, false, 5072), "fi", [], "any", false, false, false, 5072), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5075 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5075), "turnover", [], "any", false, false, false, 5075), "overall", [], "any", false, false, false, 5075), "EME1", [], "any", false, false, false, 5075), "transformation", [], "any", false, false, false, 5075), "semi", [], "any", false, false, false, 5075), "fw", [], "any", false, false, false, 5075), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5078 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5078), "turnover", [], "any", false, false, false, 5078), "overall", [], "any", false, false, false, 5078), "EME1", [], "any", false, false, false, 5078), "transformation", [], "any", false, false, false, 5078), "semi", [], "any", false, false, false, 5078), "ff", [], "any", false, false, false, 5078), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> EME2 >= R3 million and < R6 million </td> <td align=\"right\"> "; // line 5086 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5086), "turnover", [], "any", false, false, false, 5086), "overall", [], "any", false, false, false, 5086), "EME2", [], "any", false, false, false, 5086), "transformation", [], "any", false, false, false, 5086), "semi", [], "any", false, false, false, 5086), "ma", [], "any", false, false, false, 5086), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5089 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5089), "turnover", [], "any", false, false, false, 5089), "overall", [], "any", false, false, false, 5089), "EME2", [], "any", false, false, false, 5089), "transformation", [], "any", false, false, false, 5089), "semi", [], "any", false, false, false, 5089), "mc", [], "any", false, false, false, 5089), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5092 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5092), "turnover", [], "any", false, false, false, 5092), "overall", [], "any", false, false, false, 5092), "EME2", [], "any", false, false, false, 5092), "transformation", [], "any", false, false, false, 5092), "semi", [], "any", false, false, false, 5092), "mi", [], "any", false, false, false, 5092), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5095 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5095), "turnover", [], "any", false, false, false, 5095), "overall", [], "any", false, false, false, 5095), "EME2", [], "any", false, false, false, 5095), "transformation", [], "any", false, false, false, 5095), "semi", [], "any", false, false, false, 5095), "mw", [], "any", false, false, false, 5095), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5098 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5098), "turnover", [], "any", false, false, false, 5098), "overall", [], "any", false, false, false, 5098), "EME2", [], "any", false, false, false, 5098), "transformation", [], "any", false, false, false, 5098), "semi", [], "any", false, false, false, 5098), "mf", [], "any", false, false, false, 5098), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5101 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5101), "turnover", [], "any", false, false, false, 5101), "overall", [], "any", false, false, false, 5101), "EME2", [], "any", false, false, false, 5101), "transformation", [], "any", false, false, false, 5101), "semi", [], "any", false, false, false, 5101), "fa", [], "any", false, false, false, 5101), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5104 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5104), "turnover", [], "any", false, false, false, 5104), "overall", [], "any", false, false, false, 5104), "EME2", [], "any", false, false, false, 5104), "transformation", [], "any", false, false, false, 5104), "semi", [], "any", false, false, false, 5104), "fc", [], "any", false, false, false, 5104), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5107 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5107), "turnover", [], "any", false, false, false, 5107), "overall", [], "any", false, false, false, 5107), "EME2", [], "any", false, false, false, 5107), "transformation", [], "any", false, false, false, 5107), "semi", [], "any", false, false, false, 5107), "fi", [], "any", false, false, false, 5107), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5110 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5110), "turnover", [], "any", false, false, false, 5110), "overall", [], "any", false, false, false, 5110), "EME2", [], "any", false, false, false, 5110), "transformation", [], "any", false, false, false, 5110), "semi", [], "any", false, false, false, 5110), "fw", [], "any", false, false, false, 5110), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5113 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5113), "turnover", [], "any", false, false, false, 5113), "overall", [], "any", false, false, false, 5113), "EME2", [], "any", false, false, false, 5113), "transformation", [], "any", false, false, false, 5113), "semi", [], "any", false, false, false, 5113), "ff", [], "any", false, false, false, 5113), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE1 >= R6 million and < R10 million </td> <td align=\"right\"> "; // line 5121 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5121), "turnover", [], "any", false, false, false, 5121), "overall", [], "any", false, false, false, 5121), "QSE1", [], "any", false, false, false, 5121), "transformation", [], "any", false, false, false, 5121), "semi", [], "any", false, false, false, 5121), "ma", [], "any", false, false, false, 5121), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5124 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5124), "turnover", [], "any", false, false, false, 5124), "overall", [], "any", false, false, false, 5124), "QSE1", [], "any", false, false, false, 5124), "transformation", [], "any", false, false, false, 5124), "semi", [], "any", false, false, false, 5124), "mc", [], "any", false, false, false, 5124), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5127 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5127), "turnover", [], "any", false, false, false, 5127), "overall", [], "any", false, false, false, 5127), "QSE1", [], "any", false, false, false, 5127), "transformation", [], "any", false, false, false, 5127), "semi", [], "any", false, false, false, 5127), "mi", [], "any", false, false, false, 5127), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5130 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5130), "turnover", [], "any", false, false, false, 5130), "overall", [], "any", false, false, false, 5130), "QSE1", [], "any", false, false, false, 5130), "transformation", [], "any", false, false, false, 5130), "semi", [], "any", false, false, false, 5130), "mw", [], "any", false, false, false, 5130), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5133 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5133), "turnover", [], "any", false, false, false, 5133), "overall", [], "any", false, false, false, 5133), "QSE1", [], "any", false, false, false, 5133), "transformation", [], "any", false, false, false, 5133), "semi", [], "any", false, false, false, 5133), "mf", [], "any", false, false, false, 5133), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5136 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5136), "turnover", [], "any", false, false, false, 5136), "overall", [], "any", false, false, false, 5136), "QSE1", [], "any", false, false, false, 5136), "transformation", [], "any", false, false, false, 5136), "semi", [], "any", false, false, false, 5136), "fa", [], "any", false, false, false, 5136), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5139 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5139), "turnover", [], "any", false, false, false, 5139), "overall", [], "any", false, false, false, 5139), "QSE1", [], "any", false, false, false, 5139), "transformation", [], "any", false, false, false, 5139), "semi", [], "any", false, false, false, 5139), "fc", [], "any", false, false, false, 5139), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5142 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5142), "turnover", [], "any", false, false, false, 5142), "overall", [], "any", false, false, false, 5142), "QSE1", [], "any", false, false, false, 5142), "transformation", [], "any", false, false, false, 5142), "semi", [], "any", false, false, false, 5142), "fi", [], "any", false, false, false, 5142), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5145 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5145), "turnover", [], "any", false, false, false, 5145), "overall", [], "any", false, false, false, 5145), "QSE1", [], "any", false, false, false, 5145), "transformation", [], "any", false, false, false, 5145), "semi", [], "any", false, false, false, 5145), "fw", [], "any", false, false, false, 5145), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5148 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5148), "turnover", [], "any", false, false, false, 5148), "overall", [], "any", false, false, false, 5148), "QSE1", [], "any", false, false, false, 5148), "transformation", [], "any", false, false, false, 5148), "semi", [], "any", false, false, false, 5148), "ff", [], "any", false, false, false, 5148), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE2 >= R10 million and < R15 million </td> <td align=\"right\"> "; // line 5156 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5156), "turnover", [], "any", false, false, false, 5156), "overall", [], "any", false, false, false, 5156), "QSE2", [], "any", false, false, false, 5156), "transformation", [], "any", false, false, false, 5156), "semi", [], "any", false, false, false, 5156), "ma", [], "any", false, false, false, 5156), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5159 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5159), "turnover", [], "any", false, false, false, 5159), "overall", [], "any", false, false, false, 5159), "QSE2", [], "any", false, false, false, 5159), "transformation", [], "any", false, false, false, 5159), "semi", [], "any", false, false, false, 5159), "mc", [], "any", false, false, false, 5159), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5162 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5162), "turnover", [], "any", false, false, false, 5162), "overall", [], "any", false, false, false, 5162), "QSE2", [], "any", false, false, false, 5162), "transformation", [], "any", false, false, false, 5162), "semi", [], "any", false, false, false, 5162), "mi", [], "any", false, false, false, 5162), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5165 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5165), "turnover", [], "any", false, false, false, 5165), "overall", [], "any", false, false, false, 5165), "QSE2", [], "any", false, false, false, 5165), "transformation", [], "any", false, false, false, 5165), "semi", [], "any", false, false, false, 5165), "mw", [], "any", false, false, false, 5165), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5168 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5168), "turnover", [], "any", false, false, false, 5168), "overall", [], "any", false, false, false, 5168), "QSE2", [], "any", false, false, false, 5168), "transformation", [], "any", false, false, false, 5168), "semi", [], "any", false, false, false, 5168), "mf", [], "any", false, false, false, 5168), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5171 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5171), "turnover", [], "any", false, false, false, 5171), "overall", [], "any", false, false, false, 5171), "QSE2", [], "any", false, false, false, 5171), "transformation", [], "any", false, false, false, 5171), "semi", [], "any", false, false, false, 5171), "fa", [], "any", false, false, false, 5171), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5174 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5174), "turnover", [], "any", false, false, false, 5174), "overall", [], "any", false, false, false, 5174), "QSE2", [], "any", false, false, false, 5174), "transformation", [], "any", false, false, false, 5174), "semi", [], "any", false, false, false, 5174), "fc", [], "any", false, false, false, 5174), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5177 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5177), "turnover", [], "any", false, false, false, 5177), "overall", [], "any", false, false, false, 5177), "QSE2", [], "any", false, false, false, 5177), "transformation", [], "any", false, false, false, 5177), "semi", [], "any", false, false, false, 5177), "fi", [], "any", false, false, false, 5177), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5180 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5180), "turnover", [], "any", false, false, false, 5180), "overall", [], "any", false, false, false, 5180), "QSE2", [], "any", false, false, false, 5180), "transformation", [], "any", false, false, false, 5180), "semi", [], "any", false, false, false, 5180), "fw", [], "any", false, false, false, 5180), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5183 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5183), "turnover", [], "any", false, false, false, 5183), "overall", [], "any", false, false, false, 5183), "QSE2", [], "any", false, false, false, 5183), "transformation", [], "any", false, false, false, 5183), "semi", [], "any", false, false, false, 5183), "ff", [], "any", false, false, false, 5183), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE3 >= R15 million and < R20 million </td> <td align=\"right\"> "; // line 5191 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5191), "turnover", [], "any", false, false, false, 5191), "overall", [], "any", false, false, false, 5191), "QSE3", [], "any", false, false, false, 5191), "transformation", [], "any", false, false, false, 5191), "semi", [], "any", false, false, false, 5191), "ma", [], "any", false, false, false, 5191), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5194 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5194), "turnover", [], "any", false, false, false, 5194), "overall", [], "any", false, false, false, 5194), "QSE3", [], "any", false, false, false, 5194), "transformation", [], "any", false, false, false, 5194), "semi", [], "any", false, false, false, 5194), "mc", [], "any", false, false, false, 5194), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5197 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5197), "turnover", [], "any", false, false, false, 5197), "overall", [], "any", false, false, false, 5197), "QSE3", [], "any", false, false, false, 5197), "transformation", [], "any", false, false, false, 5197), "semi", [], "any", false, false, false, 5197), "mi", [], "any", false, false, false, 5197), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5200 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5200), "turnover", [], "any", false, false, false, 5200), "overall", [], "any", false, false, false, 5200), "QSE3", [], "any", false, false, false, 5200), "transformation", [], "any", false, false, false, 5200), "semi", [], "any", false, false, false, 5200), "mw", [], "any", false, false, false, 5200), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5203 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5203), "turnover", [], "any", false, false, false, 5203), "overall", [], "any", false, false, false, 5203), "QSE3", [], "any", false, false, false, 5203), "transformation", [], "any", false, false, false, 5203), "semi", [], "any", false, false, false, 5203), "mf", [], "any", false, false, false, 5203), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5206 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5206), "turnover", [], "any", false, false, false, 5206), "overall", [], "any", false, false, false, 5206), "QSE3", [], "any", false, false, false, 5206), "transformation", [], "any", false, false, false, 5206), "semi", [], "any", false, false, false, 5206), "fa", [], "any", false, false, false, 5206), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5209 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5209), "turnover", [], "any", false, false, false, 5209), "overall", [], "any", false, false, false, 5209), "QSE3", [], "any", false, false, false, 5209), "transformation", [], "any", false, false, false, 5209), "semi", [], "any", false, false, false, 5209), "fc", [], "any", false, false, false, 5209), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5212 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5212), "turnover", [], "any", false, false, false, 5212), "overall", [], "any", false, false, false, 5212), "QSE3", [], "any", false, false, false, 5212), "transformation", [], "any", false, false, false, 5212), "semi", [], "any", false, false, false, 5212), "fi", [], "any", false, false, false, 5212), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5215 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5215), "turnover", [], "any", false, false, false, 5215), "overall", [], "any", false, false, false, 5215), "QSE3", [], "any", false, false, false, 5215), "transformation", [], "any", false, false, false, 5215), "semi", [], "any", false, false, false, 5215), "fw", [], "any", false, false, false, 5215), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5218 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5218), "turnover", [], "any", false, false, false, 5218), "overall", [], "any", false, false, false, 5218), "QSE3", [], "any", false, false, false, 5218), "transformation", [], "any", false, false, false, 5218), "semi", [], "any", false, false, false, 5218), "ff", [], "any", false, false, false, 5218), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE4 >= R20 million and < R25 million </td> <td align=\"right\"> "; // line 5226 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5226), "turnover", [], "any", false, false, false, 5226), "overall", [], "any", false, false, false, 5226), "QSE4", [], "any", false, false, false, 5226), "transformation", [], "any", false, false, false, 5226), "semi", [], "any", false, false, false, 5226), "ma", [], "any", false, false, false, 5226), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5229 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5229), "turnover", [], "any", false, false, false, 5229), "overall", [], "any", false, false, false, 5229), "QSE4", [], "any", false, false, false, 5229), "transformation", [], "any", false, false, false, 5229), "semi", [], "any", false, false, false, 5229), "mc", [], "any", false, false, false, 5229), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5232 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5232), "turnover", [], "any", false, false, false, 5232), "overall", [], "any", false, false, false, 5232), "QSE4", [], "any", false, false, false, 5232), "transformation", [], "any", false, false, false, 5232), "semi", [], "any", false, false, false, 5232), "mi", [], "any", false, false, false, 5232), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5235 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5235), "turnover", [], "any", false, false, false, 5235), "overall", [], "any", false, false, false, 5235), "QSE4", [], "any", false, false, false, 5235), "transformation", [], "any", false, false, false, 5235), "semi", [], "any", false, false, false, 5235), "mw", [], "any", false, false, false, 5235), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5238 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5238), "turnover", [], "any", false, false, false, 5238), "overall", [], "any", false, false, false, 5238), "QSE4", [], "any", false, false, false, 5238), "transformation", [], "any", false, false, false, 5238), "semi", [], "any", false, false, false, 5238), "mf", [], "any", false, false, false, 5238), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5241 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5241), "turnover", [], "any", false, false, false, 5241), "overall", [], "any", false, false, false, 5241), "QSE4", [], "any", false, false, false, 5241), "transformation", [], "any", false, false, false, 5241), "semi", [], "any", false, false, false, 5241), "fa", [], "any", false, false, false, 5241), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5244 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5244), "turnover", [], "any", false, false, false, 5244), "overall", [], "any", false, false, false, 5244), "QSE4", [], "any", false, false, false, 5244), "transformation", [], "any", false, false, false, 5244), "semi", [], "any", false, false, false, 5244), "fc", [], "any", false, false, false, 5244), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5247 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5247), "turnover", [], "any", false, false, false, 5247), "overall", [], "any", false, false, false, 5247), "QSE4", [], "any", false, false, false, 5247), "transformation", [], "any", false, false, false, 5247), "semi", [], "any", false, false, false, 5247), "fi", [], "any", false, false, false, 5247), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5250 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5250), "turnover", [], "any", false, false, false, 5250), "overall", [], "any", false, false, false, 5250), "QSE4", [], "any", false, false, false, 5250), "transformation", [], "any", false, false, false, 5250), "semi", [], "any", false, false, false, 5250), "fw", [], "any", false, false, false, 5250), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5253 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5253), "turnover", [], "any", false, false, false, 5253), "overall", [], "any", false, false, false, 5253), "QSE4", [], "any", false, false, false, 5253), "transformation", [], "any", false, false, false, 5253), "semi", [], "any", false, false, false, 5253), "ff", [], "any", false, false, false, 5253), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN1 >= R25 million and < R35 million </td> <td align=\"right\"> "; // line 5261 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5261), "turnover", [], "any", false, false, false, 5261), "overall", [], "any", false, false, false, 5261), "GEN1", [], "any", false, false, false, 5261), "transformation", [], "any", false, false, false, 5261), "semi", [], "any", false, false, false, 5261), "ma", [], "any", false, false, false, 5261), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5264 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5264), "turnover", [], "any", false, false, false, 5264), "overall", [], "any", false, false, false, 5264), "GEN1", [], "any", false, false, false, 5264), "transformation", [], "any", false, false, false, 5264), "semi", [], "any", false, false, false, 5264), "mc", [], "any", false, false, false, 5264), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5267 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5267), "turnover", [], "any", false, false, false, 5267), "overall", [], "any", false, false, false, 5267), "GEN1", [], "any", false, false, false, 5267), "transformation", [], "any", false, false, false, 5267), "semi", [], "any", false, false, false, 5267), "mi", [], "any", false, false, false, 5267), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5270 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5270), "turnover", [], "any", false, false, false, 5270), "overall", [], "any", false, false, false, 5270), "GEN1", [], "any", false, false, false, 5270), "transformation", [], "any", false, false, false, 5270), "semi", [], "any", false, false, false, 5270), "mw", [], "any", false, false, false, 5270), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5273 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5273), "turnover", [], "any", false, false, false, 5273), "overall", [], "any", false, false, false, 5273), "GEN1", [], "any", false, false, false, 5273), "transformation", [], "any", false, false, false, 5273), "semi", [], "any", false, false, false, 5273), "mf", [], "any", false, false, false, 5273), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5276 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5276), "turnover", [], "any", false, false, false, 5276), "overall", [], "any", false, false, false, 5276), "GEN1", [], "any", false, false, false, 5276), "transformation", [], "any", false, false, false, 5276), "semi", [], "any", false, false, false, 5276), "fa", [], "any", false, false, false, 5276), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5279 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5279), "turnover", [], "any", false, false, false, 5279), "overall", [], "any", false, false, false, 5279), "GEN1", [], "any", false, false, false, 5279), "transformation", [], "any", false, false, false, 5279), "semi", [], "any", false, false, false, 5279), "fc", [], "any", false, false, false, 5279), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5282 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5282), "turnover", [], "any", false, false, false, 5282), "overall", [], "any", false, false, false, 5282), "GEN1", [], "any", false, false, false, 5282), "transformation", [], "any", false, false, false, 5282), "semi", [], "any", false, false, false, 5282), "fi", [], "any", false, false, false, 5282), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5285 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5285), "turnover", [], "any", false, false, false, 5285), "overall", [], "any", false, false, false, 5285), "GEN1", [], "any", false, false, false, 5285), "transformation", [], "any", false, false, false, 5285), "semi", [], "any", false, false, false, 5285), "fw", [], "any", false, false, false, 5285), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5288 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5288), "turnover", [], "any", false, false, false, 5288), "overall", [], "any", false, false, false, 5288), "GEN1", [], "any", false, false, false, 5288), "transformation", [], "any", false, false, false, 5288), "semi", [], "any", false, false, false, 5288), "ff", [], "any", false, false, false, 5288), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN2 >= R35 million and < R50 million </td> <td align=\"right\"> "; // line 5296 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5296), "turnover", [], "any", false, false, false, 5296), "overall", [], "any", false, false, false, 5296), "GEN2", [], "any", false, false, false, 5296), "transformation", [], "any", false, false, false, 5296), "semi", [], "any", false, false, false, 5296), "ma", [], "any", false, false, false, 5296), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5299 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5299), "turnover", [], "any", false, false, false, 5299), "overall", [], "any", false, false, false, 5299), "GEN2", [], "any", false, false, false, 5299), "transformation", [], "any", false, false, false, 5299), "semi", [], "any", false, false, false, 5299), "mc", [], "any", false, false, false, 5299), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5302 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5302), "turnover", [], "any", false, false, false, 5302), "overall", [], "any", false, false, false, 5302), "GEN2", [], "any", false, false, false, 5302), "transformation", [], "any", false, false, false, 5302), "semi", [], "any", false, false, false, 5302), "mi", [], "any", false, false, false, 5302), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5305 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5305), "turnover", [], "any", false, false, false, 5305), "overall", [], "any", false, false, false, 5305), "GEN2", [], "any", false, false, false, 5305), "transformation", [], "any", false, false, false, 5305), "semi", [], "any", false, false, false, 5305), "mw", [], "any", false, false, false, 5305), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5308 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5308), "turnover", [], "any", false, false, false, 5308), "overall", [], "any", false, false, false, 5308), "GEN2", [], "any", false, false, false, 5308), "transformation", [], "any", false, false, false, 5308), "semi", [], "any", false, false, false, 5308), "mf", [], "any", false, false, false, 5308), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5311 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5311), "turnover", [], "any", false, false, false, 5311), "overall", [], "any", false, false, false, 5311), "GEN2", [], "any", false, false, false, 5311), "transformation", [], "any", false, false, false, 5311), "semi", [], "any", false, false, false, 5311), "fa", [], "any", false, false, false, 5311), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5314 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5314), "turnover", [], "any", false, false, false, 5314), "overall", [], "any", false, false, false, 5314), "GEN2", [], "any", false, false, false, 5314), "transformation", [], "any", false, false, false, 5314), "semi", [], "any", false, false, false, 5314), "fc", [], "any", false, false, false, 5314), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5317 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5317), "turnover", [], "any", false, false, false, 5317), "overall", [], "any", false, false, false, 5317), "GEN2", [], "any", false, false, false, 5317), "transformation", [], "any", false, false, false, 5317), "semi", [], "any", false, false, false, 5317), "fi", [], "any", false, false, false, 5317), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5320 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5320), "turnover", [], "any", false, false, false, 5320), "overall", [], "any", false, false, false, 5320), "GEN2", [], "any", false, false, false, 5320), "transformation", [], "any", false, false, false, 5320), "semi", [], "any", false, false, false, 5320), "fw", [], "any", false, false, false, 5320), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5323 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5323), "turnover", [], "any", false, false, false, 5323), "overall", [], "any", false, false, false, 5323), "GEN2", [], "any", false, false, false, 5323), "transformation", [], "any", false, false, false, 5323), "semi", [], "any", false, false, false, 5323), "ff", [], "any", false, false, false, 5323), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN3 >= R50 million and < R60 million </td> <td align=\"right\"> "; // line 5331 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5331), "turnover", [], "any", false, false, false, 5331), "overall", [], "any", false, false, false, 5331), "GEN3", [], "any", false, false, false, 5331), "transformation", [], "any", false, false, false, 5331), "semi", [], "any", false, false, false, 5331), "ma", [], "any", false, false, false, 5331), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5334 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5334), "turnover", [], "any", false, false, false, 5334), "overall", [], "any", false, false, false, 5334), "GEN3", [], "any", false, false, false, 5334), "transformation", [], "any", false, false, false, 5334), "semi", [], "any", false, false, false, 5334), "mc", [], "any", false, false, false, 5334), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5337 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5337), "turnover", [], "any", false, false, false, 5337), "overall", [], "any", false, false, false, 5337), "GEN3", [], "any", false, false, false, 5337), "transformation", [], "any", false, false, false, 5337), "semi", [], "any", false, false, false, 5337), "mi", [], "any", false, false, false, 5337), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5340 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5340), "turnover", [], "any", false, false, false, 5340), "overall", [], "any", false, false, false, 5340), "GEN3", [], "any", false, false, false, 5340), "transformation", [], "any", false, false, false, 5340), "semi", [], "any", false, false, false, 5340), "mw", [], "any", false, false, false, 5340), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5343 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5343), "turnover", [], "any", false, false, false, 5343), "overall", [], "any", false, false, false, 5343), "GEN3", [], "any", false, false, false, 5343), "transformation", [], "any", false, false, false, 5343), "semi", [], "any", false, false, false, 5343), "mf", [], "any", false, false, false, 5343), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5346 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5346), "turnover", [], "any", false, false, false, 5346), "overall", [], "any", false, false, false, 5346), "GEN3", [], "any", false, false, false, 5346), "transformation", [], "any", false, false, false, 5346), "semi", [], "any", false, false, false, 5346), "fa", [], "any", false, false, false, 5346), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5349 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5349), "turnover", [], "any", false, false, false, 5349), "overall", [], "any", false, false, false, 5349), "GEN3", [], "any", false, false, false, 5349), "transformation", [], "any", false, false, false, 5349), "semi", [], "any", false, false, false, 5349), "fc", [], "any", false, false, false, 5349), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5352 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5352), "turnover", [], "any", false, false, false, 5352), "overall", [], "any", false, false, false, 5352), "GEN3", [], "any", false, false, false, 5352), "transformation", [], "any", false, false, false, 5352), "semi", [], "any", false, false, false, 5352), "fi", [], "any", false, false, false, 5352), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5355 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5355), "turnover", [], "any", false, false, false, 5355), "overall", [], "any", false, false, false, 5355), "GEN3", [], "any", false, false, false, 5355), "transformation", [], "any", false, false, false, 5355), "semi", [], "any", false, false, false, 5355), "fw", [], "any", false, false, false, 5355), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5358 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5358), "turnover", [], "any", false, false, false, 5358), "overall", [], "any", false, false, false, 5358), "GEN3", [], "any", false, false, false, 5358), "transformation", [], "any", false, false, false, 5358), "semi", [], "any", false, false, false, 5358), "ff", [], "any", false, false, false, 5358), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN4 >= R60 million and < R70 million </td> <td align=\"right\"> "; // line 5366 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5366), "turnover", [], "any", false, false, false, 5366), "overall", [], "any", false, false, false, 5366), "GEN4", [], "any", false, false, false, 5366), "transformation", [], "any", false, false, false, 5366), "semi", [], "any", false, false, false, 5366), "ma", [], "any", false, false, false, 5366), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5369 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5369), "turnover", [], "any", false, false, false, 5369), "overall", [], "any", false, false, false, 5369), "GEN4", [], "any", false, false, false, 5369), "transformation", [], "any", false, false, false, 5369), "semi", [], "any", false, false, false, 5369), "mc", [], "any", false, false, false, 5369), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5372 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5372), "turnover", [], "any", false, false, false, 5372), "overall", [], "any", false, false, false, 5372), "GEN4", [], "any", false, false, false, 5372), "transformation", [], "any", false, false, false, 5372), "semi", [], "any", false, false, false, 5372), "mi", [], "any", false, false, false, 5372), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5375 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5375), "turnover", [], "any", false, false, false, 5375), "overall", [], "any", false, false, false, 5375), "GEN4", [], "any", false, false, false, 5375), "transformation", [], "any", false, false, false, 5375), "semi", [], "any", false, false, false, 5375), "mw", [], "any", false, false, false, 5375), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5378 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5378), "turnover", [], "any", false, false, false, 5378), "overall", [], "any", false, false, false, 5378), "GEN4", [], "any", false, false, false, 5378), "transformation", [], "any", false, false, false, 5378), "semi", [], "any", false, false, false, 5378), "mf", [], "any", false, false, false, 5378), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5381 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5381), "turnover", [], "any", false, false, false, 5381), "overall", [], "any", false, false, false, 5381), "GEN4", [], "any", false, false, false, 5381), "transformation", [], "any", false, false, false, 5381), "semi", [], "any", false, false, false, 5381), "fa", [], "any", false, false, false, 5381), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5384 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5384), "turnover", [], "any", false, false, false, 5384), "overall", [], "any", false, false, false, 5384), "GEN4", [], "any", false, false, false, 5384), "transformation", [], "any", false, false, false, 5384), "semi", [], "any", false, false, false, 5384), "fc", [], "any", false, false, false, 5384), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5387 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5387), "turnover", [], "any", false, false, false, 5387), "overall", [], "any", false, false, false, 5387), "GEN4", [], "any", false, false, false, 5387), "transformation", [], "any", false, false, false, 5387), "semi", [], "any", false, false, false, 5387), "fi", [], "any", false, false, false, 5387), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5390 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5390), "turnover", [], "any", false, false, false, 5390), "overall", [], "any", false, false, false, 5390), "GEN4", [], "any", false, false, false, 5390), "transformation", [], "any", false, false, false, 5390), "semi", [], "any", false, false, false, 5390), "fw", [], "any", false, false, false, 5390), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5393 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5393), "turnover", [], "any", false, false, false, 5393), "overall", [], "any", false, false, false, 5393), "GEN4", [], "any", false, false, false, 5393), "transformation", [], "any", false, false, false, 5393), "semi", [], "any", false, false, false, 5393), "ff", [], "any", false, false, false, 5393), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN5 >= R70 million and < R80 million </td> <td align=\"right\"> "; // line 5401 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5401), "turnover", [], "any", false, false, false, 5401), "overall", [], "any", false, false, false, 5401), "GEN5", [], "any", false, false, false, 5401), "transformation", [], "any", false, false, false, 5401), "semi", [], "any", false, false, false, 5401), "ma", [], "any", false, false, false, 5401), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5404 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5404), "turnover", [], "any", false, false, false, 5404), "overall", [], "any", false, false, false, 5404), "GEN5", [], "any", false, false, false, 5404), "transformation", [], "any", false, false, false, 5404), "semi", [], "any", false, false, false, 5404), "mc", [], "any", false, false, false, 5404), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5407 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5407), "turnover", [], "any", false, false, false, 5407), "overall", [], "any", false, false, false, 5407), "GEN5", [], "any", false, false, false, 5407), "transformation", [], "any", false, false, false, 5407), "semi", [], "any", false, false, false, 5407), "mi", [], "any", false, false, false, 5407), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5410 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5410), "turnover", [], "any", false, false, false, 5410), "overall", [], "any", false, false, false, 5410), "GEN5", [], "any", false, false, false, 5410), "transformation", [], "any", false, false, false, 5410), "semi", [], "any", false, false, false, 5410), "mw", [], "any", false, false, false, 5410), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5413 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5413), "turnover", [], "any", false, false, false, 5413), "overall", [], "any", false, false, false, 5413), "GEN5", [], "any", false, false, false, 5413), "transformation", [], "any", false, false, false, 5413), "semi", [], "any", false, false, false, 5413), "mf", [], "any", false, false, false, 5413), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5416 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5416), "turnover", [], "any", false, false, false, 5416), "overall", [], "any", false, false, false, 5416), "GEN5", [], "any", false, false, false, 5416), "transformation", [], "any", false, false, false, 5416), "semi", [], "any", false, false, false, 5416), "fa", [], "any", false, false, false, 5416), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5419 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5419), "turnover", [], "any", false, false, false, 5419), "overall", [], "any", false, false, false, 5419), "GEN5", [], "any", false, false, false, 5419), "transformation", [], "any", false, false, false, 5419), "semi", [], "any", false, false, false, 5419), "fc", [], "any", false, false, false, 5419), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5422 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5422), "turnover", [], "any", false, false, false, 5422), "overall", [], "any", false, false, false, 5422), "GEN5", [], "any", false, false, false, 5422), "transformation", [], "any", false, false, false, 5422), "semi", [], "any", false, false, false, 5422), "fi", [], "any", false, false, false, 5422), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5425 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5425), "turnover", [], "any", false, false, false, 5425), "overall", [], "any", false, false, false, 5425), "GEN5", [], "any", false, false, false, 5425), "transformation", [], "any", false, false, false, 5425), "semi", [], "any", false, false, false, 5425), "fw", [], "any", false, false, false, 5425), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5428 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5428), "turnover", [], "any", false, false, false, 5428), "overall", [], "any", false, false, false, 5428), "GEN5", [], "any", false, false, false, 5428), "transformation", [], "any", false, false, false, 5428), "semi", [], "any", false, false, false, 5428), "ff", [], "any", false, false, false, 5428), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN6 >= R80 million and < R90 million </td> <td align=\"right\"> "; // line 5436 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5436), "turnover", [], "any", false, false, false, 5436), "overall", [], "any", false, false, false, 5436), "GEN6", [], "any", false, false, false, 5436), "transformation", [], "any", false, false, false, 5436), "semi", [], "any", false, false, false, 5436), "ma", [], "any", false, false, false, 5436), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5439 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5439), "turnover", [], "any", false, false, false, 5439), "overall", [], "any", false, false, false, 5439), "GEN6", [], "any", false, false, false, 5439), "transformation", [], "any", false, false, false, 5439), "semi", [], "any", false, false, false, 5439), "mc", [], "any", false, false, false, 5439), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5442 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5442), "turnover", [], "any", false, false, false, 5442), "overall", [], "any", false, false, false, 5442), "GEN6", [], "any", false, false, false, 5442), "transformation", [], "any", false, false, false, 5442), "semi", [], "any", false, false, false, 5442), "mi", [], "any", false, false, false, 5442), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5445 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5445), "turnover", [], "any", false, false, false, 5445), "overall", [], "any", false, false, false, 5445), "GEN6", [], "any", false, false, false, 5445), "transformation", [], "any", false, false, false, 5445), "semi", [], "any", false, false, false, 5445), "mw", [], "any", false, false, false, 5445), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5448 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5448), "turnover", [], "any", false, false, false, 5448), "overall", [], "any", false, false, false, 5448), "GEN6", [], "any", false, false, false, 5448), "transformation", [], "any", false, false, false, 5448), "semi", [], "any", false, false, false, 5448), "mf", [], "any", false, false, false, 5448), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5451 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5451), "turnover", [], "any", false, false, false, 5451), "overall", [], "any", false, false, false, 5451), "GEN6", [], "any", false, false, false, 5451), "transformation", [], "any", false, false, false, 5451), "semi", [], "any", false, false, false, 5451), "fa", [], "any", false, false, false, 5451), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5454 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5454), "turnover", [], "any", false, false, false, 5454), "overall", [], "any", false, false, false, 5454), "GEN6", [], "any", false, false, false, 5454), "transformation", [], "any", false, false, false, 5454), "semi", [], "any", false, false, false, 5454), "fc", [], "any", false, false, false, 5454), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5457 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5457), "turnover", [], "any", false, false, false, 5457), "overall", [], "any", false, false, false, 5457), "GEN6", [], "any", false, false, false, 5457), "transformation", [], "any", false, false, false, 5457), "semi", [], "any", false, false, false, 5457), "fi", [], "any", false, false, false, 5457), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5460 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5460), "turnover", [], "any", false, false, false, 5460), "overall", [], "any", false, false, false, 5460), "GEN6", [], "any", false, false, false, 5460), "transformation", [], "any", false, false, false, 5460), "semi", [], "any", false, false, false, 5460), "fw", [], "any", false, false, false, 5460), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5463 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5463), "turnover", [], "any", false, false, false, 5463), "overall", [], "any", false, false, false, 5463), "GEN6", [], "any", false, false, false, 5463), "transformation", [], "any", false, false, false, 5463), "semi", [], "any", false, false, false, 5463), "ff", [], "any", false, false, false, 5463), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN7 >= R90 million and < R100 million </td> <td align=\"right\"> "; // line 5471 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5471), "turnover", [], "any", false, false, false, 5471), "overall", [], "any", false, false, false, 5471), "GEN7", [], "any", false, false, false, 5471), "transformation", [], "any", false, false, false, 5471), "semi", [], "any", false, false, false, 5471), "ma", [], "any", false, false, false, 5471), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5474 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5474), "turnover", [], "any", false, false, false, 5474), "overall", [], "any", false, false, false, 5474), "GEN7", [], "any", false, false, false, 5474), "transformation", [], "any", false, false, false, 5474), "semi", [], "any", false, false, false, 5474), "mc", [], "any", false, false, false, 5474), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5477 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5477), "turnover", [], "any", false, false, false, 5477), "overall", [], "any", false, false, false, 5477), "GEN7", [], "any", false, false, false, 5477), "transformation", [], "any", false, false, false, 5477), "semi", [], "any", false, false, false, 5477), "mi", [], "any", false, false, false, 5477), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5480 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5480), "turnover", [], "any", false, false, false, 5480), "overall", [], "any", false, false, false, 5480), "GEN7", [], "any", false, false, false, 5480), "transformation", [], "any", false, false, false, 5480), "semi", [], "any", false, false, false, 5480), "mw", [], "any", false, false, false, 5480), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5483 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5483), "turnover", [], "any", false, false, false, 5483), "overall", [], "any", false, false, false, 5483), "GEN7", [], "any", false, false, false, 5483), "transformation", [], "any", false, false, false, 5483), "semi", [], "any", false, false, false, 5483), "mf", [], "any", false, false, false, 5483), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5486 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5486), "turnover", [], "any", false, false, false, 5486), "overall", [], "any", false, false, false, 5486), "GEN7", [], "any", false, false, false, 5486), "transformation", [], "any", false, false, false, 5486), "semi", [], "any", false, false, false, 5486), "fa", [], "any", false, false, false, 5486), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5489 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5489), "turnover", [], "any", false, false, false, 5489), "overall", [], "any", false, false, false, 5489), "GEN7", [], "any", false, false, false, 5489), "transformation", [], "any", false, false, false, 5489), "semi", [], "any", false, false, false, 5489), "fc", [], "any", false, false, false, 5489), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5492 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5492), "turnover", [], "any", false, false, false, 5492), "overall", [], "any", false, false, false, 5492), "GEN7", [], "any", false, false, false, 5492), "transformation", [], "any", false, false, false, 5492), "semi", [], "any", false, false, false, 5492), "fi", [], "any", false, false, false, 5492), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5495 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5495), "turnover", [], "any", false, false, false, 5495), "overall", [], "any", false, false, false, 5495), "GEN7", [], "any", false, false, false, 5495), "transformation", [], "any", false, false, false, 5495), "semi", [], "any", false, false, false, 5495), "fw", [], "any", false, false, false, 5495), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5498 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5498), "turnover", [], "any", false, false, false, 5498), "overall", [], "any", false, false, false, 5498), "GEN7", [], "any", false, false, false, 5498), "transformation", [], "any", false, false, false, 5498), "semi", [], "any", false, false, false, 5498), "ff", [], "any", false, false, false, 5498), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN8 >= R100 million </td> <td align=\"right\"> "; // line 5506 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5506), "turnover", [], "any", false, false, false, 5506), "overall", [], "any", false, false, false, 5506), "GEN8", [], "any", false, false, false, 5506), "transformation", [], "any", false, false, false, 5506), "semi", [], "any", false, false, false, 5506), "ma", [], "any", false, false, false, 5506), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5509 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5509), "turnover", [], "any", false, false, false, 5509), "overall", [], "any", false, false, false, 5509), "GEN8", [], "any", false, false, false, 5509), "transformation", [], "any", false, false, false, 5509), "semi", [], "any", false, false, false, 5509), "mc", [], "any", false, false, false, 5509), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5512 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5512), "turnover", [], "any", false, false, false, 5512), "overall", [], "any", false, false, false, 5512), "GEN8", [], "any", false, false, false, 5512), "transformation", [], "any", false, false, false, 5512), "semi", [], "any", false, false, false, 5512), "mi", [], "any", false, false, false, 5512), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5515 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5515), "turnover", [], "any", false, false, false, 5515), "overall", [], "any", false, false, false, 5515), "GEN8", [], "any", false, false, false, 5515), "transformation", [], "any", false, false, false, 5515), "semi", [], "any", false, false, false, 5515), "mw", [], "any", false, false, false, 5515), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5518 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5518), "turnover", [], "any", false, false, false, 5518), "overall", [], "any", false, false, false, 5518), "GEN8", [], "any", false, false, false, 5518), "transformation", [], "any", false, false, false, 5518), "semi", [], "any", false, false, false, 5518), "mf", [], "any", false, false, false, 5518), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5521 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5521), "turnover", [], "any", false, false, false, 5521), "overall", [], "any", false, false, false, 5521), "GEN8", [], "any", false, false, false, 5521), "transformation", [], "any", false, false, false, 5521), "semi", [], "any", false, false, false, 5521), "fa", [], "any", false, false, false, 5521), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5524 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5524), "turnover", [], "any", false, false, false, 5524), "overall", [], "any", false, false, false, 5524), "GEN8", [], "any", false, false, false, 5524), "transformation", [], "any", false, false, false, 5524), "semi", [], "any", false, false, false, 5524), "fc", [], "any", false, false, false, 5524), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5527 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5527), "turnover", [], "any", false, false, false, 5527), "overall", [], "any", false, false, false, 5527), "GEN8", [], "any", false, false, false, 5527), "transformation", [], "any", false, false, false, 5527), "semi", [], "any", false, false, false, 5527), "fi", [], "any", false, false, false, 5527), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5530 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5530), "turnover", [], "any", false, false, false, 5530), "overall", [], "any", false, false, false, 5530), "GEN8", [], "any", false, false, false, 5530), "transformation", [], "any", false, false, false, 5530), "semi", [], "any", false, false, false, 5530), "fw", [], "any", false, false, false, 5530), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5533 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5533), "turnover", [], "any", false, false, false, 5533), "overall", [], "any", false, false, false, 5533), "GEN8", [], "any", false, false, false, 5533), "transformation", [], "any", false, false, false, 5533), "semi", [], "any", false, false, false, 5533), "ff", [], "any", false, false, false, 5533), 0, ".", " "), "html", null, true); yield " </td> </tr> </table> </div> </div> <div class=\"row\"> <div class=\"col-sm-12\"> "; // line 5543 $context["chartCanvasId"] = ("groupbarStaffByTypeCatSemi" . $context["year"]); // line 5544 yield " "; // line 5545 yield from $this->load("@CoreBundle/Default/chart.html.twig", 5545)->unwrap()->yield($context); // line 5546 yield " </div> </div> <script language=\"javascript\"> canvasNames[canvasNames.length] = 'groupbarStaffByTypeCatSemi"; // line 5551 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 5552 yield json_encode(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5552), "staff_to_cat_data_semi", [], "any", false, false, false, 5552), "datasets", [], "any", false, false, false, 5552)); yield "; labelSets[labelSets.length] = "; // line 5553 yield json_encode(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5553), "staff_to_cat_data_semi", [], "any", false, false, false, 5553), "labels", [], "any", false, false, false, 5553)); yield "; labels[labels.length] = 'Staff by Turnover and Category - Semi-Skilled'; </script> <h4>Staff by Turnover and Category - Unskilled</h4> <div class=\"row\"> <div class=\"col-sm-12\"> <table class=\"table-bordered\"> <tr> <th> Turnover </th> <th> Male - African </th> <th> Male - Coloured </th> <th> Male - Indian </th> <th> Male - White </th> <th> Male - Foreign </th> <th> Female - African </th> <th> Female - Coloured </th> <th> Female - Indian </th> <th> Female - White </th> <th> Female - Foreign </th> </tr> <tr> <td> EME1 < R3 million </td> <td align=\"right\"> "; // line 5601 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5601), "turnover", [], "any", false, false, false, 5601), "overall", [], "any", false, false, false, 5601), "EME1", [], "any", false, false, false, 5601), "transformation", [], "any", false, false, false, 5601), "unskill", [], "any", false, false, false, 5601), "ma", [], "any", false, false, false, 5601), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5604 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5604), "turnover", [], "any", false, false, false, 5604), "overall", [], "any", false, false, false, 5604), "EME1", [], "any", false, false, false, 5604), "transformation", [], "any", false, false, false, 5604), "unskill", [], "any", false, false, false, 5604), "mc", [], "any", false, false, false, 5604), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5607 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5607), "turnover", [], "any", false, false, false, 5607), "overall", [], "any", false, false, false, 5607), "EME1", [], "any", false, false, false, 5607), "transformation", [], "any", false, false, false, 5607), "unskill", [], "any", false, false, false, 5607), "mi", [], "any", false, false, false, 5607), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5610 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5610), "turnover", [], "any", false, false, false, 5610), "overall", [], "any", false, false, false, 5610), "EME1", [], "any", false, false, false, 5610), "transformation", [], "any", false, false, false, 5610), "unskill", [], "any", false, false, false, 5610), "mw", [], "any", false, false, false, 5610), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5613 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5613), "turnover", [], "any", false, false, false, 5613), "overall", [], "any", false, false, false, 5613), "EME1", [], "any", false, false, false, 5613), "transformation", [], "any", false, false, false, 5613), "unskill", [], "any", false, false, false, 5613), "mf", [], "any", false, false, false, 5613), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5616 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5616), "turnover", [], "any", false, false, false, 5616), "overall", [], "any", false, false, false, 5616), "EME1", [], "any", false, false, false, 5616), "transformation", [], "any", false, false, false, 5616), "unskill", [], "any", false, false, false, 5616), "fa", [], "any", false, false, false, 5616), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5619 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5619), "turnover", [], "any", false, false, false, 5619), "overall", [], "any", false, false, false, 5619), "EME1", [], "any", false, false, false, 5619), "transformation", [], "any", false, false, false, 5619), "unskill", [], "any", false, false, false, 5619), "fc", [], "any", false, false, false, 5619), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5622 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5622), "turnover", [], "any", false, false, false, 5622), "overall", [], "any", false, false, false, 5622), "EME1", [], "any", false, false, false, 5622), "transformation", [], "any", false, false, false, 5622), "unskill", [], "any", false, false, false, 5622), "fi", [], "any", false, false, false, 5622), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5625 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5625), "turnover", [], "any", false, false, false, 5625), "overall", [], "any", false, false, false, 5625), "EME1", [], "any", false, false, false, 5625), "transformation", [], "any", false, false, false, 5625), "unskill", [], "any", false, false, false, 5625), "fw", [], "any", false, false, false, 5625), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5628 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5628), "turnover", [], "any", false, false, false, 5628), "overall", [], "any", false, false, false, 5628), "EME1", [], "any", false, false, false, 5628), "transformation", [], "any", false, false, false, 5628), "unskill", [], "any", false, false, false, 5628), "ff", [], "any", false, false, false, 5628), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> EME2 >= R3 million and < R6 million </td> <td align=\"right\"> "; // line 5636 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5636), "turnover", [], "any", false, false, false, 5636), "overall", [], "any", false, false, false, 5636), "EME2", [], "any", false, false, false, 5636), "transformation", [], "any", false, false, false, 5636), "unskill", [], "any", false, false, false, 5636), "ma", [], "any", false, false, false, 5636), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5639 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5639), "turnover", [], "any", false, false, false, 5639), "overall", [], "any", false, false, false, 5639), "EME2", [], "any", false, false, false, 5639), "transformation", [], "any", false, false, false, 5639), "unskill", [], "any", false, false, false, 5639), "mc", [], "any", false, false, false, 5639), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5642 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5642), "turnover", [], "any", false, false, false, 5642), "overall", [], "any", false, false, false, 5642), "EME2", [], "any", false, false, false, 5642), "transformation", [], "any", false, false, false, 5642), "unskill", [], "any", false, false, false, 5642), "mi", [], "any", false, false, false, 5642), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5645 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5645), "turnover", [], "any", false, false, false, 5645), "overall", [], "any", false, false, false, 5645), "EME2", [], "any", false, false, false, 5645), "transformation", [], "any", false, false, false, 5645), "unskill", [], "any", false, false, false, 5645), "mw", [], "any", false, false, false, 5645), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5648 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5648), "turnover", [], "any", false, false, false, 5648), "overall", [], "any", false, false, false, 5648), "EME2", [], "any", false, false, false, 5648), "transformation", [], "any", false, false, false, 5648), "unskill", [], "any", false, false, false, 5648), "mf", [], "any", false, false, false, 5648), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5651 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5651), "turnover", [], "any", false, false, false, 5651), "overall", [], "any", false, false, false, 5651), "EME2", [], "any", false, false, false, 5651), "transformation", [], "any", false, false, false, 5651), "unskill", [], "any", false, false, false, 5651), "fa", [], "any", false, false, false, 5651), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5654 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5654), "turnover", [], "any", false, false, false, 5654), "overall", [], "any", false, false, false, 5654), "EME2", [], "any", false, false, false, 5654), "transformation", [], "any", false, false, false, 5654), "unskill", [], "any", false, false, false, 5654), "fc", [], "any", false, false, false, 5654), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5657 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5657), "turnover", [], "any", false, false, false, 5657), "overall", [], "any", false, false, false, 5657), "EME2", [], "any", false, false, false, 5657), "transformation", [], "any", false, false, false, 5657), "unskill", [], "any", false, false, false, 5657), "fi", [], "any", false, false, false, 5657), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5660 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5660), "turnover", [], "any", false, false, false, 5660), "overall", [], "any", false, false, false, 5660), "EME2", [], "any", false, false, false, 5660), "transformation", [], "any", false, false, false, 5660), "unskill", [], "any", false, false, false, 5660), "fw", [], "any", false, false, false, 5660), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5663 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5663), "turnover", [], "any", false, false, false, 5663), "overall", [], "any", false, false, false, 5663), "EME2", [], "any", false, false, false, 5663), "transformation", [], "any", false, false, false, 5663), "unskill", [], "any", false, false, false, 5663), "ff", [], "any", false, false, false, 5663), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE1 >= R6 million and < R10 million </td> <td align=\"right\"> "; // line 5671 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5671), "turnover", [], "any", false, false, false, 5671), "overall", [], "any", false, false, false, 5671), "QSE1", [], "any", false, false, false, 5671), "transformation", [], "any", false, false, false, 5671), "unskill", [], "any", false, false, false, 5671), "ma", [], "any", false, false, false, 5671), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5674 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5674), "turnover", [], "any", false, false, false, 5674), "overall", [], "any", false, false, false, 5674), "QSE1", [], "any", false, false, false, 5674), "transformation", [], "any", false, false, false, 5674), "unskill", [], "any", false, false, false, 5674), "mc", [], "any", false, false, false, 5674), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5677 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5677), "turnover", [], "any", false, false, false, 5677), "overall", [], "any", false, false, false, 5677), "QSE1", [], "any", false, false, false, 5677), "transformation", [], "any", false, false, false, 5677), "unskill", [], "any", false, false, false, 5677), "mi", [], "any", false, false, false, 5677), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5680 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5680), "turnover", [], "any", false, false, false, 5680), "overall", [], "any", false, false, false, 5680), "QSE1", [], "any", false, false, false, 5680), "transformation", [], "any", false, false, false, 5680), "unskill", [], "any", false, false, false, 5680), "mw", [], "any", false, false, false, 5680), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5683 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5683), "turnover", [], "any", false, false, false, 5683), "overall", [], "any", false, false, false, 5683), "QSE1", [], "any", false, false, false, 5683), "transformation", [], "any", false, false, false, 5683), "unskill", [], "any", false, false, false, 5683), "mf", [], "any", false, false, false, 5683), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5686 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5686), "turnover", [], "any", false, false, false, 5686), "overall", [], "any", false, false, false, 5686), "QSE1", [], "any", false, false, false, 5686), "transformation", [], "any", false, false, false, 5686), "unskill", [], "any", false, false, false, 5686), "fa", [], "any", false, false, false, 5686), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5689 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5689), "turnover", [], "any", false, false, false, 5689), "overall", [], "any", false, false, false, 5689), "QSE1", [], "any", false, false, false, 5689), "transformation", [], "any", false, false, false, 5689), "unskill", [], "any", false, false, false, 5689), "fc", [], "any", false, false, false, 5689), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5692 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5692), "turnover", [], "any", false, false, false, 5692), "overall", [], "any", false, false, false, 5692), "QSE1", [], "any", false, false, false, 5692), "transformation", [], "any", false, false, false, 5692), "unskill", [], "any", false, false, false, 5692), "fi", [], "any", false, false, false, 5692), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5695 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5695), "turnover", [], "any", false, false, false, 5695), "overall", [], "any", false, false, false, 5695), "QSE1", [], "any", false, false, false, 5695), "transformation", [], "any", false, false, false, 5695), "unskill", [], "any", false, false, false, 5695), "fw", [], "any", false, false, false, 5695), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5698 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5698), "turnover", [], "any", false, false, false, 5698), "overall", [], "any", false, false, false, 5698), "QSE1", [], "any", false, false, false, 5698), "transformation", [], "any", false, false, false, 5698), "unskill", [], "any", false, false, false, 5698), "ff", [], "any", false, false, false, 5698), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE2 >= R10 million and < R15 million </td> <td align=\"right\"> "; // line 5706 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5706), "turnover", [], "any", false, false, false, 5706), "overall", [], "any", false, false, false, 5706), "QSE2", [], "any", false, false, false, 5706), "transformation", [], "any", false, false, false, 5706), "unskill", [], "any", false, false, false, 5706), "ma", [], "any", false, false, false, 5706), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5709 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5709), "turnover", [], "any", false, false, false, 5709), "overall", [], "any", false, false, false, 5709), "QSE2", [], "any", false, false, false, 5709), "transformation", [], "any", false, false, false, 5709), "unskill", [], "any", false, false, false, 5709), "mc", [], "any", false, false, false, 5709), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5712 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5712), "turnover", [], "any", false, false, false, 5712), "overall", [], "any", false, false, false, 5712), "QSE2", [], "any", false, false, false, 5712), "transformation", [], "any", false, false, false, 5712), "unskill", [], "any", false, false, false, 5712), "mi", [], "any", false, false, false, 5712), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5715 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5715), "turnover", [], "any", false, false, false, 5715), "overall", [], "any", false, false, false, 5715), "QSE2", [], "any", false, false, false, 5715), "transformation", [], "any", false, false, false, 5715), "unskill", [], "any", false, false, false, 5715), "mw", [], "any", false, false, false, 5715), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5718 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5718), "turnover", [], "any", false, false, false, 5718), "overall", [], "any", false, false, false, 5718), "QSE2", [], "any", false, false, false, 5718), "transformation", [], "any", false, false, false, 5718), "unskill", [], "any", false, false, false, 5718), "mf", [], "any", false, false, false, 5718), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5721 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5721), "turnover", [], "any", false, false, false, 5721), "overall", [], "any", false, false, false, 5721), "QSE2", [], "any", false, false, false, 5721), "transformation", [], "any", false, false, false, 5721), "unskill", [], "any", false, false, false, 5721), "fa", [], "any", false, false, false, 5721), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5724 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5724), "turnover", [], "any", false, false, false, 5724), "overall", [], "any", false, false, false, 5724), "QSE2", [], "any", false, false, false, 5724), "transformation", [], "any", false, false, false, 5724), "unskill", [], "any", false, false, false, 5724), "fc", [], "any", false, false, false, 5724), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5727 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5727), "turnover", [], "any", false, false, false, 5727), "overall", [], "any", false, false, false, 5727), "QSE2", [], "any", false, false, false, 5727), "transformation", [], "any", false, false, false, 5727), "unskill", [], "any", false, false, false, 5727), "fi", [], "any", false, false, false, 5727), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5730 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5730), "turnover", [], "any", false, false, false, 5730), "overall", [], "any", false, false, false, 5730), "QSE2", [], "any", false, false, false, 5730), "transformation", [], "any", false, false, false, 5730), "unskill", [], "any", false, false, false, 5730), "fw", [], "any", false, false, false, 5730), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5733 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5733), "turnover", [], "any", false, false, false, 5733), "overall", [], "any", false, false, false, 5733), "QSE2", [], "any", false, false, false, 5733), "transformation", [], "any", false, false, false, 5733), "unskill", [], "any", false, false, false, 5733), "ff", [], "any", false, false, false, 5733), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE3 >= R15 million and < R20 million </td> <td align=\"right\"> "; // line 5741 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5741), "turnover", [], "any", false, false, false, 5741), "overall", [], "any", false, false, false, 5741), "QSE3", [], "any", false, false, false, 5741), "transformation", [], "any", false, false, false, 5741), "unskill", [], "any", false, false, false, 5741), "ma", [], "any", false, false, false, 5741), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5744 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5744), "turnover", [], "any", false, false, false, 5744), "overall", [], "any", false, false, false, 5744), "QSE3", [], "any", false, false, false, 5744), "transformation", [], "any", false, false, false, 5744), "unskill", [], "any", false, false, false, 5744), "mc", [], "any", false, false, false, 5744), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5747 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5747), "turnover", [], "any", false, false, false, 5747), "overall", [], "any", false, false, false, 5747), "QSE3", [], "any", false, false, false, 5747), "transformation", [], "any", false, false, false, 5747), "unskill", [], "any", false, false, false, 5747), "mi", [], "any", false, false, false, 5747), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5750 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5750), "turnover", [], "any", false, false, false, 5750), "overall", [], "any", false, false, false, 5750), "QSE3", [], "any", false, false, false, 5750), "transformation", [], "any", false, false, false, 5750), "unskill", [], "any", false, false, false, 5750), "mw", [], "any", false, false, false, 5750), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5753 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5753), "turnover", [], "any", false, false, false, 5753), "overall", [], "any", false, false, false, 5753), "QSE3", [], "any", false, false, false, 5753), "transformation", [], "any", false, false, false, 5753), "unskill", [], "any", false, false, false, 5753), "mf", [], "any", false, false, false, 5753), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5756 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5756), "turnover", [], "any", false, false, false, 5756), "overall", [], "any", false, false, false, 5756), "QSE3", [], "any", false, false, false, 5756), "transformation", [], "any", false, false, false, 5756), "unskill", [], "any", false, false, false, 5756), "fa", [], "any", false, false, false, 5756), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5759 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5759), "turnover", [], "any", false, false, false, 5759), "overall", [], "any", false, false, false, 5759), "QSE3", [], "any", false, false, false, 5759), "transformation", [], "any", false, false, false, 5759), "unskill", [], "any", false, false, false, 5759), "fc", [], "any", false, false, false, 5759), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5762 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5762), "turnover", [], "any", false, false, false, 5762), "overall", [], "any", false, false, false, 5762), "QSE3", [], "any", false, false, false, 5762), "transformation", [], "any", false, false, false, 5762), "unskill", [], "any", false, false, false, 5762), "fi", [], "any", false, false, false, 5762), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5765 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5765), "turnover", [], "any", false, false, false, 5765), "overall", [], "any", false, false, false, 5765), "QSE3", [], "any", false, false, false, 5765), "transformation", [], "any", false, false, false, 5765), "unskill", [], "any", false, false, false, 5765), "fw", [], "any", false, false, false, 5765), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5768 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5768), "turnover", [], "any", false, false, false, 5768), "overall", [], "any", false, false, false, 5768), "QSE3", [], "any", false, false, false, 5768), "transformation", [], "any", false, false, false, 5768), "unskill", [], "any", false, false, false, 5768), "ff", [], "any", false, false, false, 5768), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE4 >= R20 million and < R25 million </td> <td align=\"right\"> "; // line 5776 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5776), "turnover", [], "any", false, false, false, 5776), "overall", [], "any", false, false, false, 5776), "QSE4", [], "any", false, false, false, 5776), "transformation", [], "any", false, false, false, 5776), "unskill", [], "any", false, false, false, 5776), "ma", [], "any", false, false, false, 5776), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5779 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5779), "turnover", [], "any", false, false, false, 5779), "overall", [], "any", false, false, false, 5779), "QSE4", [], "any", false, false, false, 5779), "transformation", [], "any", false, false, false, 5779), "unskill", [], "any", false, false, false, 5779), "mc", [], "any", false, false, false, 5779), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5782 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5782), "turnover", [], "any", false, false, false, 5782), "overall", [], "any", false, false, false, 5782), "QSE4", [], "any", false, false, false, 5782), "transformation", [], "any", false, false, false, 5782), "unskill", [], "any", false, false, false, 5782), "mi", [], "any", false, false, false, 5782), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5785 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5785), "turnover", [], "any", false, false, false, 5785), "overall", [], "any", false, false, false, 5785), "QSE4", [], "any", false, false, false, 5785), "transformation", [], "any", false, false, false, 5785), "unskill", [], "any", false, false, false, 5785), "mw", [], "any", false, false, false, 5785), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5788 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5788), "turnover", [], "any", false, false, false, 5788), "overall", [], "any", false, false, false, 5788), "QSE4", [], "any", false, false, false, 5788), "transformation", [], "any", false, false, false, 5788), "unskill", [], "any", false, false, false, 5788), "mf", [], "any", false, false, false, 5788), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5791 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5791), "turnover", [], "any", false, false, false, 5791), "overall", [], "any", false, false, false, 5791), "QSE4", [], "any", false, false, false, 5791), "transformation", [], "any", false, false, false, 5791), "unskill", [], "any", false, false, false, 5791), "fa", [], "any", false, false, false, 5791), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5794 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5794), "turnover", [], "any", false, false, false, 5794), "overall", [], "any", false, false, false, 5794), "QSE4", [], "any", false, false, false, 5794), "transformation", [], "any", false, false, false, 5794), "unskill", [], "any", false, false, false, 5794), "fc", [], "any", false, false, false, 5794), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5797 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5797), "turnover", [], "any", false, false, false, 5797), "overall", [], "any", false, false, false, 5797), "QSE4", [], "any", false, false, false, 5797), "transformation", [], "any", false, false, false, 5797), "unskill", [], "any", false, false, false, 5797), "fi", [], "any", false, false, false, 5797), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5800 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5800), "turnover", [], "any", false, false, false, 5800), "overall", [], "any", false, false, false, 5800), "QSE4", [], "any", false, false, false, 5800), "transformation", [], "any", false, false, false, 5800), "unskill", [], "any", false, false, false, 5800), "fw", [], "any", false, false, false, 5800), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5803 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5803), "turnover", [], "any", false, false, false, 5803), "overall", [], "any", false, false, false, 5803), "QSE4", [], "any", false, false, false, 5803), "transformation", [], "any", false, false, false, 5803), "unskill", [], "any", false, false, false, 5803), "ff", [], "any", false, false, false, 5803), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN1 >= R25 million and < R35 million </td> <td align=\"right\"> "; // line 5811 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5811), "turnover", [], "any", false, false, false, 5811), "overall", [], "any", false, false, false, 5811), "GEN1", [], "any", false, false, false, 5811), "transformation", [], "any", false, false, false, 5811), "unskill", [], "any", false, false, false, 5811), "ma", [], "any", false, false, false, 5811), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5814 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5814), "turnover", [], "any", false, false, false, 5814), "overall", [], "any", false, false, false, 5814), "GEN1", [], "any", false, false, false, 5814), "transformation", [], "any", false, false, false, 5814), "unskill", [], "any", false, false, false, 5814), "mc", [], "any", false, false, false, 5814), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5817 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5817), "turnover", [], "any", false, false, false, 5817), "overall", [], "any", false, false, false, 5817), "GEN1", [], "any", false, false, false, 5817), "transformation", [], "any", false, false, false, 5817), "unskill", [], "any", false, false, false, 5817), "mi", [], "any", false, false, false, 5817), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5820 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5820), "turnover", [], "any", false, false, false, 5820), "overall", [], "any", false, false, false, 5820), "GEN1", [], "any", false, false, false, 5820), "transformation", [], "any", false, false, false, 5820), "unskill", [], "any", false, false, false, 5820), "mw", [], "any", false, false, false, 5820), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5823 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5823), "turnover", [], "any", false, false, false, 5823), "overall", [], "any", false, false, false, 5823), "GEN1", [], "any", false, false, false, 5823), "transformation", [], "any", false, false, false, 5823), "unskill", [], "any", false, false, false, 5823), "mf", [], "any", false, false, false, 5823), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5826 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5826), "turnover", [], "any", false, false, false, 5826), "overall", [], "any", false, false, false, 5826), "GEN1", [], "any", false, false, false, 5826), "transformation", [], "any", false, false, false, 5826), "unskill", [], "any", false, false, false, 5826), "fa", [], "any", false, false, false, 5826), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5829 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5829), "turnover", [], "any", false, false, false, 5829), "overall", [], "any", false, false, false, 5829), "GEN1", [], "any", false, false, false, 5829), "transformation", [], "any", false, false, false, 5829), "unskill", [], "any", false, false, false, 5829), "fc", [], "any", false, false, false, 5829), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5832 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5832), "turnover", [], "any", false, false, false, 5832), "overall", [], "any", false, false, false, 5832), "GEN1", [], "any", false, false, false, 5832), "transformation", [], "any", false, false, false, 5832), "unskill", [], "any", false, false, false, 5832), "fi", [], "any", false, false, false, 5832), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5835 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5835), "turnover", [], "any", false, false, false, 5835), "overall", [], "any", false, false, false, 5835), "GEN1", [], "any", false, false, false, 5835), "transformation", [], "any", false, false, false, 5835), "unskill", [], "any", false, false, false, 5835), "fw", [], "any", false, false, false, 5835), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5838 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5838), "turnover", [], "any", false, false, false, 5838), "overall", [], "any", false, false, false, 5838), "GEN1", [], "any", false, false, false, 5838), "transformation", [], "any", false, false, false, 5838), "unskill", [], "any", false, false, false, 5838), "ff", [], "any", false, false, false, 5838), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN2 >= R35 million and < R50 million </td> <td align=\"right\"> "; // line 5846 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5846), "turnover", [], "any", false, false, false, 5846), "overall", [], "any", false, false, false, 5846), "GEN2", [], "any", false, false, false, 5846), "transformation", [], "any", false, false, false, 5846), "unskill", [], "any", false, false, false, 5846), "ma", [], "any", false, false, false, 5846), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5849 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5849), "turnover", [], "any", false, false, false, 5849), "overall", [], "any", false, false, false, 5849), "GEN2", [], "any", false, false, false, 5849), "transformation", [], "any", false, false, false, 5849), "unskill", [], "any", false, false, false, 5849), "mc", [], "any", false, false, false, 5849), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5852 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5852), "turnover", [], "any", false, false, false, 5852), "overall", [], "any", false, false, false, 5852), "GEN2", [], "any", false, false, false, 5852), "transformation", [], "any", false, false, false, 5852), "unskill", [], "any", false, false, false, 5852), "mi", [], "any", false, false, false, 5852), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5855 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5855), "turnover", [], "any", false, false, false, 5855), "overall", [], "any", false, false, false, 5855), "GEN2", [], "any", false, false, false, 5855), "transformation", [], "any", false, false, false, 5855), "unskill", [], "any", false, false, false, 5855), "mw", [], "any", false, false, false, 5855), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5858 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5858), "turnover", [], "any", false, false, false, 5858), "overall", [], "any", false, false, false, 5858), "GEN2", [], "any", false, false, false, 5858), "transformation", [], "any", false, false, false, 5858), "unskill", [], "any", false, false, false, 5858), "mf", [], "any", false, false, false, 5858), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5861 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5861), "turnover", [], "any", false, false, false, 5861), "overall", [], "any", false, false, false, 5861), "GEN2", [], "any", false, false, false, 5861), "transformation", [], "any", false, false, false, 5861), "unskill", [], "any", false, false, false, 5861), "fa", [], "any", false, false, false, 5861), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5864 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5864), "turnover", [], "any", false, false, false, 5864), "overall", [], "any", false, false, false, 5864), "GEN2", [], "any", false, false, false, 5864), "transformation", [], "any", false, false, false, 5864), "unskill", [], "any", false, false, false, 5864), "fc", [], "any", false, false, false, 5864), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5867 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5867), "turnover", [], "any", false, false, false, 5867), "overall", [], "any", false, false, false, 5867), "GEN2", [], "any", false, false, false, 5867), "transformation", [], "any", false, false, false, 5867), "unskill", [], "any", false, false, false, 5867), "fi", [], "any", false, false, false, 5867), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5870 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5870), "turnover", [], "any", false, false, false, 5870), "overall", [], "any", false, false, false, 5870), "GEN2", [], "any", false, false, false, 5870), "transformation", [], "any", false, false, false, 5870), "unskill", [], "any", false, false, false, 5870), "fw", [], "any", false, false, false, 5870), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5873 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5873), "turnover", [], "any", false, false, false, 5873), "overall", [], "any", false, false, false, 5873), "GEN2", [], "any", false, false, false, 5873), "transformation", [], "any", false, false, false, 5873), "unskill", [], "any", false, false, false, 5873), "ff", [], "any", false, false, false, 5873), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN3 >= R50 million and < R60 million </td> <td align=\"right\"> "; // line 5881 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5881), "turnover", [], "any", false, false, false, 5881), "overall", [], "any", false, false, false, 5881), "GEN3", [], "any", false, false, false, 5881), "transformation", [], "any", false, false, false, 5881), "unskill", [], "any", false, false, false, 5881), "ma", [], "any", false, false, false, 5881), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5884 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5884), "turnover", [], "any", false, false, false, 5884), "overall", [], "any", false, false, false, 5884), "GEN3", [], "any", false, false, false, 5884), "transformation", [], "any", false, false, false, 5884), "unskill", [], "any", false, false, false, 5884), "mc", [], "any", false, false, false, 5884), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5887 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5887), "turnover", [], "any", false, false, false, 5887), "overall", [], "any", false, false, false, 5887), "GEN3", [], "any", false, false, false, 5887), "transformation", [], "any", false, false, false, 5887), "unskill", [], "any", false, false, false, 5887), "mi", [], "any", false, false, false, 5887), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5890 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5890), "turnover", [], "any", false, false, false, 5890), "overall", [], "any", false, false, false, 5890), "GEN3", [], "any", false, false, false, 5890), "transformation", [], "any", false, false, false, 5890), "unskill", [], "any", false, false, false, 5890), "mw", [], "any", false, false, false, 5890), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5893 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5893), "turnover", [], "any", false, false, false, 5893), "overall", [], "any", false, false, false, 5893), "GEN3", [], "any", false, false, false, 5893), "transformation", [], "any", false, false, false, 5893), "unskill", [], "any", false, false, false, 5893), "mf", [], "any", false, false, false, 5893), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5896 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5896), "turnover", [], "any", false, false, false, 5896), "overall", [], "any", false, false, false, 5896), "GEN3", [], "any", false, false, false, 5896), "transformation", [], "any", false, false, false, 5896), "unskill", [], "any", false, false, false, 5896), "fa", [], "any", false, false, false, 5896), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5899 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5899), "turnover", [], "any", false, false, false, 5899), "overall", [], "any", false, false, false, 5899), "GEN3", [], "any", false, false, false, 5899), "transformation", [], "any", false, false, false, 5899), "unskill", [], "any", false, false, false, 5899), "fc", [], "any", false, false, false, 5899), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5902 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5902), "turnover", [], "any", false, false, false, 5902), "overall", [], "any", false, false, false, 5902), "GEN3", [], "any", false, false, false, 5902), "transformation", [], "any", false, false, false, 5902), "unskill", [], "any", false, false, false, 5902), "fi", [], "any", false, false, false, 5902), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5905 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5905), "turnover", [], "any", false, false, false, 5905), "overall", [], "any", false, false, false, 5905), "GEN3", [], "any", false, false, false, 5905), "transformation", [], "any", false, false, false, 5905), "unskill", [], "any", false, false, false, 5905), "fw", [], "any", false, false, false, 5905), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5908 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5908), "turnover", [], "any", false, false, false, 5908), "overall", [], "any", false, false, false, 5908), "GEN3", [], "any", false, false, false, 5908), "transformation", [], "any", false, false, false, 5908), "unskill", [], "any", false, false, false, 5908), "ff", [], "any", false, false, false, 5908), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN4 >= R60 million and < R70 million </td> <td align=\"right\"> "; // line 5916 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5916), "turnover", [], "any", false, false, false, 5916), "overall", [], "any", false, false, false, 5916), "GEN4", [], "any", false, false, false, 5916), "transformation", [], "any", false, false, false, 5916), "unskill", [], "any", false, false, false, 5916), "ma", [], "any", false, false, false, 5916), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5919 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5919), "turnover", [], "any", false, false, false, 5919), "overall", [], "any", false, false, false, 5919), "GEN4", [], "any", false, false, false, 5919), "transformation", [], "any", false, false, false, 5919), "unskill", [], "any", false, false, false, 5919), "mc", [], "any", false, false, false, 5919), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5922 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5922), "turnover", [], "any", false, false, false, 5922), "overall", [], "any", false, false, false, 5922), "GEN4", [], "any", false, false, false, 5922), "transformation", [], "any", false, false, false, 5922), "unskill", [], "any", false, false, false, 5922), "mi", [], "any", false, false, false, 5922), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5925 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5925), "turnover", [], "any", false, false, false, 5925), "overall", [], "any", false, false, false, 5925), "GEN4", [], "any", false, false, false, 5925), "transformation", [], "any", false, false, false, 5925), "unskill", [], "any", false, false, false, 5925), "mw", [], "any", false, false, false, 5925), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5928 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5928), "turnover", [], "any", false, false, false, 5928), "overall", [], "any", false, false, false, 5928), "GEN4", [], "any", false, false, false, 5928), "transformation", [], "any", false, false, false, 5928), "unskill", [], "any", false, false, false, 5928), "mf", [], "any", false, false, false, 5928), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5931 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5931), "turnover", [], "any", false, false, false, 5931), "overall", [], "any", false, false, false, 5931), "GEN4", [], "any", false, false, false, 5931), "transformation", [], "any", false, false, false, 5931), "unskill", [], "any", false, false, false, 5931), "fa", [], "any", false, false, false, 5931), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5934 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5934), "turnover", [], "any", false, false, false, 5934), "overall", [], "any", false, false, false, 5934), "GEN4", [], "any", false, false, false, 5934), "transformation", [], "any", false, false, false, 5934), "unskill", [], "any", false, false, false, 5934), "fc", [], "any", false, false, false, 5934), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5937 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5937), "turnover", [], "any", false, false, false, 5937), "overall", [], "any", false, false, false, 5937), "GEN4", [], "any", false, false, false, 5937), "transformation", [], "any", false, false, false, 5937), "unskill", [], "any", false, false, false, 5937), "fi", [], "any", false, false, false, 5937), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5940 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5940), "turnover", [], "any", false, false, false, 5940), "overall", [], "any", false, false, false, 5940), "GEN4", [], "any", false, false, false, 5940), "transformation", [], "any", false, false, false, 5940), "unskill", [], "any", false, false, false, 5940), "fw", [], "any", false, false, false, 5940), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5943 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5943), "turnover", [], "any", false, false, false, 5943), "overall", [], "any", false, false, false, 5943), "GEN4", [], "any", false, false, false, 5943), "transformation", [], "any", false, false, false, 5943), "unskill", [], "any", false, false, false, 5943), "ff", [], "any", false, false, false, 5943), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN5 >= R70 million and < R80 million </td> <td align=\"right\"> "; // line 5951 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5951), "turnover", [], "any", false, false, false, 5951), "overall", [], "any", false, false, false, 5951), "GEN5", [], "any", false, false, false, 5951), "transformation", [], "any", false, false, false, 5951), "unskill", [], "any", false, false, false, 5951), "ma", [], "any", false, false, false, 5951), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5954 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5954), "turnover", [], "any", false, false, false, 5954), "overall", [], "any", false, false, false, 5954), "GEN5", [], "any", false, false, false, 5954), "transformation", [], "any", false, false, false, 5954), "unskill", [], "any", false, false, false, 5954), "mc", [], "any", false, false, false, 5954), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5957 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5957), "turnover", [], "any", false, false, false, 5957), "overall", [], "any", false, false, false, 5957), "GEN5", [], "any", false, false, false, 5957), "transformation", [], "any", false, false, false, 5957), "unskill", [], "any", false, false, false, 5957), "mi", [], "any", false, false, false, 5957), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5960 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5960), "turnover", [], "any", false, false, false, 5960), "overall", [], "any", false, false, false, 5960), "GEN5", [], "any", false, false, false, 5960), "transformation", [], "any", false, false, false, 5960), "unskill", [], "any", false, false, false, 5960), "mw", [], "any", false, false, false, 5960), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5963 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5963), "turnover", [], "any", false, false, false, 5963), "overall", [], "any", false, false, false, 5963), "GEN5", [], "any", false, false, false, 5963), "transformation", [], "any", false, false, false, 5963), "unskill", [], "any", false, false, false, 5963), "mf", [], "any", false, false, false, 5963), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5966 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5966), "turnover", [], "any", false, false, false, 5966), "overall", [], "any", false, false, false, 5966), "GEN5", [], "any", false, false, false, 5966), "transformation", [], "any", false, false, false, 5966), "unskill", [], "any", false, false, false, 5966), "fa", [], "any", false, false, false, 5966), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5969 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5969), "turnover", [], "any", false, false, false, 5969), "overall", [], "any", false, false, false, 5969), "GEN5", [], "any", false, false, false, 5969), "transformation", [], "any", false, false, false, 5969), "unskill", [], "any", false, false, false, 5969), "fc", [], "any", false, false, false, 5969), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5972 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5972), "turnover", [], "any", false, false, false, 5972), "overall", [], "any", false, false, false, 5972), "GEN5", [], "any", false, false, false, 5972), "transformation", [], "any", false, false, false, 5972), "unskill", [], "any", false, false, false, 5972), "fi", [], "any", false, false, false, 5972), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5975 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5975), "turnover", [], "any", false, false, false, 5975), "overall", [], "any", false, false, false, 5975), "GEN5", [], "any", false, false, false, 5975), "transformation", [], "any", false, false, false, 5975), "unskill", [], "any", false, false, false, 5975), "fw", [], "any", false, false, false, 5975), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5978 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5978), "turnover", [], "any", false, false, false, 5978), "overall", [], "any", false, false, false, 5978), "GEN5", [], "any", false, false, false, 5978), "transformation", [], "any", false, false, false, 5978), "unskill", [], "any", false, false, false, 5978), "ff", [], "any", false, false, false, 5978), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN6 >= R80 million and < R90 million </td> <td align=\"right\"> "; // line 5986 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5986), "turnover", [], "any", false, false, false, 5986), "overall", [], "any", false, false, false, 5986), "GEN6", [], "any", false, false, false, 5986), "transformation", [], "any", false, false, false, 5986), "unskill", [], "any", false, false, false, 5986), "ma", [], "any", false, false, false, 5986), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5989 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5989), "turnover", [], "any", false, false, false, 5989), "overall", [], "any", false, false, false, 5989), "GEN6", [], "any", false, false, false, 5989), "transformation", [], "any", false, false, false, 5989), "unskill", [], "any", false, false, false, 5989), "mc", [], "any", false, false, false, 5989), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5992 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5992), "turnover", [], "any", false, false, false, 5992), "overall", [], "any", false, false, false, 5992), "GEN6", [], "any", false, false, false, 5992), "transformation", [], "any", false, false, false, 5992), "unskill", [], "any", false, false, false, 5992), "mi", [], "any", false, false, false, 5992), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5995 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5995), "turnover", [], "any", false, false, false, 5995), "overall", [], "any", false, false, false, 5995), "GEN6", [], "any", false, false, false, 5995), "transformation", [], "any", false, false, false, 5995), "unskill", [], "any", false, false, false, 5995), "mw", [], "any", false, false, false, 5995), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 5998 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 5998), "turnover", [], "any", false, false, false, 5998), "overall", [], "any", false, false, false, 5998), "GEN6", [], "any", false, false, false, 5998), "transformation", [], "any", false, false, false, 5998), "unskill", [], "any", false, false, false, 5998), "mf", [], "any", false, false, false, 5998), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6001 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6001), "turnover", [], "any", false, false, false, 6001), "overall", [], "any", false, false, false, 6001), "GEN6", [], "any", false, false, false, 6001), "transformation", [], "any", false, false, false, 6001), "unskill", [], "any", false, false, false, 6001), "fa", [], "any", false, false, false, 6001), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6004 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6004), "turnover", [], "any", false, false, false, 6004), "overall", [], "any", false, false, false, 6004), "GEN6", [], "any", false, false, false, 6004), "transformation", [], "any", false, false, false, 6004), "unskill", [], "any", false, false, false, 6004), "fc", [], "any", false, false, false, 6004), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6007 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6007), "turnover", [], "any", false, false, false, 6007), "overall", [], "any", false, false, false, 6007), "GEN6", [], "any", false, false, false, 6007), "transformation", [], "any", false, false, false, 6007), "unskill", [], "any", false, false, false, 6007), "fi", [], "any", false, false, false, 6007), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6010 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6010), "turnover", [], "any", false, false, false, 6010), "overall", [], "any", false, false, false, 6010), "GEN6", [], "any", false, false, false, 6010), "transformation", [], "any", false, false, false, 6010), "unskill", [], "any", false, false, false, 6010), "fw", [], "any", false, false, false, 6010), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6013 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6013), "turnover", [], "any", false, false, false, 6013), "overall", [], "any", false, false, false, 6013), "GEN6", [], "any", false, false, false, 6013), "transformation", [], "any", false, false, false, 6013), "unskill", [], "any", false, false, false, 6013), "ff", [], "any", false, false, false, 6013), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN7 >= R90 million and < R100 million </td> <td align=\"right\"> "; // line 6021 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6021), "turnover", [], "any", false, false, false, 6021), "overall", [], "any", false, false, false, 6021), "GEN7", [], "any", false, false, false, 6021), "transformation", [], "any", false, false, false, 6021), "unskill", [], "any", false, false, false, 6021), "ma", [], "any", false, false, false, 6021), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6024 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6024), "turnover", [], "any", false, false, false, 6024), "overall", [], "any", false, false, false, 6024), "GEN7", [], "any", false, false, false, 6024), "transformation", [], "any", false, false, false, 6024), "unskill", [], "any", false, false, false, 6024), "mc", [], "any", false, false, false, 6024), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6027 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6027), "turnover", [], "any", false, false, false, 6027), "overall", [], "any", false, false, false, 6027), "GEN7", [], "any", false, false, false, 6027), "transformation", [], "any", false, false, false, 6027), "unskill", [], "any", false, false, false, 6027), "mi", [], "any", false, false, false, 6027), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6030 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6030), "turnover", [], "any", false, false, false, 6030), "overall", [], "any", false, false, false, 6030), "GEN7", [], "any", false, false, false, 6030), "transformation", [], "any", false, false, false, 6030), "unskill", [], "any", false, false, false, 6030), "mw", [], "any", false, false, false, 6030), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6033 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6033), "turnover", [], "any", false, false, false, 6033), "overall", [], "any", false, false, false, 6033), "GEN7", [], "any", false, false, false, 6033), "transformation", [], "any", false, false, false, 6033), "unskill", [], "any", false, false, false, 6033), "mf", [], "any", false, false, false, 6033), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6036 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6036), "turnover", [], "any", false, false, false, 6036), "overall", [], "any", false, false, false, 6036), "GEN7", [], "any", false, false, false, 6036), "transformation", [], "any", false, false, false, 6036), "unskill", [], "any", false, false, false, 6036), "fa", [], "any", false, false, false, 6036), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6039 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6039), "turnover", [], "any", false, false, false, 6039), "overall", [], "any", false, false, false, 6039), "GEN7", [], "any", false, false, false, 6039), "transformation", [], "any", false, false, false, 6039), "unskill", [], "any", false, false, false, 6039), "fc", [], "any", false, false, false, 6039), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6042 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6042), "turnover", [], "any", false, false, false, 6042), "overall", [], "any", false, false, false, 6042), "GEN7", [], "any", false, false, false, 6042), "transformation", [], "any", false, false, false, 6042), "unskill", [], "any", false, false, false, 6042), "fi", [], "any", false, false, false, 6042), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6045 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6045), "turnover", [], "any", false, false, false, 6045), "overall", [], "any", false, false, false, 6045), "GEN7", [], "any", false, false, false, 6045), "transformation", [], "any", false, false, false, 6045), "unskill", [], "any", false, false, false, 6045), "fw", [], "any", false, false, false, 6045), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6048 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6048), "turnover", [], "any", false, false, false, 6048), "overall", [], "any", false, false, false, 6048), "GEN7", [], "any", false, false, false, 6048), "transformation", [], "any", false, false, false, 6048), "unskill", [], "any", false, false, false, 6048), "ff", [], "any", false, false, false, 6048), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN8 >= R100 million </td> <td align=\"right\"> "; // line 6056 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6056), "turnover", [], "any", false, false, false, 6056), "overall", [], "any", false, false, false, 6056), "GEN8", [], "any", false, false, false, 6056), "transformation", [], "any", false, false, false, 6056), "unskill", [], "any", false, false, false, 6056), "ma", [], "any", false, false, false, 6056), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6059 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6059), "turnover", [], "any", false, false, false, 6059), "overall", [], "any", false, false, false, 6059), "GEN8", [], "any", false, false, false, 6059), "transformation", [], "any", false, false, false, 6059), "unskill", [], "any", false, false, false, 6059), "mc", [], "any", false, false, false, 6059), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6062 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6062), "turnover", [], "any", false, false, false, 6062), "overall", [], "any", false, false, false, 6062), "GEN8", [], "any", false, false, false, 6062), "transformation", [], "any", false, false, false, 6062), "unskill", [], "any", false, false, false, 6062), "mi", [], "any", false, false, false, 6062), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6065 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6065), "turnover", [], "any", false, false, false, 6065), "overall", [], "any", false, false, false, 6065), "GEN8", [], "any", false, false, false, 6065), "transformation", [], "any", false, false, false, 6065), "unskill", [], "any", false, false, false, 6065), "mw", [], "any", false, false, false, 6065), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6068 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6068), "turnover", [], "any", false, false, false, 6068), "overall", [], "any", false, false, false, 6068), "GEN8", [], "any", false, false, false, 6068), "transformation", [], "any", false, false, false, 6068), "unskill", [], "any", false, false, false, 6068), "mf", [], "any", false, false, false, 6068), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6071 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6071), "turnover", [], "any", false, false, false, 6071), "overall", [], "any", false, false, false, 6071), "GEN8", [], "any", false, false, false, 6071), "transformation", [], "any", false, false, false, 6071), "unskill", [], "any", false, false, false, 6071), "fa", [], "any", false, false, false, 6071), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6074 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6074), "turnover", [], "any", false, false, false, 6074), "overall", [], "any", false, false, false, 6074), "GEN8", [], "any", false, false, false, 6074), "transformation", [], "any", false, false, false, 6074), "unskill", [], "any", false, false, false, 6074), "fc", [], "any", false, false, false, 6074), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6077 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6077), "turnover", [], "any", false, false, false, 6077), "overall", [], "any", false, false, false, 6077), "GEN8", [], "any", false, false, false, 6077), "transformation", [], "any", false, false, false, 6077), "unskill", [], "any", false, false, false, 6077), "fi", [], "any", false, false, false, 6077), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6080 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6080), "turnover", [], "any", false, false, false, 6080), "overall", [], "any", false, false, false, 6080), "GEN8", [], "any", false, false, false, 6080), "transformation", [], "any", false, false, false, 6080), "unskill", [], "any", false, false, false, 6080), "fw", [], "any", false, false, false, 6080), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6083 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6083), "turnover", [], "any", false, false, false, 6083), "overall", [], "any", false, false, false, 6083), "GEN8", [], "any", false, false, false, 6083), "transformation", [], "any", false, false, false, 6083), "unskill", [], "any", false, false, false, 6083), "ff", [], "any", false, false, false, 6083), 0, ".", " "), "html", null, true); yield " </td> </tr> </table> </div> </div> <div class=\"row\"> <div class=\"col-sm-12\"> "; // line 6093 $context["chartCanvasId"] = ("groupbarStaffByTypeCatUnksill" . $context["year"]); // line 6094 yield " "; // line 6095 yield from $this->load("@CoreBundle/Default/chart.html.twig", 6095)->unwrap()->yield($context); // line 6096 yield " </div> </div> <script language=\"javascript\"> canvasNames[canvasNames.length] = 'groupbarStaffByTypeCatUnksill"; // line 6101 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 6102 yield json_encode(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6102), "staff_to_cat_data_unskill", [], "any", false, false, false, 6102), "datasets", [], "any", false, false, false, 6102)); yield "; labelSets[labelSets.length] = "; // line 6103 yield json_encode(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6103), "staff_to_cat_data_unskill", [], "any", false, false, false, 6103), "labels", [], "any", false, false, false, 6103)); yield "; labels[labels.length] = 'Staff by Turnover and Category - Unskilled'; </script> <h4>Staff by Turnover and Category - Temporary</h4> <div class=\"row\"> <div class=\"col-sm-12\"> <table class=\"table-bordered\"> <tr> <th> Turnover </th> <th> Male - African </th> <th> Male - Coloured </th> <th> Male - Indian </th> <th> Male - White </th> <th> Male - Foreign </th> <th> Female - African </th> <th> Female - Coloured </th> <th> Female - Indian </th> <th> Female - White </th> <th> Female - Foreign </th> </tr> <tr> <td> EME1 < R3 million </td> <td align=\"right\"> "; // line 6151 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6151), "turnover", [], "any", false, false, false, 6151), "overall", [], "any", false, false, false, 6151), "EME1", [], "any", false, false, false, 6151), "transformation", [], "any", false, false, false, 6151), "temp", [], "any", false, false, false, 6151), "ma", [], "any", false, false, false, 6151), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6154 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6154), "turnover", [], "any", false, false, false, 6154), "overall", [], "any", false, false, false, 6154), "EME1", [], "any", false, false, false, 6154), "transformation", [], "any", false, false, false, 6154), "temp", [], "any", false, false, false, 6154), "mc", [], "any", false, false, false, 6154), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6157 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6157), "turnover", [], "any", false, false, false, 6157), "overall", [], "any", false, false, false, 6157), "EME1", [], "any", false, false, false, 6157), "transformation", [], "any", false, false, false, 6157), "temp", [], "any", false, false, false, 6157), "mi", [], "any", false, false, false, 6157), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6160 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6160), "turnover", [], "any", false, false, false, 6160), "overall", [], "any", false, false, false, 6160), "EME1", [], "any", false, false, false, 6160), "transformation", [], "any", false, false, false, 6160), "temp", [], "any", false, false, false, 6160), "mw", [], "any", false, false, false, 6160), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6163 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6163), "turnover", [], "any", false, false, false, 6163), "overall", [], "any", false, false, false, 6163), "EME1", [], "any", false, false, false, 6163), "transformation", [], "any", false, false, false, 6163), "temp", [], "any", false, false, false, 6163), "mf", [], "any", false, false, false, 6163), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6166 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6166), "turnover", [], "any", false, false, false, 6166), "overall", [], "any", false, false, false, 6166), "EME1", [], "any", false, false, false, 6166), "transformation", [], "any", false, false, false, 6166), "temp", [], "any", false, false, false, 6166), "fa", [], "any", false, false, false, 6166), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6169 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6169), "turnover", [], "any", false, false, false, 6169), "overall", [], "any", false, false, false, 6169), "EME1", [], "any", false, false, false, 6169), "transformation", [], "any", false, false, false, 6169), "temp", [], "any", false, false, false, 6169), "fc", [], "any", false, false, false, 6169), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6172 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6172), "turnover", [], "any", false, false, false, 6172), "overall", [], "any", false, false, false, 6172), "EME1", [], "any", false, false, false, 6172), "transformation", [], "any", false, false, false, 6172), "temp", [], "any", false, false, false, 6172), "fi", [], "any", false, false, false, 6172), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6175 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6175), "turnover", [], "any", false, false, false, 6175), "overall", [], "any", false, false, false, 6175), "EME1", [], "any", false, false, false, 6175), "transformation", [], "any", false, false, false, 6175), "temp", [], "any", false, false, false, 6175), "fw", [], "any", false, false, false, 6175), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6178 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6178), "turnover", [], "any", false, false, false, 6178), "overall", [], "any", false, false, false, 6178), "EME1", [], "any", false, false, false, 6178), "transformation", [], "any", false, false, false, 6178), "temp", [], "any", false, false, false, 6178), "ff", [], "any", false, false, false, 6178), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> EME2 >= R3 million and < R6 million </td> <td align=\"right\"> "; // line 6186 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6186), "turnover", [], "any", false, false, false, 6186), "overall", [], "any", false, false, false, 6186), "EME2", [], "any", false, false, false, 6186), "transformation", [], "any", false, false, false, 6186), "temp", [], "any", false, false, false, 6186), "ma", [], "any", false, false, false, 6186), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6189 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6189), "turnover", [], "any", false, false, false, 6189), "overall", [], "any", false, false, false, 6189), "EME2", [], "any", false, false, false, 6189), "transformation", [], "any", false, false, false, 6189), "temp", [], "any", false, false, false, 6189), "mc", [], "any", false, false, false, 6189), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6192 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6192), "turnover", [], "any", false, false, false, 6192), "overall", [], "any", false, false, false, 6192), "EME2", [], "any", false, false, false, 6192), "transformation", [], "any", false, false, false, 6192), "temp", [], "any", false, false, false, 6192), "mi", [], "any", false, false, false, 6192), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6195 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6195), "turnover", [], "any", false, false, false, 6195), "overall", [], "any", false, false, false, 6195), "EME2", [], "any", false, false, false, 6195), "transformation", [], "any", false, false, false, 6195), "temp", [], "any", false, false, false, 6195), "mw", [], "any", false, false, false, 6195), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6198 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6198), "turnover", [], "any", false, false, false, 6198), "overall", [], "any", false, false, false, 6198), "EME2", [], "any", false, false, false, 6198), "transformation", [], "any", false, false, false, 6198), "temp", [], "any", false, false, false, 6198), "mf", [], "any", false, false, false, 6198), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6201 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6201), "turnover", [], "any", false, false, false, 6201), "overall", [], "any", false, false, false, 6201), "EME2", [], "any", false, false, false, 6201), "transformation", [], "any", false, false, false, 6201), "temp", [], "any", false, false, false, 6201), "fa", [], "any", false, false, false, 6201), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6204 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6204), "turnover", [], "any", false, false, false, 6204), "overall", [], "any", false, false, false, 6204), "EME2", [], "any", false, false, false, 6204), "transformation", [], "any", false, false, false, 6204), "temp", [], "any", false, false, false, 6204), "fc", [], "any", false, false, false, 6204), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6207 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6207), "turnover", [], "any", false, false, false, 6207), "overall", [], "any", false, false, false, 6207), "EME2", [], "any", false, false, false, 6207), "transformation", [], "any", false, false, false, 6207), "temp", [], "any", false, false, false, 6207), "fi", [], "any", false, false, false, 6207), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6210 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6210), "turnover", [], "any", false, false, false, 6210), "overall", [], "any", false, false, false, 6210), "EME2", [], "any", false, false, false, 6210), "transformation", [], "any", false, false, false, 6210), "temp", [], "any", false, false, false, 6210), "fw", [], "any", false, false, false, 6210), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6213 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6213), "turnover", [], "any", false, false, false, 6213), "overall", [], "any", false, false, false, 6213), "EME2", [], "any", false, false, false, 6213), "transformation", [], "any", false, false, false, 6213), "temp", [], "any", false, false, false, 6213), "ff", [], "any", false, false, false, 6213), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE1 >= R6 million and < R10 million </td> <td align=\"right\"> "; // line 6221 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6221), "turnover", [], "any", false, false, false, 6221), "overall", [], "any", false, false, false, 6221), "QSE1", [], "any", false, false, false, 6221), "transformation", [], "any", false, false, false, 6221), "temp", [], "any", false, false, false, 6221), "ma", [], "any", false, false, false, 6221), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6224 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6224), "turnover", [], "any", false, false, false, 6224), "overall", [], "any", false, false, false, 6224), "QSE1", [], "any", false, false, false, 6224), "transformation", [], "any", false, false, false, 6224), "temp", [], "any", false, false, false, 6224), "mc", [], "any", false, false, false, 6224), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6227 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6227), "turnover", [], "any", false, false, false, 6227), "overall", [], "any", false, false, false, 6227), "QSE1", [], "any", false, false, false, 6227), "transformation", [], "any", false, false, false, 6227), "temp", [], "any", false, false, false, 6227), "mi", [], "any", false, false, false, 6227), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6230 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6230), "turnover", [], "any", false, false, false, 6230), "overall", [], "any", false, false, false, 6230), "QSE1", [], "any", false, false, false, 6230), "transformation", [], "any", false, false, false, 6230), "temp", [], "any", false, false, false, 6230), "mw", [], "any", false, false, false, 6230), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6233 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6233), "turnover", [], "any", false, false, false, 6233), "overall", [], "any", false, false, false, 6233), "QSE1", [], "any", false, false, false, 6233), "transformation", [], "any", false, false, false, 6233), "temp", [], "any", false, false, false, 6233), "mf", [], "any", false, false, false, 6233), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6236 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6236), "turnover", [], "any", false, false, false, 6236), "overall", [], "any", false, false, false, 6236), "QSE1", [], "any", false, false, false, 6236), "transformation", [], "any", false, false, false, 6236), "temp", [], "any", false, false, false, 6236), "fa", [], "any", false, false, false, 6236), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6239 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6239), "turnover", [], "any", false, false, false, 6239), "overall", [], "any", false, false, false, 6239), "QSE1", [], "any", false, false, false, 6239), "transformation", [], "any", false, false, false, 6239), "temp", [], "any", false, false, false, 6239), "fc", [], "any", false, false, false, 6239), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6242 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6242), "turnover", [], "any", false, false, false, 6242), "overall", [], "any", false, false, false, 6242), "QSE1", [], "any", false, false, false, 6242), "transformation", [], "any", false, false, false, 6242), "temp", [], "any", false, false, false, 6242), "fi", [], "any", false, false, false, 6242), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6245 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6245), "turnover", [], "any", false, false, false, 6245), "overall", [], "any", false, false, false, 6245), "QSE1", [], "any", false, false, false, 6245), "transformation", [], "any", false, false, false, 6245), "temp", [], "any", false, false, false, 6245), "fw", [], "any", false, false, false, 6245), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6248 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6248), "turnover", [], "any", false, false, false, 6248), "overall", [], "any", false, false, false, 6248), "QSE1", [], "any", false, false, false, 6248), "transformation", [], "any", false, false, false, 6248), "temp", [], "any", false, false, false, 6248), "ff", [], "any", false, false, false, 6248), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE2 >= R10 million and < R15 million </td> <td align=\"right\"> "; // line 6256 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6256), "turnover", [], "any", false, false, false, 6256), "overall", [], "any", false, false, false, 6256), "QSE2", [], "any", false, false, false, 6256), "transformation", [], "any", false, false, false, 6256), "temp", [], "any", false, false, false, 6256), "ma", [], "any", false, false, false, 6256), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6259 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6259), "turnover", [], "any", false, false, false, 6259), "overall", [], "any", false, false, false, 6259), "QSE2", [], "any", false, false, false, 6259), "transformation", [], "any", false, false, false, 6259), "temp", [], "any", false, false, false, 6259), "mc", [], "any", false, false, false, 6259), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6262 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6262), "turnover", [], "any", false, false, false, 6262), "overall", [], "any", false, false, false, 6262), "QSE2", [], "any", false, false, false, 6262), "transformation", [], "any", false, false, false, 6262), "temp", [], "any", false, false, false, 6262), "mi", [], "any", false, false, false, 6262), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6265 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6265), "turnover", [], "any", false, false, false, 6265), "overall", [], "any", false, false, false, 6265), "QSE2", [], "any", false, false, false, 6265), "transformation", [], "any", false, false, false, 6265), "temp", [], "any", false, false, false, 6265), "mw", [], "any", false, false, false, 6265), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6268 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6268), "turnover", [], "any", false, false, false, 6268), "overall", [], "any", false, false, false, 6268), "QSE2", [], "any", false, false, false, 6268), "transformation", [], "any", false, false, false, 6268), "temp", [], "any", false, false, false, 6268), "mf", [], "any", false, false, false, 6268), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6271 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6271), "turnover", [], "any", false, false, false, 6271), "overall", [], "any", false, false, false, 6271), "QSE2", [], "any", false, false, false, 6271), "transformation", [], "any", false, false, false, 6271), "temp", [], "any", false, false, false, 6271), "fa", [], "any", false, false, false, 6271), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6274 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6274), "turnover", [], "any", false, false, false, 6274), "overall", [], "any", false, false, false, 6274), "QSE2", [], "any", false, false, false, 6274), "transformation", [], "any", false, false, false, 6274), "temp", [], "any", false, false, false, 6274), "fc", [], "any", false, false, false, 6274), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6277 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6277), "turnover", [], "any", false, false, false, 6277), "overall", [], "any", false, false, false, 6277), "QSE2", [], "any", false, false, false, 6277), "transformation", [], "any", false, false, false, 6277), "temp", [], "any", false, false, false, 6277), "fi", [], "any", false, false, false, 6277), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6280 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6280), "turnover", [], "any", false, false, false, 6280), "overall", [], "any", false, false, false, 6280), "QSE2", [], "any", false, false, false, 6280), "transformation", [], "any", false, false, false, 6280), "temp", [], "any", false, false, false, 6280), "fw", [], "any", false, false, false, 6280), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6283 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6283), "turnover", [], "any", false, false, false, 6283), "overall", [], "any", false, false, false, 6283), "QSE2", [], "any", false, false, false, 6283), "transformation", [], "any", false, false, false, 6283), "temp", [], "any", false, false, false, 6283), "ff", [], "any", false, false, false, 6283), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE3 >= R15 million and < R20 million </td> <td align=\"right\"> "; // line 6291 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6291), "turnover", [], "any", false, false, false, 6291), "overall", [], "any", false, false, false, 6291), "QSE3", [], "any", false, false, false, 6291), "transformation", [], "any", false, false, false, 6291), "temp", [], "any", false, false, false, 6291), "ma", [], "any", false, false, false, 6291), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6294 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6294), "turnover", [], "any", false, false, false, 6294), "overall", [], "any", false, false, false, 6294), "QSE3", [], "any", false, false, false, 6294), "transformation", [], "any", false, false, false, 6294), "temp", [], "any", false, false, false, 6294), "mc", [], "any", false, false, false, 6294), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6297 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6297), "turnover", [], "any", false, false, false, 6297), "overall", [], "any", false, false, false, 6297), "QSE3", [], "any", false, false, false, 6297), "transformation", [], "any", false, false, false, 6297), "temp", [], "any", false, false, false, 6297), "mi", [], "any", false, false, false, 6297), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6300 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6300), "turnover", [], "any", false, false, false, 6300), "overall", [], "any", false, false, false, 6300), "QSE3", [], "any", false, false, false, 6300), "transformation", [], "any", false, false, false, 6300), "temp", [], "any", false, false, false, 6300), "mw", [], "any", false, false, false, 6300), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6303 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6303), "turnover", [], "any", false, false, false, 6303), "overall", [], "any", false, false, false, 6303), "QSE3", [], "any", false, false, false, 6303), "transformation", [], "any", false, false, false, 6303), "temp", [], "any", false, false, false, 6303), "mf", [], "any", false, false, false, 6303), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6306 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6306), "turnover", [], "any", false, false, false, 6306), "overall", [], "any", false, false, false, 6306), "QSE3", [], "any", false, false, false, 6306), "transformation", [], "any", false, false, false, 6306), "temp", [], "any", false, false, false, 6306), "fa", [], "any", false, false, false, 6306), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6309 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6309), "turnover", [], "any", false, false, false, 6309), "overall", [], "any", false, false, false, 6309), "QSE3", [], "any", false, false, false, 6309), "transformation", [], "any", false, false, false, 6309), "temp", [], "any", false, false, false, 6309), "fc", [], "any", false, false, false, 6309), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6312 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6312), "turnover", [], "any", false, false, false, 6312), "overall", [], "any", false, false, false, 6312), "QSE3", [], "any", false, false, false, 6312), "transformation", [], "any", false, false, false, 6312), "temp", [], "any", false, false, false, 6312), "fi", [], "any", false, false, false, 6312), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6315 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6315), "turnover", [], "any", false, false, false, 6315), "overall", [], "any", false, false, false, 6315), "QSE3", [], "any", false, false, false, 6315), "transformation", [], "any", false, false, false, 6315), "temp", [], "any", false, false, false, 6315), "fw", [], "any", false, false, false, 6315), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6318 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6318), "turnover", [], "any", false, false, false, 6318), "overall", [], "any", false, false, false, 6318), "QSE3", [], "any", false, false, false, 6318), "transformation", [], "any", false, false, false, 6318), "temp", [], "any", false, false, false, 6318), "ff", [], "any", false, false, false, 6318), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> QSE4 >= R20 million and < R25 million </td> <td align=\"right\"> "; // line 6326 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6326), "turnover", [], "any", false, false, false, 6326), "overall", [], "any", false, false, false, 6326), "QSE4", [], "any", false, false, false, 6326), "transformation", [], "any", false, false, false, 6326), "temp", [], "any", false, false, false, 6326), "ma", [], "any", false, false, false, 6326), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6329 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6329), "turnover", [], "any", false, false, false, 6329), "overall", [], "any", false, false, false, 6329), "QSE4", [], "any", false, false, false, 6329), "transformation", [], "any", false, false, false, 6329), "temp", [], "any", false, false, false, 6329), "mc", [], "any", false, false, false, 6329), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6332 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6332), "turnover", [], "any", false, false, false, 6332), "overall", [], "any", false, false, false, 6332), "QSE4", [], "any", false, false, false, 6332), "transformation", [], "any", false, false, false, 6332), "temp", [], "any", false, false, false, 6332), "mi", [], "any", false, false, false, 6332), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6335 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6335), "turnover", [], "any", false, false, false, 6335), "overall", [], "any", false, false, false, 6335), "QSE4", [], "any", false, false, false, 6335), "transformation", [], "any", false, false, false, 6335), "temp", [], "any", false, false, false, 6335), "mw", [], "any", false, false, false, 6335), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6338 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6338), "turnover", [], "any", false, false, false, 6338), "overall", [], "any", false, false, false, 6338), "QSE4", [], "any", false, false, false, 6338), "transformation", [], "any", false, false, false, 6338), "temp", [], "any", false, false, false, 6338), "mf", [], "any", false, false, false, 6338), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6341 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6341), "turnover", [], "any", false, false, false, 6341), "overall", [], "any", false, false, false, 6341), "QSE4", [], "any", false, false, false, 6341), "transformation", [], "any", false, false, false, 6341), "temp", [], "any", false, false, false, 6341), "fa", [], "any", false, false, false, 6341), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6344 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6344), "turnover", [], "any", false, false, false, 6344), "overall", [], "any", false, false, false, 6344), "QSE4", [], "any", false, false, false, 6344), "transformation", [], "any", false, false, false, 6344), "temp", [], "any", false, false, false, 6344), "fc", [], "any", false, false, false, 6344), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6347 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6347), "turnover", [], "any", false, false, false, 6347), "overall", [], "any", false, false, false, 6347), "QSE4", [], "any", false, false, false, 6347), "transformation", [], "any", false, false, false, 6347), "temp", [], "any", false, false, false, 6347), "fi", [], "any", false, false, false, 6347), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6350 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6350), "turnover", [], "any", false, false, false, 6350), "overall", [], "any", false, false, false, 6350), "QSE4", [], "any", false, false, false, 6350), "transformation", [], "any", false, false, false, 6350), "temp", [], "any", false, false, false, 6350), "fw", [], "any", false, false, false, 6350), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6353 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6353), "turnover", [], "any", false, false, false, 6353), "overall", [], "any", false, false, false, 6353), "QSE4", [], "any", false, false, false, 6353), "transformation", [], "any", false, false, false, 6353), "temp", [], "any", false, false, false, 6353), "ff", [], "any", false, false, false, 6353), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN1 >= R25 million and < R35 million </td> <td align=\"right\"> "; // line 6361 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6361), "turnover", [], "any", false, false, false, 6361), "overall", [], "any", false, false, false, 6361), "GEN1", [], "any", false, false, false, 6361), "transformation", [], "any", false, false, false, 6361), "temp", [], "any", false, false, false, 6361), "ma", [], "any", false, false, false, 6361), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6364 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6364), "turnover", [], "any", false, false, false, 6364), "overall", [], "any", false, false, false, 6364), "GEN1", [], "any", false, false, false, 6364), "transformation", [], "any", false, false, false, 6364), "temp", [], "any", false, false, false, 6364), "mc", [], "any", false, false, false, 6364), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6367 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6367), "turnover", [], "any", false, false, false, 6367), "overall", [], "any", false, false, false, 6367), "GEN1", [], "any", false, false, false, 6367), "transformation", [], "any", false, false, false, 6367), "temp", [], "any", false, false, false, 6367), "mi", [], "any", false, false, false, 6367), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6370 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6370), "turnover", [], "any", false, false, false, 6370), "overall", [], "any", false, false, false, 6370), "GEN1", [], "any", false, false, false, 6370), "transformation", [], "any", false, false, false, 6370), "temp", [], "any", false, false, false, 6370), "mw", [], "any", false, false, false, 6370), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6373 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6373), "turnover", [], "any", false, false, false, 6373), "overall", [], "any", false, false, false, 6373), "GEN1", [], "any", false, false, false, 6373), "transformation", [], "any", false, false, false, 6373), "temp", [], "any", false, false, false, 6373), "mf", [], "any", false, false, false, 6373), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6376 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6376), "turnover", [], "any", false, false, false, 6376), "overall", [], "any", false, false, false, 6376), "GEN1", [], "any", false, false, false, 6376), "transformation", [], "any", false, false, false, 6376), "temp", [], "any", false, false, false, 6376), "fa", [], "any", false, false, false, 6376), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6379 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6379), "turnover", [], "any", false, false, false, 6379), "overall", [], "any", false, false, false, 6379), "GEN1", [], "any", false, false, false, 6379), "transformation", [], "any", false, false, false, 6379), "temp", [], "any", false, false, false, 6379), "fc", [], "any", false, false, false, 6379), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6382 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6382), "turnover", [], "any", false, false, false, 6382), "overall", [], "any", false, false, false, 6382), "GEN1", [], "any", false, false, false, 6382), "transformation", [], "any", false, false, false, 6382), "temp", [], "any", false, false, false, 6382), "fi", [], "any", false, false, false, 6382), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6385 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6385), "turnover", [], "any", false, false, false, 6385), "overall", [], "any", false, false, false, 6385), "GEN1", [], "any", false, false, false, 6385), "transformation", [], "any", false, false, false, 6385), "temp", [], "any", false, false, false, 6385), "fw", [], "any", false, false, false, 6385), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6388 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6388), "turnover", [], "any", false, false, false, 6388), "overall", [], "any", false, false, false, 6388), "GEN1", [], "any", false, false, false, 6388), "transformation", [], "any", false, false, false, 6388), "temp", [], "any", false, false, false, 6388), "ff", [], "any", false, false, false, 6388), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN2 >= R35 million and < R50 million </td> <td align=\"right\"> "; // line 6396 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6396), "turnover", [], "any", false, false, false, 6396), "overall", [], "any", false, false, false, 6396), "GEN2", [], "any", false, false, false, 6396), "transformation", [], "any", false, false, false, 6396), "temp", [], "any", false, false, false, 6396), "ma", [], "any", false, false, false, 6396), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6399 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6399), "turnover", [], "any", false, false, false, 6399), "overall", [], "any", false, false, false, 6399), "GEN2", [], "any", false, false, false, 6399), "transformation", [], "any", false, false, false, 6399), "temp", [], "any", false, false, false, 6399), "mc", [], "any", false, false, false, 6399), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6402 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6402), "turnover", [], "any", false, false, false, 6402), "overall", [], "any", false, false, false, 6402), "GEN2", [], "any", false, false, false, 6402), "transformation", [], "any", false, false, false, 6402), "temp", [], "any", false, false, false, 6402), "mi", [], "any", false, false, false, 6402), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6405 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6405), "turnover", [], "any", false, false, false, 6405), "overall", [], "any", false, false, false, 6405), "GEN2", [], "any", false, false, false, 6405), "transformation", [], "any", false, false, false, 6405), "temp", [], "any", false, false, false, 6405), "mw", [], "any", false, false, false, 6405), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6408 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6408), "turnover", [], "any", false, false, false, 6408), "overall", [], "any", false, false, false, 6408), "GEN2", [], "any", false, false, false, 6408), "transformation", [], "any", false, false, false, 6408), "temp", [], "any", false, false, false, 6408), "mf", [], "any", false, false, false, 6408), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6411 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6411), "turnover", [], "any", false, false, false, 6411), "overall", [], "any", false, false, false, 6411), "GEN2", [], "any", false, false, false, 6411), "transformation", [], "any", false, false, false, 6411), "temp", [], "any", false, false, false, 6411), "fa", [], "any", false, false, false, 6411), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6414 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6414), "turnover", [], "any", false, false, false, 6414), "overall", [], "any", false, false, false, 6414), "GEN2", [], "any", false, false, false, 6414), "transformation", [], "any", false, false, false, 6414), "temp", [], "any", false, false, false, 6414), "fc", [], "any", false, false, false, 6414), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6417 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6417), "turnover", [], "any", false, false, false, 6417), "overall", [], "any", false, false, false, 6417), "GEN2", [], "any", false, false, false, 6417), "transformation", [], "any", false, false, false, 6417), "temp", [], "any", false, false, false, 6417), "fi", [], "any", false, false, false, 6417), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6420 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6420), "turnover", [], "any", false, false, false, 6420), "overall", [], "any", false, false, false, 6420), "GEN2", [], "any", false, false, false, 6420), "transformation", [], "any", false, false, false, 6420), "temp", [], "any", false, false, false, 6420), "fw", [], "any", false, false, false, 6420), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6423 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6423), "turnover", [], "any", false, false, false, 6423), "overall", [], "any", false, false, false, 6423), "GEN2", [], "any", false, false, false, 6423), "transformation", [], "any", false, false, false, 6423), "temp", [], "any", false, false, false, 6423), "ff", [], "any", false, false, false, 6423), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN3 >= R50 million and < R60 million </td> <td align=\"right\"> "; // line 6431 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6431), "turnover", [], "any", false, false, false, 6431), "overall", [], "any", false, false, false, 6431), "GEN3", [], "any", false, false, false, 6431), "transformation", [], "any", false, false, false, 6431), "temp", [], "any", false, false, false, 6431), "ma", [], "any", false, false, false, 6431), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6434 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6434), "turnover", [], "any", false, false, false, 6434), "overall", [], "any", false, false, false, 6434), "GEN3", [], "any", false, false, false, 6434), "transformation", [], "any", false, false, false, 6434), "temp", [], "any", false, false, false, 6434), "mc", [], "any", false, false, false, 6434), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6437 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6437), "turnover", [], "any", false, false, false, 6437), "overall", [], "any", false, false, false, 6437), "GEN3", [], "any", false, false, false, 6437), "transformation", [], "any", false, false, false, 6437), "temp", [], "any", false, false, false, 6437), "mi", [], "any", false, false, false, 6437), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6440 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6440), "turnover", [], "any", false, false, false, 6440), "overall", [], "any", false, false, false, 6440), "GEN3", [], "any", false, false, false, 6440), "transformation", [], "any", false, false, false, 6440), "temp", [], "any", false, false, false, 6440), "mw", [], "any", false, false, false, 6440), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6443 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6443), "turnover", [], "any", false, false, false, 6443), "overall", [], "any", false, false, false, 6443), "GEN3", [], "any", false, false, false, 6443), "transformation", [], "any", false, false, false, 6443), "temp", [], "any", false, false, false, 6443), "mf", [], "any", false, false, false, 6443), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6446 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6446), "turnover", [], "any", false, false, false, 6446), "overall", [], "any", false, false, false, 6446), "GEN3", [], "any", false, false, false, 6446), "transformation", [], "any", false, false, false, 6446), "temp", [], "any", false, false, false, 6446), "fa", [], "any", false, false, false, 6446), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6449 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6449), "turnover", [], "any", false, false, false, 6449), "overall", [], "any", false, false, false, 6449), "GEN3", [], "any", false, false, false, 6449), "transformation", [], "any", false, false, false, 6449), "temp", [], "any", false, false, false, 6449), "fc", [], "any", false, false, false, 6449), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6452 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6452), "turnover", [], "any", false, false, false, 6452), "overall", [], "any", false, false, false, 6452), "GEN3", [], "any", false, false, false, 6452), "transformation", [], "any", false, false, false, 6452), "temp", [], "any", false, false, false, 6452), "fi", [], "any", false, false, false, 6452), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6455 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6455), "turnover", [], "any", false, false, false, 6455), "overall", [], "any", false, false, false, 6455), "GEN3", [], "any", false, false, false, 6455), "transformation", [], "any", false, false, false, 6455), "temp", [], "any", false, false, false, 6455), "fw", [], "any", false, false, false, 6455), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6458 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6458), "turnover", [], "any", false, false, false, 6458), "overall", [], "any", false, false, false, 6458), "GEN3", [], "any", false, false, false, 6458), "transformation", [], "any", false, false, false, 6458), "temp", [], "any", false, false, false, 6458), "ff", [], "any", false, false, false, 6458), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN4 >= R60 million and < R70 million </td> <td align=\"right\"> "; // line 6466 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6466), "turnover", [], "any", false, false, false, 6466), "overall", [], "any", false, false, false, 6466), "GEN4", [], "any", false, false, false, 6466), "transformation", [], "any", false, false, false, 6466), "temp", [], "any", false, false, false, 6466), "ma", [], "any", false, false, false, 6466), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6469 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6469), "turnover", [], "any", false, false, false, 6469), "overall", [], "any", false, false, false, 6469), "GEN4", [], "any", false, false, false, 6469), "transformation", [], "any", false, false, false, 6469), "temp", [], "any", false, false, false, 6469), "mc", [], "any", false, false, false, 6469), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6472 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6472), "turnover", [], "any", false, false, false, 6472), "overall", [], "any", false, false, false, 6472), "GEN4", [], "any", false, false, false, 6472), "transformation", [], "any", false, false, false, 6472), "temp", [], "any", false, false, false, 6472), "mi", [], "any", false, false, false, 6472), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6475 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6475), "turnover", [], "any", false, false, false, 6475), "overall", [], "any", false, false, false, 6475), "GEN4", [], "any", false, false, false, 6475), "transformation", [], "any", false, false, false, 6475), "temp", [], "any", false, false, false, 6475), "mw", [], "any", false, false, false, 6475), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6478 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6478), "turnover", [], "any", false, false, false, 6478), "overall", [], "any", false, false, false, 6478), "GEN4", [], "any", false, false, false, 6478), "transformation", [], "any", false, false, false, 6478), "temp", [], "any", false, false, false, 6478), "mf", [], "any", false, false, false, 6478), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6481 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6481), "turnover", [], "any", false, false, false, 6481), "overall", [], "any", false, false, false, 6481), "GEN4", [], "any", false, false, false, 6481), "transformation", [], "any", false, false, false, 6481), "temp", [], "any", false, false, false, 6481), "fa", [], "any", false, false, false, 6481), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6484 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6484), "turnover", [], "any", false, false, false, 6484), "overall", [], "any", false, false, false, 6484), "GEN4", [], "any", false, false, false, 6484), "transformation", [], "any", false, false, false, 6484), "temp", [], "any", false, false, false, 6484), "fc", [], "any", false, false, false, 6484), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6487 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6487), "turnover", [], "any", false, false, false, 6487), "overall", [], "any", false, false, false, 6487), "GEN4", [], "any", false, false, false, 6487), "transformation", [], "any", false, false, false, 6487), "temp", [], "any", false, false, false, 6487), "fi", [], "any", false, false, false, 6487), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6490 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6490), "turnover", [], "any", false, false, false, 6490), "overall", [], "any", false, false, false, 6490), "GEN4", [], "any", false, false, false, 6490), "transformation", [], "any", false, false, false, 6490), "temp", [], "any", false, false, false, 6490), "fw", [], "any", false, false, false, 6490), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6493 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6493), "turnover", [], "any", false, false, false, 6493), "overall", [], "any", false, false, false, 6493), "GEN4", [], "any", false, false, false, 6493), "transformation", [], "any", false, false, false, 6493), "temp", [], "any", false, false, false, 6493), "ff", [], "any", false, false, false, 6493), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN5 >= R70 million and < R80 million </td> <td align=\"right\"> "; // line 6501 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6501), "turnover", [], "any", false, false, false, 6501), "overall", [], "any", false, false, false, 6501), "GEN5", [], "any", false, false, false, 6501), "transformation", [], "any", false, false, false, 6501), "temp", [], "any", false, false, false, 6501), "ma", [], "any", false, false, false, 6501), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6504 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6504), "turnover", [], "any", false, false, false, 6504), "overall", [], "any", false, false, false, 6504), "GEN5", [], "any", false, false, false, 6504), "transformation", [], "any", false, false, false, 6504), "temp", [], "any", false, false, false, 6504), "mc", [], "any", false, false, false, 6504), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6507 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6507), "turnover", [], "any", false, false, false, 6507), "overall", [], "any", false, false, false, 6507), "GEN5", [], "any", false, false, false, 6507), "transformation", [], "any", false, false, false, 6507), "temp", [], "any", false, false, false, 6507), "mi", [], "any", false, false, false, 6507), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6510 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6510), "turnover", [], "any", false, false, false, 6510), "overall", [], "any", false, false, false, 6510), "GEN5", [], "any", false, false, false, 6510), "transformation", [], "any", false, false, false, 6510), "temp", [], "any", false, false, false, 6510), "mw", [], "any", false, false, false, 6510), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6513 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6513), "turnover", [], "any", false, false, false, 6513), "overall", [], "any", false, false, false, 6513), "GEN5", [], "any", false, false, false, 6513), "transformation", [], "any", false, false, false, 6513), "temp", [], "any", false, false, false, 6513), "mf", [], "any", false, false, false, 6513), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6516 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6516), "turnover", [], "any", false, false, false, 6516), "overall", [], "any", false, false, false, 6516), "GEN5", [], "any", false, false, false, 6516), "transformation", [], "any", false, false, false, 6516), "temp", [], "any", false, false, false, 6516), "fa", [], "any", false, false, false, 6516), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6519 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6519), "turnover", [], "any", false, false, false, 6519), "overall", [], "any", false, false, false, 6519), "GEN5", [], "any", false, false, false, 6519), "transformation", [], "any", false, false, false, 6519), "temp", [], "any", false, false, false, 6519), "fc", [], "any", false, false, false, 6519), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6522 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6522), "turnover", [], "any", false, false, false, 6522), "overall", [], "any", false, false, false, 6522), "GEN5", [], "any", false, false, false, 6522), "transformation", [], "any", false, false, false, 6522), "temp", [], "any", false, false, false, 6522), "fi", [], "any", false, false, false, 6522), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6525 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6525), "turnover", [], "any", false, false, false, 6525), "overall", [], "any", false, false, false, 6525), "GEN5", [], "any", false, false, false, 6525), "transformation", [], "any", false, false, false, 6525), "temp", [], "any", false, false, false, 6525), "fw", [], "any", false, false, false, 6525), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6528 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6528), "turnover", [], "any", false, false, false, 6528), "overall", [], "any", false, false, false, 6528), "GEN5", [], "any", false, false, false, 6528), "transformation", [], "any", false, false, false, 6528), "temp", [], "any", false, false, false, 6528), "ff", [], "any", false, false, false, 6528), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN6 >= R80 million and < R90 million </td> <td align=\"right\"> "; // line 6536 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6536), "turnover", [], "any", false, false, false, 6536), "overall", [], "any", false, false, false, 6536), "GEN6", [], "any", false, false, false, 6536), "transformation", [], "any", false, false, false, 6536), "temp", [], "any", false, false, false, 6536), "ma", [], "any", false, false, false, 6536), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6539 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6539), "turnover", [], "any", false, false, false, 6539), "overall", [], "any", false, false, false, 6539), "GEN6", [], "any", false, false, false, 6539), "transformation", [], "any", false, false, false, 6539), "temp", [], "any", false, false, false, 6539), "mc", [], "any", false, false, false, 6539), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6542 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6542), "turnover", [], "any", false, false, false, 6542), "overall", [], "any", false, false, false, 6542), "GEN6", [], "any", false, false, false, 6542), "transformation", [], "any", false, false, false, 6542), "temp", [], "any", false, false, false, 6542), "mi", [], "any", false, false, false, 6542), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6545 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6545), "turnover", [], "any", false, false, false, 6545), "overall", [], "any", false, false, false, 6545), "GEN6", [], "any", false, false, false, 6545), "transformation", [], "any", false, false, false, 6545), "temp", [], "any", false, false, false, 6545), "mw", [], "any", false, false, false, 6545), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6548 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6548), "turnover", [], "any", false, false, false, 6548), "overall", [], "any", false, false, false, 6548), "GEN6", [], "any", false, false, false, 6548), "transformation", [], "any", false, false, false, 6548), "temp", [], "any", false, false, false, 6548), "mf", [], "any", false, false, false, 6548), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6551 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6551), "turnover", [], "any", false, false, false, 6551), "overall", [], "any", false, false, false, 6551), "GEN6", [], "any", false, false, false, 6551), "transformation", [], "any", false, false, false, 6551), "temp", [], "any", false, false, false, 6551), "fa", [], "any", false, false, false, 6551), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6554 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6554), "turnover", [], "any", false, false, false, 6554), "overall", [], "any", false, false, false, 6554), "GEN6", [], "any", false, false, false, 6554), "transformation", [], "any", false, false, false, 6554), "temp", [], "any", false, false, false, 6554), "fc", [], "any", false, false, false, 6554), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6557 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6557), "turnover", [], "any", false, false, false, 6557), "overall", [], "any", false, false, false, 6557), "GEN6", [], "any", false, false, false, 6557), "transformation", [], "any", false, false, false, 6557), "temp", [], "any", false, false, false, 6557), "fi", [], "any", false, false, false, 6557), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6560 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6560), "turnover", [], "any", false, false, false, 6560), "overall", [], "any", false, false, false, 6560), "GEN6", [], "any", false, false, false, 6560), "transformation", [], "any", false, false, false, 6560), "temp", [], "any", false, false, false, 6560), "fw", [], "any", false, false, false, 6560), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6563 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6563), "turnover", [], "any", false, false, false, 6563), "overall", [], "any", false, false, false, 6563), "GEN6", [], "any", false, false, false, 6563), "transformation", [], "any", false, false, false, 6563), "temp", [], "any", false, false, false, 6563), "ff", [], "any", false, false, false, 6563), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN7 >= R90 million and < R100 million </td> <td align=\"right\"> "; // line 6571 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6571), "turnover", [], "any", false, false, false, 6571), "overall", [], "any", false, false, false, 6571), "GEN7", [], "any", false, false, false, 6571), "transformation", [], "any", false, false, false, 6571), "temp", [], "any", false, false, false, 6571), "ma", [], "any", false, false, false, 6571), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6574 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6574), "turnover", [], "any", false, false, false, 6574), "overall", [], "any", false, false, false, 6574), "GEN7", [], "any", false, false, false, 6574), "transformation", [], "any", false, false, false, 6574), "temp", [], "any", false, false, false, 6574), "mc", [], "any", false, false, false, 6574), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6577 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6577), "turnover", [], "any", false, false, false, 6577), "overall", [], "any", false, false, false, 6577), "GEN7", [], "any", false, false, false, 6577), "transformation", [], "any", false, false, false, 6577), "temp", [], "any", false, false, false, 6577), "mi", [], "any", false, false, false, 6577), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6580 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6580), "turnover", [], "any", false, false, false, 6580), "overall", [], "any", false, false, false, 6580), "GEN7", [], "any", false, false, false, 6580), "transformation", [], "any", false, false, false, 6580), "temp", [], "any", false, false, false, 6580), "mw", [], "any", false, false, false, 6580), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6583 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6583), "turnover", [], "any", false, false, false, 6583), "overall", [], "any", false, false, false, 6583), "GEN7", [], "any", false, false, false, 6583), "transformation", [], "any", false, false, false, 6583), "temp", [], "any", false, false, false, 6583), "mf", [], "any", false, false, false, 6583), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6586 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6586), "turnover", [], "any", false, false, false, 6586), "overall", [], "any", false, false, false, 6586), "GEN7", [], "any", false, false, false, 6586), "transformation", [], "any", false, false, false, 6586), "temp", [], "any", false, false, false, 6586), "fa", [], "any", false, false, false, 6586), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6589 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6589), "turnover", [], "any", false, false, false, 6589), "overall", [], "any", false, false, false, 6589), "GEN7", [], "any", false, false, false, 6589), "transformation", [], "any", false, false, false, 6589), "temp", [], "any", false, false, false, 6589), "fc", [], "any", false, false, false, 6589), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6592 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6592), "turnover", [], "any", false, false, false, 6592), "overall", [], "any", false, false, false, 6592), "GEN7", [], "any", false, false, false, 6592), "transformation", [], "any", false, false, false, 6592), "temp", [], "any", false, false, false, 6592), "fi", [], "any", false, false, false, 6592), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6595 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6595), "turnover", [], "any", false, false, false, 6595), "overall", [], "any", false, false, false, 6595), "GEN7", [], "any", false, false, false, 6595), "transformation", [], "any", false, false, false, 6595), "temp", [], "any", false, false, false, 6595), "fw", [], "any", false, false, false, 6595), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6598 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6598), "turnover", [], "any", false, false, false, 6598), "overall", [], "any", false, false, false, 6598), "GEN7", [], "any", false, false, false, 6598), "transformation", [], "any", false, false, false, 6598), "temp", [], "any", false, false, false, 6598), "ff", [], "any", false, false, false, 6598), 0, ".", " "), "html", null, true); yield " </td> </tr> <tr> <td> GEN8 >= R100 million </td> <td align=\"right\"> "; // line 6606 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6606), "turnover", [], "any", false, false, false, 6606), "overall", [], "any", false, false, false, 6606), "GEN8", [], "any", false, false, false, 6606), "transformation", [], "any", false, false, false, 6606), "temp", [], "any", false, false, false, 6606), "ma", [], "any", false, false, false, 6606), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6609 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6609), "turnover", [], "any", false, false, false, 6609), "overall", [], "any", false, false, false, 6609), "GEN8", [], "any", false, false, false, 6609), "transformation", [], "any", false, false, false, 6609), "temp", [], "any", false, false, false, 6609), "mc", [], "any", false, false, false, 6609), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6612 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6612), "turnover", [], "any", false, false, false, 6612), "overall", [], "any", false, false, false, 6612), "GEN8", [], "any", false, false, false, 6612), "transformation", [], "any", false, false, false, 6612), "temp", [], "any", false, false, false, 6612), "mi", [], "any", false, false, false, 6612), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6615 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6615), "turnover", [], "any", false, false, false, 6615), "overall", [], "any", false, false, false, 6615), "GEN8", [], "any", false, false, false, 6615), "transformation", [], "any", false, false, false, 6615), "temp", [], "any", false, false, false, 6615), "mw", [], "any", false, false, false, 6615), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6618 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6618), "turnover", [], "any", false, false, false, 6618), "overall", [], "any", false, false, false, 6618), "GEN8", [], "any", false, false, false, 6618), "transformation", [], "any", false, false, false, 6618), "temp", [], "any", false, false, false, 6618), "mf", [], "any", false, false, false, 6618), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6621 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6621), "turnover", [], "any", false, false, false, 6621), "overall", [], "any", false, false, false, 6621), "GEN8", [], "any", false, false, false, 6621), "transformation", [], "any", false, false, false, 6621), "temp", [], "any", false, false, false, 6621), "fa", [], "any", false, false, false, 6621), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6624 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6624), "turnover", [], "any", false, false, false, 6624), "overall", [], "any", false, false, false, 6624), "GEN8", [], "any", false, false, false, 6624), "transformation", [], "any", false, false, false, 6624), "temp", [], "any", false, false, false, 6624), "fc", [], "any", false, false, false, 6624), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6627 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6627), "turnover", [], "any", false, false, false, 6627), "overall", [], "any", false, false, false, 6627), "GEN8", [], "any", false, false, false, 6627), "transformation", [], "any", false, false, false, 6627), "temp", [], "any", false, false, false, 6627), "fi", [], "any", false, false, false, 6627), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6630 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6630), "turnover", [], "any", false, false, false, 6630), "overall", [], "any", false, false, false, 6630), "GEN8", [], "any", false, false, false, 6630), "transformation", [], "any", false, false, false, 6630), "temp", [], "any", false, false, false, 6630), "fw", [], "any", false, false, false, 6630), 0, ".", " "), "html", null, true); yield " </td> <td align=\"right\"> "; // line 6633 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatNumber(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6633), "turnover", [], "any", false, false, false, 6633), "overall", [], "any", false, false, false, 6633), "GEN8", [], "any", false, false, false, 6633), "transformation", [], "any", false, false, false, 6633), "temp", [], "any", false, false, false, 6633), "ff", [], "any", false, false, false, 6633), 0, ".", " "), "html", null, true); yield " </td> </tr> </table> </div> </div> <div class=\"row\"> <div class=\"col-sm-12\"> "; // line 6643 $context["chartCanvasId"] = ("groupbarStaffByTypeCatTemp" . $context["year"]); // line 6644 yield " "; // line 6645 yield from $this->load("@CoreBundle/Default/chart.html.twig", 6645)->unwrap()->yield($context); // line 6646 yield " </div> </div> <script language=\"javascript\"> canvasNames[canvasNames.length] = 'groupbarStaffByTypeCatTemp"; // line 6651 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["year"], "html", null, true); yield "'; dataSets[dataSets.length] = "; // line 6652 yield json_encode(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6652), "staff_to_cat_data_temp", [], "any", false, false, false, 6652), "datasets", [], "any", false, false, false, 6652)); yield "; labelSets[labelSets.length] = "; // line 6653 yield json_encode(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6653), "staff_to_cat_data_temp", [], "any", false, false, false, 6653), "labels", [], "any", false, false, false, 6653)); yield "; labels[labels.length] = 'Staff by Turnover and Category - Temporary'; </script> <h4>Staff Numbers to Check</h4> <div class=\"row\"> <div class=\"col-sm-12\"> <table class=\"table-bordered\"> <tr> <th> Number </th> <th> Firm Name </th> <th> Total Staff </th> <th> Total Male and Female </th> <th> Total Male </th> <th> Total Female </th> </tr> "; // line 6682 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6682), "member_rows", [], "any", false, false, false, 6682)); foreach ($context['_seq'] as $context["_key"] => $context["member"]) { // line 6683 yield " <tr> <td class=\"text-right\"> "; // line 6685 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["member"], "id", [], "any", false, false, false, 6685), "html", null, true); yield " </td> <td> "; // line 6688 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["member"], "firm_name", [], "any", false, false, false, 6688), "html", null, true); yield " </td> <td> "; // line 6691 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["member"], "total_staff", [], "any", false, false, false, 6691), "html", null, true); yield " </td> <td> "; // line 6694 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((CoreExtension::getAttribute($this->env, $this->source, $context["member"], "total_male", [], "any", false, false, false, 6694) + CoreExtension::getAttribute($this->env, $this->source, $context["member"], "total_female", [], "any", false, false, false, 6694)), "html", null, true); yield " </td> <td> "; // line 6697 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["member"], "total_male", [], "any", false, false, false, 6697), "html", null, true); yield " </td> <td> "; // line 6700 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["member"], "total_female", [], "any", false, false, false, 6700), "html", null, true); yield " </td> </tr> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['member'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 6704 yield " <tr> <td> Count </td> <td class=\"text-left\"> "; // line 6709 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6709), "staff_levels_to_check", [], "any", false, false, false, 6709)), "html", null, true); yield " </td> <td colspan=\"4\"> </td> </tr> </table> </div> </div> <h4>Raw Member Data</h4> <div class=\"row\"> <div class=\"col-sm-12\"> <table class=\"table-bordered\"> <tr> <th> Number </th> <th> Firm Name </th> <th> Turnover </th> <th> Declaration Date </th> <th> Black Owned </th> <th> Black Women Owned </th> <th> Women Owned </th> <th> SMME </th> <th> Total Staff </th> </tr> "; // line 6753 $context['_parent'] = $context; $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6753), "staff_levels_to_check", [], "any", false, false, false, 6753)); foreach ($context['_seq'] as $context["_key"] => $context["member"]) { // line 6754 yield " <tr> <td class=\"text-right\"> "; // line 6756 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["member"], "id", [], "any", false, false, false, 6756), "html", null, true); yield " </td> <td> "; // line 6759 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["member"], "firm_name", [], "any", false, false, false, 6759), "html", null, true); yield " </td> <td> "; // line 6762 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["member"], "three_years_average_turnover", [], "any", false, false, false, 6762), "html", null, true); yield " </td> <td> "; // line 6765 if ((CoreExtension::getAttribute($this->env, $this->source, $context["member"], "declaration_received", [], "any", true, true, false, 6765) && !Twig\Extension\CoreExtension::testEmpty(CoreExtension::getAttribute($this->env, $this->source, $context["member"], "declaration_received", [], "any", false, false, false, 6765)))) { // line 6766 yield " "; yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env, $this->source, $context["member"], "declaration_received", [], "any", false, false, false, 6766), "d-m-Y"), "html", null, true); yield " "; } // line 6768 yield " </td> <td> "; // line 6770 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["member"], "black_owned", [], "any", false, false, false, 6770), "html", null, true); yield " </td> <td> "; // line 6773 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["member"], "black_women_owned", [], "any", false, false, false, 6773), "html", null, true); yield " </td> <td> "; // line 6776 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["member"], "women_owned", [], "any", false, false, false, 6776), "html", null, true); yield " </td> <td> "; // line 6779 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["member"], "smme", [], "any", false, false, false, 6779), "html", null, true); yield " </td> <td> "; // line 6782 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["member"], "total_staff", [], "any", false, false, false, 6782), "html", null, true); yield " </td> </tr> "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_key'], $context['member'], $context['_parent']); $context = array_intersect_key($context, $_parent) + $_parent; // line 6786 yield " <tr> <td> Count </td> <td class=\"text-left\"> "; // line 6791 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["values"], "statistics", [], "any", false, false, false, 6791), "member_rows", [], "any", false, false, false, 6791)), "html", null, true); yield " </td> <td colspan=\"7\"> </td> </tr> </table> </div> </div> </div> "; ++$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['year'], $context['values'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 6803 yield " </div> "; yield from []; } // line 6807 /** * @return iterable<null|scalar|\Stringable> */ public function block_foot_script(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 6808 yield " "; yield from $this->yieldParentBlock("foot_script", $context, $blocks); yield " <script language=\"javascript\"> \$(document).ready(function () { for (var dCnt = 0; dCnt < canvasNames.length; dCnt++) { if (canvasNames[dCnt].substr(0, 3) == 'bar') { drawStackedbarChart(canvasNames[dCnt], dataSets[dCnt], labelSets[dCnt], [], labels[dCnt]); } else if (canvasNames[dCnt].substr(0, 8) == 'groupbar') { drawGroupedbarChart(canvasNames[dCnt], dataSets[dCnt], labelSets[dCnt], [], labels[dCnt]); } else { drawPieChart(canvasNames[dCnt], dataSets[dCnt], labelSets[dCnt], [], labels[dCnt]); } } }); </script> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@Member/Default/index.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 11895 => 6808, 11888 => 6807, 11881 => 6803, 11855 => 6791, 11848 => 6786, 11838 => 6782, 11832 => 6779, 11826 => 6776, 11820 => 6773, 11814 => 6770, 11810 => 6768, 11804 => 6766, 11802 => 6765, 11796 => 6762, 11790 => 6759, 11784 => 6756, 11780 => 6754, 11776 => 6753, 11729 => 6709, 11722 => 6704, 11712 => 6700, 11706 => 6697, 11700 => 6694, 11694 => 6691, 11688 => 6688, 11682 => 6685, 11678 => 6683, 11674 => 6682, 11642 => 6653, 11638 => 6652, 11634 => 6651, 11627 => 6646, 11625 => 6645, 11622 => 6644, 11620 => 6643, 11607 => 6633, 11601 => 6630, 11595 => 6627, 11589 => 6624, 11583 => 6621, 11577 => 6618, 11571 => 6615, 11565 => 6612, 11559 => 6609, 11553 => 6606, 11542 => 6598, 11536 => 6595, 11530 => 6592, 11524 => 6589, 11518 => 6586, 11512 => 6583, 11506 => 6580, 11500 => 6577, 11494 => 6574, 11488 => 6571, 11477 => 6563, 11471 => 6560, 11465 => 6557, 11459 => 6554, 11453 => 6551, 11447 => 6548, 11441 => 6545, 11435 => 6542, 11429 => 6539, 11423 => 6536, 11412 => 6528, 11406 => 6525, 11400 => 6522, 11394 => 6519, 11388 => 6516, 11382 => 6513, 11376 => 6510, 11370 => 6507, 11364 => 6504, 11358 => 6501, 11347 => 6493, 11341 => 6490, 11335 => 6487, 11329 => 6484, 11323 => 6481, 11317 => 6478, 11311 => 6475, 11305 => 6472, 11299 => 6469, 11293 => 6466, 11282 => 6458, 11276 => 6455, 11270 => 6452, 11264 => 6449, 11258 => 6446, 11252 => 6443, 11246 => 6440, 11240 => 6437, 11234 => 6434, 11228 => 6431, 11217 => 6423, 11211 => 6420, 11205 => 6417, 11199 => 6414, 11193 => 6411, 11187 => 6408, 11181 => 6405, 11175 => 6402, 11169 => 6399, 11163 => 6396, 11152 => 6388, 11146 => 6385, 11140 => 6382, 11134 => 6379, 11128 => 6376, 11122 => 6373, 11116 => 6370, 11110 => 6367, 11104 => 6364, 11098 => 6361, 11087 => 6353, 11081 => 6350, 11075 => 6347, 11069 => 6344, 11063 => 6341, 11057 => 6338, 11051 => 6335, 11045 => 6332, 11039 => 6329, 11033 => 6326, 11022 => 6318, 11016 => 6315, 11010 => 6312, 11004 => 6309, 10998 => 6306, 10992 => 6303, 10986 => 6300, 10980 => 6297, 10974 => 6294, 10968 => 6291, 10957 => 6283, 10951 => 6280, 10945 => 6277, 10939 => 6274, 10933 => 6271, 10927 => 6268, 10921 => 6265, 10915 => 6262, 10909 => 6259, 10903 => 6256, 10892 => 6248, 10886 => 6245, 10880 => 6242, 10874 => 6239, 10868 => 6236, 10862 => 6233, 10856 => 6230, 10850 => 6227, 10844 => 6224, 10838 => 6221, 10827 => 6213, 10821 => 6210, 10815 => 6207, 10809 => 6204, 10803 => 6201, 10797 => 6198, 10791 => 6195, 10785 => 6192, 10779 => 6189, 10773 => 6186, 10762 => 6178, 10756 => 6175, 10750 => 6172, 10744 => 6169, 10738 => 6166, 10732 => 6163, 10726 => 6160, 10720 => 6157, 10714 => 6154, 10708 => 6151, 10657 => 6103, 10653 => 6102, 10649 => 6101, 10642 => 6096, 10640 => 6095, 10637 => 6094, 10635 => 6093, 10622 => 6083, 10616 => 6080, 10610 => 6077, 10604 => 6074, 10598 => 6071, 10592 => 6068, 10586 => 6065, 10580 => 6062, 10574 => 6059, 10568 => 6056, 10557 => 6048, 10551 => 6045, 10545 => 6042, 10539 => 6039, 10533 => 6036, 10527 => 6033, 10521 => 6030, 10515 => 6027, 10509 => 6024, 10503 => 6021, 10492 => 6013, 10486 => 6010, 10480 => 6007, 10474 => 6004, 10468 => 6001, 10462 => 5998, 10456 => 5995, 10450 => 5992, 10444 => 5989, 10438 => 5986, 10427 => 5978, 10421 => 5975, 10415 => 5972, 10409 => 5969, 10403 => 5966, 10397 => 5963, 10391 => 5960, 10385 => 5957, 10379 => 5954, 10373 => 5951, 10362 => 5943, 10356 => 5940, 10350 => 5937, 10344 => 5934, 10338 => 5931, 10332 => 5928, 10326 => 5925, 10320 => 5922, 10314 => 5919, 10308 => 5916, 10297 => 5908, 10291 => 5905, 10285 => 5902, 10279 => 5899, 10273 => 5896, 10267 => 5893, 10261 => 5890, 10255 => 5887, 10249 => 5884, 10243 => 5881, 10232 => 5873, 10226 => 5870, 10220 => 5867, 10214 => 5864, 10208 => 5861, 10202 => 5858, 10196 => 5855, 10190 => 5852, 10184 => 5849, 10178 => 5846, 10167 => 5838, 10161 => 5835, 10155 => 5832, 10149 => 5829, 10143 => 5826, 10137 => 5823, 10131 => 5820, 10125 => 5817, 10119 => 5814, 10113 => 5811, 10102 => 5803, 10096 => 5800, 10090 => 5797, 10084 => 5794, 10078 => 5791, 10072 => 5788, 10066 => 5785, 10060 => 5782, 10054 => 5779, 10048 => 5776, 10037 => 5768, 10031 => 5765, 10025 => 5762, 10019 => 5759, 10013 => 5756, 10007 => 5753, 10001 => 5750, 9995 => 5747, 9989 => 5744, 9983 => 5741, 9972 => 5733, 9966 => 5730, 9960 => 5727, 9954 => 5724, 9948 => 5721, 9942 => 5718, 9936 => 5715, 9930 => 5712, 9924 => 5709, 9918 => 5706, 9907 => 5698, 9901 => 5695, 9895 => 5692, 9889 => 5689, 9883 => 5686, 9877 => 5683, 9871 => 5680, 9865 => 5677, 9859 => 5674, 9853 => 5671, 9842 => 5663, 9836 => 5660, 9830 => 5657, 9824 => 5654, 9818 => 5651, 9812 => 5648, 9806 => 5645, 9800 => 5642, 9794 => 5639, 9788 => 5636, 9777 => 5628, 9771 => 5625, 9765 => 5622, 9759 => 5619, 9753 => 5616, 9747 => 5613, 9741 => 5610, 9735 => 5607, 9729 => 5604, 9723 => 5601, 9672 => 5553, 9668 => 5552, 9664 => 5551, 9657 => 5546, 9655 => 5545, 9652 => 5544, 9650 => 5543, 9637 => 5533, 9631 => 5530, 9625 => 5527, 9619 => 5524, 9613 => 5521, 9607 => 5518, 9601 => 5515, 9595 => 5512, 9589 => 5509, 9583 => 5506, 9572 => 5498, 9566 => 5495, 9560 => 5492, 9554 => 5489, 9548 => 5486, 9542 => 5483, 9536 => 5480, 9530 => 5477, 9524 => 5474, 9518 => 5471, 9507 => 5463, 9501 => 5460, 9495 => 5457, 9489 => 5454, 9483 => 5451, 9477 => 5448, 9471 => 5445, 9465 => 5442, 9459 => 5439, 9453 => 5436, 9442 => 5428, 9436 => 5425, 9430 => 5422, 9424 => 5419, 9418 => 5416, 9412 => 5413, 9406 => 5410, 9400 => 5407, 9394 => 5404, 9388 => 5401, 9377 => 5393, 9371 => 5390, 9365 => 5387, 9359 => 5384, 9353 => 5381, 9347 => 5378, 9341 => 5375, 9335 => 5372, 9329 => 5369, 9323 => 5366, 9312 => 5358, 9306 => 5355, 9300 => 5352, 9294 => 5349, 9288 => 5346, 9282 => 5343, 9276 => 5340, 9270 => 5337, 9264 => 5334, 9258 => 5331, 9247 => 5323, 9241 => 5320, 9235 => 5317, 9229 => 5314, 9223 => 5311, 9217 => 5308, 9211 => 5305, 9205 => 5302, 9199 => 5299, 9193 => 5296, 9182 => 5288, 9176 => 5285, 9170 => 5282, 9164 => 5279, 9158 => 5276, 9152 => 5273, 9146 => 5270, 9140 => 5267, 9134 => 5264, 9128 => 5261, 9117 => 5253, 9111 => 5250, 9105 => 5247, 9099 => 5244, 9093 => 5241, 9087 => 5238, 9081 => 5235, 9075 => 5232, 9069 => 5229, 9063 => 5226, 9052 => 5218, 9046 => 5215, 9040 => 5212, 9034 => 5209, 9028 => 5206, 9022 => 5203, 9016 => 5200, 9010 => 5197, 9004 => 5194, 8998 => 5191, 8987 => 5183, 8981 => 5180, 8975 => 5177, 8969 => 5174, 8963 => 5171, 8957 => 5168, 8951 => 5165, 8945 => 5162, 8939 => 5159, 8933 => 5156, 8922 => 5148, 8916 => 5145, 8910 => 5142, 8904 => 5139, 8898 => 5136, 8892 => 5133, 8886 => 5130, 8880 => 5127, 8874 => 5124, 8868 => 5121, 8857 => 5113, 8851 => 5110, 8845 => 5107, 8839 => 5104, 8833 => 5101, 8827 => 5098, 8821 => 5095, 8815 => 5092, 8809 => 5089, 8803 => 5086, 8792 => 5078, 8786 => 5075, 8780 => 5072, 8774 => 5069, 8768 => 5066, 8762 => 5063, 8756 => 5060, 8750 => 5057, 8744 => 5054, 8738 => 5051, 8687 => 5003, 8683 => 5002, 8679 => 5001, 8672 => 4996, 8670 => 4995, 8667 => 4994, 8665 => 4993, 8652 => 4983, 8646 => 4980, 8640 => 4977, 8634 => 4974, 8628 => 4971, 8622 => 4968, 8616 => 4965, 8610 => 4962, 8604 => 4959, 8598 => 4956, 8587 => 4948, 8581 => 4945, 8575 => 4942, 8569 => 4939, 8563 => 4936, 8557 => 4933, 8551 => 4930, 8545 => 4927, 8539 => 4924, 8533 => 4921, 8522 => 4913, 8516 => 4910, 8510 => 4907, 8504 => 4904, 8498 => 4901, 8492 => 4898, 8486 => 4895, 8480 => 4892, 8474 => 4889, 8468 => 4886, 8457 => 4878, 8451 => 4875, 8445 => 4872, 8439 => 4869, 8433 => 4866, 8427 => 4863, 8421 => 4860, 8415 => 4857, 8409 => 4854, 8403 => 4851, 8392 => 4843, 8386 => 4840, 8380 => 4837, 8374 => 4834, 8368 => 4831, 8362 => 4828, 8356 => 4825, 8350 => 4822, 8344 => 4819, 8338 => 4816, 8327 => 4808, 8321 => 4805, 8315 => 4802, 8309 => 4799, 8303 => 4796, 8297 => 4793, 8291 => 4790, 8285 => 4787, 8279 => 4784, 8273 => 4781, 8262 => 4773, 8256 => 4770, 8250 => 4767, 8244 => 4764, 8238 => 4761, 8232 => 4758, 8226 => 4755, 8220 => 4752, 8214 => 4749, 8208 => 4746, 8197 => 4738, 8191 => 4735, 8185 => 4732, 8179 => 4729, 8173 => 4726, 8167 => 4723, 8161 => 4720, 8155 => 4717, 8149 => 4714, 8143 => 4711, 8132 => 4703, 8126 => 4700, 8120 => 4697, 8114 => 4694, 8108 => 4691, 8102 => 4688, 8096 => 4685, 8090 => 4682, 8084 => 4679, 8078 => 4676, 8067 => 4668, 8061 => 4665, 8055 => 4662, 8049 => 4659, 8043 => 4656, 8037 => 4653, 8031 => 4650, 8025 => 4647, 8019 => 4644, 8013 => 4641, 8002 => 4633, 7996 => 4630, 7990 => 4627, 7984 => 4624, 7978 => 4621, 7972 => 4618, 7966 => 4615, 7960 => 4612, 7954 => 4609, 7948 => 4606, 7937 => 4598, 7931 => 4595, 7925 => 4592, 7919 => 4589, 7913 => 4586, 7907 => 4583, 7901 => 4580, 7895 => 4577, 7889 => 4574, 7883 => 4571, 7872 => 4563, 7866 => 4560, 7860 => 4557, 7854 => 4554, 7848 => 4551, 7842 => 4548, 7836 => 4545, 7830 => 4542, 7824 => 4539, 7818 => 4536, 7807 => 4528, 7801 => 4525, 7795 => 4522, 7789 => 4519, 7783 => 4516, 7777 => 4513, 7771 => 4510, 7765 => 4507, 7759 => 4504, 7753 => 4501, 7702 => 4453, 7698 => 4452, 7694 => 4451, 7687 => 4446, 7685 => 4445, 7682 => 4444, 7680 => 4443, 7667 => 4433, 7661 => 4430, 7655 => 4427, 7649 => 4424, 7643 => 4421, 7637 => 4418, 7631 => 4415, 7625 => 4412, 7619 => 4409, 7613 => 4406, 7602 => 4398, 7596 => 4395, 7590 => 4392, 7584 => 4389, 7578 => 4386, 7572 => 4383, 7566 => 4380, 7560 => 4377, 7554 => 4374, 7548 => 4371, 7537 => 4363, 7531 => 4360, 7525 => 4357, 7519 => 4354, 7513 => 4351, 7507 => 4348, 7501 => 4345, 7495 => 4342, 7489 => 4339, 7483 => 4336, 7472 => 4328, 7466 => 4325, 7460 => 4322, 7454 => 4319, 7448 => 4316, 7442 => 4313, 7436 => 4310, 7430 => 4307, 7424 => 4304, 7418 => 4301, 7407 => 4293, 7401 => 4290, 7395 => 4287, 7389 => 4284, 7383 => 4281, 7377 => 4278, 7371 => 4275, 7365 => 4272, 7359 => 4269, 7353 => 4266, 7342 => 4258, 7336 => 4255, 7330 => 4252, 7324 => 4249, 7318 => 4246, 7312 => 4243, 7306 => 4240, 7300 => 4237, 7294 => 4234, 7288 => 4231, 7277 => 4223, 7271 => 4220, 7265 => 4217, 7259 => 4214, 7253 => 4211, 7247 => 4208, 7241 => 4205, 7235 => 4202, 7229 => 4199, 7223 => 4196, 7212 => 4188, 7206 => 4185, 7200 => 4182, 7194 => 4179, 7188 => 4176, 7182 => 4173, 7176 => 4170, 7170 => 4167, 7164 => 4164, 7158 => 4161, 7147 => 4153, 7141 => 4150, 7135 => 4147, 7129 => 4144, 7123 => 4141, 7117 => 4138, 7111 => 4135, 7105 => 4132, 7099 => 4129, 7093 => 4126, 7082 => 4118, 7076 => 4115, 7070 => 4112, 7064 => 4109, 7058 => 4106, 7052 => 4103, 7046 => 4100, 7040 => 4097, 7034 => 4094, 7028 => 4091, 7017 => 4083, 7011 => 4080, 7005 => 4077, 6999 => 4074, 6993 => 4071, 6987 => 4068, 6981 => 4065, 6975 => 4062, 6969 => 4059, 6963 => 4056, 6952 => 4048, 6946 => 4045, 6940 => 4042, 6934 => 4039, 6928 => 4036, 6922 => 4033, 6916 => 4030, 6910 => 4027, 6904 => 4024, 6898 => 4021, 6887 => 4013, 6881 => 4010, 6875 => 4007, 6869 => 4004, 6863 => 4001, 6857 => 3998, 6851 => 3995, 6845 => 3992, 6839 => 3989, 6833 => 3986, 6822 => 3978, 6816 => 3975, 6810 => 3972, 6804 => 3969, 6798 => 3966, 6792 => 3963, 6786 => 3960, 6780 => 3957, 6774 => 3954, 6768 => 3951, 6717 => 3903, 6713 => 3902, 6709 => 3901, 6702 => 3896, 6700 => 3895, 6697 => 3894, 6695 => 3893, 6682 => 3883, 6676 => 3880, 6670 => 3877, 6664 => 3874, 6658 => 3871, 6652 => 3868, 6646 => 3865, 6640 => 3862, 6634 => 3859, 6628 => 3856, 6617 => 3848, 6611 => 3845, 6605 => 3842, 6599 => 3839, 6593 => 3836, 6587 => 3833, 6581 => 3830, 6575 => 3827, 6569 => 3824, 6563 => 3821, 6552 => 3813, 6546 => 3810, 6540 => 3807, 6534 => 3804, 6528 => 3801, 6522 => 3798, 6516 => 3795, 6510 => 3792, 6504 => 3789, 6498 => 3786, 6487 => 3778, 6481 => 3775, 6475 => 3772, 6469 => 3769, 6463 => 3766, 6457 => 3763, 6451 => 3760, 6445 => 3757, 6439 => 3754, 6433 => 3751, 6422 => 3743, 6416 => 3740, 6410 => 3737, 6404 => 3734, 6398 => 3731, 6392 => 3728, 6386 => 3725, 6380 => 3722, 6374 => 3719, 6368 => 3716, 6357 => 3708, 6351 => 3705, 6345 => 3702, 6339 => 3699, 6333 => 3696, 6327 => 3693, 6321 => 3690, 6315 => 3687, 6309 => 3684, 6303 => 3681, 6292 => 3673, 6286 => 3670, 6280 => 3667, 6274 => 3664, 6268 => 3661, 6262 => 3658, 6256 => 3655, 6250 => 3652, 6244 => 3649, 6238 => 3646, 6227 => 3638, 6221 => 3635, 6215 => 3632, 6209 => 3629, 6203 => 3626, 6197 => 3623, 6191 => 3620, 6185 => 3617, 6179 => 3614, 6173 => 3611, 6162 => 3603, 6156 => 3600, 6150 => 3597, 6144 => 3594, 6138 => 3591, 6132 => 3588, 6126 => 3585, 6120 => 3582, 6114 => 3579, 6108 => 3576, 6097 => 3568, 6091 => 3565, 6085 => 3562, 6079 => 3559, 6073 => 3556, 6067 => 3553, 6061 => 3550, 6055 => 3547, 6049 => 3544, 6043 => 3541, 6032 => 3533, 6026 => 3530, 6020 => 3527, 6014 => 3524, 6008 => 3521, 6002 => 3518, 5996 => 3515, 5990 => 3512, 5984 => 3509, 5978 => 3506, 5967 => 3498, 5961 => 3495, 5955 => 3492, 5949 => 3489, 5943 => 3486, 5937 => 3483, 5931 => 3480, 5925 => 3477, 5919 => 3474, 5913 => 3471, 5902 => 3463, 5896 => 3460, 5890 => 3457, 5884 => 3454, 5878 => 3451, 5872 => 3448, 5866 => 3445, 5860 => 3442, 5854 => 3439, 5848 => 3436, 5837 => 3428, 5831 => 3425, 5825 => 3422, 5819 => 3419, 5813 => 3416, 5807 => 3413, 5801 => 3410, 5795 => 3407, 5789 => 3404, 5783 => 3401, 5732 => 3353, 5728 => 3352, 5724 => 3351, 5717 => 3346, 5715 => 3345, 5712 => 3344, 5710 => 3343, 5697 => 3333, 5691 => 3330, 5685 => 3327, 5679 => 3324, 5673 => 3321, 5667 => 3318, 5661 => 3315, 5655 => 3312, 5649 => 3309, 5643 => 3306, 5632 => 3298, 5626 => 3295, 5620 => 3292, 5614 => 3289, 5608 => 3286, 5602 => 3283, 5596 => 3280, 5590 => 3277, 5584 => 3274, 5578 => 3271, 5567 => 3263, 5561 => 3260, 5555 => 3257, 5549 => 3254, 5543 => 3251, 5537 => 3248, 5531 => 3245, 5525 => 3242, 5519 => 3239, 5513 => 3236, 5502 => 3228, 5496 => 3225, 5490 => 3222, 5484 => 3219, 5478 => 3216, 5472 => 3213, 5466 => 3210, 5460 => 3207, 5454 => 3204, 5448 => 3201, 5437 => 3193, 5431 => 3190, 5425 => 3187, 5419 => 3184, 5413 => 3181, 5407 => 3178, 5401 => 3175, 5395 => 3172, 5389 => 3169, 5383 => 3166, 5372 => 3158, 5366 => 3155, 5360 => 3152, 5354 => 3149, 5348 => 3146, 5342 => 3143, 5336 => 3140, 5330 => 3137, 5324 => 3134, 5318 => 3131, 5307 => 3123, 5301 => 3120, 5295 => 3117, 5289 => 3114, 5283 => 3111, 5277 => 3108, 5271 => 3105, 5265 => 3102, 5259 => 3099, 5253 => 3096, 5242 => 3088, 5236 => 3085, 5230 => 3082, 5224 => 3079, 5218 => 3076, 5212 => 3073, 5206 => 3070, 5200 => 3067, 5194 => 3064, 5188 => 3061, 5177 => 3053, 5171 => 3050, 5165 => 3047, 5159 => 3044, 5153 => 3041, 5147 => 3038, 5141 => 3035, 5135 => 3032, 5129 => 3029, 5123 => 3026, 5112 => 3018, 5106 => 3015, 5100 => 3012, 5094 => 3009, 5088 => 3006, 5082 => 3003, 5076 => 3000, 5070 => 2997, 5064 => 2994, 5058 => 2991, 5047 => 2983, 5041 => 2980, 5035 => 2977, 5029 => 2974, 5023 => 2971, 5017 => 2968, 5011 => 2965, 5005 => 2962, 4999 => 2959, 4993 => 2956, 4982 => 2948, 4976 => 2945, 4970 => 2942, 4964 => 2939, 4958 => 2936, 4952 => 2933, 4946 => 2930, 4940 => 2927, 4934 => 2924, 4928 => 2921, 4917 => 2913, 4911 => 2910, 4905 => 2907, 4899 => 2904, 4893 => 2901, 4887 => 2898, 4881 => 2895, 4875 => 2892, 4869 => 2889, 4863 => 2886, 4852 => 2878, 4846 => 2875, 4840 => 2872, 4834 => 2869, 4828 => 2866, 4822 => 2863, 4816 => 2860, 4810 => 2857, 4804 => 2854, 4798 => 2851, 4746 => 2802, 4742 => 2801, 4735 => 2796, 4733 => 2795, 4730 => 2794, 4728 => 2793, 4716 => 2784, 4707 => 2777, 4703 => 2775, 4697 => 2773, 4695 => 2772, 4689 => 2769, 4680 => 2762, 4676 => 2760, 4670 => 2758, 4668 => 2757, 4662 => 2754, 4653 => 2747, 4649 => 2745, 4643 => 2743, 4641 => 2742, 4635 => 2739, 4626 => 2732, 4622 => 2730, 4616 => 2728, 4614 => 2727, 4608 => 2724, 4599 => 2717, 4595 => 2715, 4589 => 2713, 4587 => 2712, 4581 => 2709, 4572 => 2702, 4568 => 2700, 4562 => 2698, 4560 => 2697, 4554 => 2694, 4545 => 2687, 4541 => 2685, 4535 => 2683, 4533 => 2682, 4527 => 2679, 4518 => 2672, 4514 => 2670, 4508 => 2668, 4506 => 2667, 4500 => 2664, 4468 => 2635, 4467 => 2634, 4463 => 2633, 4459 => 2631, 4457 => 2630, 4454 => 2629, 4452 => 2628, 4438 => 2617, 4437 => 2616, 4433 => 2615, 4429 => 2613, 4427 => 2612, 4424 => 2611, 4422 => 2610, 4408 => 2599, 4407 => 2598, 4403 => 2597, 4399 => 2595, 4397 => 2594, 4394 => 2593, 4392 => 2592, 4378 => 2581, 4377 => 2580, 4373 => 2579, 4369 => 2577, 4367 => 2576, 4364 => 2575, 4362 => 2574, 4348 => 2563, 4347 => 2562, 4343 => 2561, 4339 => 2559, 4337 => 2558, 4334 => 2557, 4332 => 2556, 4318 => 2545, 4317 => 2544, 4313 => 2543, 4309 => 2541, 4307 => 2540, 4304 => 2539, 4302 => 2538, 4288 => 2527, 4287 => 2526, 4283 => 2525, 4279 => 2523, 4277 => 2522, 4274 => 2521, 4272 => 2520, 4259 => 2509, 4255 => 2507, 4249 => 2505, 4247 => 2504, 4241 => 2501, 4235 => 2498, 4226 => 2491, 4222 => 2489, 4216 => 2487, 4214 => 2486, 4208 => 2483, 4202 => 2480, 4193 => 2473, 4189 => 2471, 4183 => 2469, 4181 => 2468, 4175 => 2465, 4169 => 2462, 4160 => 2455, 4156 => 2453, 4150 => 2451, 4148 => 2450, 4142 => 2447, 4136 => 2444, 4127 => 2437, 4123 => 2435, 4117 => 2433, 4115 => 2432, 4109 => 2429, 4103 => 2426, 4094 => 2419, 4090 => 2417, 4084 => 2415, 4082 => 2414, 4076 => 2411, 4070 => 2408, 4061 => 2401, 4057 => 2399, 4051 => 2397, 4049 => 2396, 4043 => 2393, 4037 => 2390, 4028 => 2383, 4024 => 2381, 4018 => 2379, 4016 => 2378, 4010 => 2375, 4004 => 2372, 3969 => 2340, 3968 => 2339, 3967 => 2338, 3963 => 2337, 3959 => 2335, 3957 => 2334, 3954 => 2333, 3952 => 2332, 3938 => 2321, 3937 => 2320, 3936 => 2319, 3932 => 2318, 3928 => 2316, 3926 => 2315, 3923 => 2314, 3921 => 2313, 3907 => 2302, 3906 => 2301, 3905 => 2300, 3901 => 2299, 3897 => 2297, 3895 => 2296, 3892 => 2295, 3890 => 2294, 3876 => 2283, 3875 => 2282, 3874 => 2281, 3870 => 2280, 3866 => 2278, 3864 => 2277, 3861 => 2276, 3859 => 2275, 3845 => 2264, 3844 => 2263, 3843 => 2262, 3839 => 2261, 3835 => 2259, 3833 => 2258, 3830 => 2257, 3828 => 2256, 3814 => 2245, 3813 => 2244, 3812 => 2243, 3808 => 2242, 3804 => 2240, 3802 => 2239, 3799 => 2238, 3797 => 2237, 3783 => 2226, 3782 => 2225, 3781 => 2224, 3777 => 2223, 3773 => 2221, 3771 => 2220, 3768 => 2219, 3766 => 2218, 3751 => 2206, 3745 => 2203, 3739 => 2200, 3733 => 2197, 3727 => 2194, 3721 => 2191, 3715 => 2188, 3709 => 2185, 3703 => 2182, 3697 => 2179, 3686 => 2171, 3680 => 2168, 3674 => 2165, 3668 => 2162, 3662 => 2159, 3656 => 2156, 3650 => 2153, 3644 => 2150, 3638 => 2147, 3632 => 2144, 3621 => 2136, 3615 => 2133, 3609 => 2130, 3603 => 2127, 3597 => 2124, 3591 => 2121, 3585 => 2118, 3579 => 2115, 3573 => 2112, 3567 => 2109, 3556 => 2101, 3550 => 2098, 3544 => 2095, 3538 => 2092, 3532 => 2089, 3526 => 2086, 3520 => 2083, 3514 => 2080, 3508 => 2077, 3502 => 2074, 3491 => 2066, 3485 => 2063, 3479 => 2060, 3473 => 2057, 3467 => 2054, 3461 => 2051, 3455 => 2048, 3449 => 2045, 3443 => 2042, 3437 => 2039, 3426 => 2031, 3420 => 2028, 3414 => 2025, 3408 => 2022, 3402 => 2019, 3396 => 2016, 3390 => 2013, 3384 => 2010, 3378 => 2007, 3372 => 2004, 3361 => 1996, 3355 => 1993, 3349 => 1990, 3343 => 1987, 3337 => 1984, 3331 => 1981, 3325 => 1978, 3319 => 1975, 3313 => 1972, 3307 => 1969, 3296 => 1961, 3290 => 1958, 3284 => 1955, 3278 => 1952, 3272 => 1949, 3266 => 1946, 3260 => 1943, 3254 => 1940, 3248 => 1937, 3242 => 1934, 3190 => 1885, 3186 => 1884, 3179 => 1879, 3177 => 1878, 3174 => 1877, 3172 => 1876, 3160 => 1867, 3151 => 1860, 3147 => 1858, 3141 => 1856, 3139 => 1855, 3133 => 1852, 3124 => 1845, 3120 => 1843, 3114 => 1841, 3112 => 1840, 3106 => 1837, 3078 => 1812, 3074 => 1811, 3067 => 1806, 3065 => 1805, 3062 => 1804, 3060 => 1803, 3048 => 1794, 3042 => 1791, 3033 => 1784, 3029 => 1782, 3023 => 1780, 3021 => 1779, 3015 => 1776, 3009 => 1773, 3000 => 1766, 2996 => 1764, 2990 => 1762, 2988 => 1761, 2982 => 1758, 2976 => 1755, 2945 => 1727, 2941 => 1726, 2934 => 1721, 2932 => 1720, 2929 => 1719, 2927 => 1718, 2915 => 1709, 2909 => 1706, 2900 => 1699, 2896 => 1697, 2890 => 1695, 2888 => 1694, 2882 => 1691, 2876 => 1688, 2867 => 1681, 2863 => 1679, 2857 => 1677, 2855 => 1676, 2849 => 1673, 2843 => 1670, 2810 => 1640, 2806 => 1639, 2799 => 1634, 2797 => 1633, 2794 => 1632, 2792 => 1631, 2779 => 1621, 2773 => 1618, 2765 => 1613, 2759 => 1610, 2748 => 1602, 2742 => 1599, 2738 => 1597, 2734 => 1595, 2728 => 1593, 2726 => 1592, 2720 => 1589, 2714 => 1586, 2703 => 1578, 2697 => 1575, 2693 => 1573, 2689 => 1571, 2683 => 1569, 2681 => 1568, 2675 => 1565, 2669 => 1562, 2658 => 1554, 2652 => 1551, 2648 => 1549, 2644 => 1547, 2638 => 1545, 2636 => 1544, 2630 => 1541, 2624 => 1538, 2613 => 1530, 2607 => 1527, 2603 => 1525, 2599 => 1523, 2593 => 1521, 2591 => 1520, 2585 => 1517, 2579 => 1514, 2568 => 1506, 2562 => 1503, 2558 => 1501, 2554 => 1499, 2548 => 1497, 2546 => 1496, 2540 => 1493, 2534 => 1490, 2523 => 1482, 2517 => 1479, 2513 => 1477, 2509 => 1475, 2503 => 1473, 2501 => 1472, 2495 => 1469, 2489 => 1466, 2478 => 1458, 2472 => 1455, 2468 => 1453, 2464 => 1451, 2458 => 1449, 2456 => 1448, 2450 => 1445, 2444 => 1442, 2433 => 1434, 2427 => 1431, 2423 => 1429, 2419 => 1427, 2413 => 1425, 2411 => 1424, 2405 => 1421, 2399 => 1418, 2388 => 1410, 2382 => 1407, 2378 => 1405, 2374 => 1403, 2368 => 1401, 2366 => 1400, 2360 => 1397, 2354 => 1394, 2343 => 1386, 2337 => 1383, 2333 => 1381, 2329 => 1379, 2323 => 1377, 2321 => 1376, 2315 => 1373, 2309 => 1370, 2298 => 1362, 2292 => 1359, 2288 => 1357, 2284 => 1355, 2278 => 1353, 2276 => 1352, 2270 => 1349, 2264 => 1346, 2253 => 1338, 2247 => 1335, 2243 => 1333, 2239 => 1331, 2233 => 1329, 2231 => 1328, 2225 => 1325, 2219 => 1322, 2208 => 1314, 2202 => 1311, 2198 => 1309, 2194 => 1307, 2188 => 1305, 2186 => 1304, 2180 => 1301, 2174 => 1298, 2163 => 1290, 2157 => 1287, 2153 => 1285, 2149 => 1283, 2143 => 1281, 2141 => 1280, 2135 => 1277, 2129 => 1274, 2090 => 1238, 2086 => 1237, 2079 => 1232, 2077 => 1231, 2074 => 1230, 2072 => 1229, 2060 => 1220, 2054 => 1217, 2045 => 1210, 2041 => 1208, 2035 => 1206, 2033 => 1205, 2027 => 1202, 2021 => 1199, 2012 => 1192, 2008 => 1190, 2002 => 1188, 2000 => 1187, 1994 => 1184, 1988 => 1181, 1979 => 1174, 1975 => 1172, 1969 => 1170, 1967 => 1169, 1961 => 1166, 1955 => 1163, 1946 => 1156, 1942 => 1154, 1936 => 1152, 1934 => 1151, 1928 => 1148, 1922 => 1145, 1913 => 1138, 1909 => 1136, 1903 => 1134, 1901 => 1133, 1895 => 1130, 1889 => 1127, 1880 => 1120, 1876 => 1118, 1870 => 1116, 1868 => 1115, 1862 => 1112, 1856 => 1109, 1847 => 1102, 1843 => 1100, 1837 => 1098, 1835 => 1097, 1829 => 1094, 1823 => 1091, 1814 => 1084, 1810 => 1082, 1804 => 1080, 1802 => 1079, 1796 => 1076, 1790 => 1073, 1781 => 1066, 1777 => 1064, 1771 => 1062, 1769 => 1061, 1763 => 1058, 1757 => 1055, 1748 => 1048, 1744 => 1046, 1738 => 1044, 1736 => 1043, 1730 => 1040, 1724 => 1037, 1715 => 1030, 1711 => 1028, 1705 => 1026, 1703 => 1025, 1697 => 1022, 1691 => 1019, 1682 => 1012, 1678 => 1010, 1672 => 1008, 1670 => 1007, 1664 => 1004, 1658 => 1001, 1649 => 994, 1645 => 992, 1639 => 990, 1637 => 989, 1631 => 986, 1625 => 983, 1616 => 976, 1612 => 974, 1606 => 972, 1604 => 971, 1598 => 968, 1592 => 965, 1559 => 935, 1558 => 934, 1557 => 933, 1553 => 932, 1546 => 927, 1544 => 926, 1541 => 925, 1539 => 924, 1529 => 917, 1520 => 910, 1516 => 908, 1510 => 906, 1508 => 905, 1502 => 902, 1493 => 895, 1489 => 893, 1483 => 891, 1481 => 890, 1475 => 887, 1466 => 880, 1462 => 878, 1456 => 876, 1454 => 875, 1448 => 872, 1439 => 865, 1435 => 863, 1429 => 861, 1427 => 860, 1421 => 857, 1412 => 850, 1408 => 848, 1402 => 846, 1400 => 845, 1394 => 842, 1385 => 835, 1381 => 833, 1375 => 831, 1373 => 830, 1367 => 827, 1358 => 820, 1354 => 818, 1348 => 816, 1346 => 815, 1340 => 812, 1331 => 805, 1327 => 803, 1321 => 801, 1319 => 800, 1313 => 797, 1304 => 790, 1300 => 788, 1294 => 786, 1292 => 785, 1286 => 782, 1277 => 775, 1273 => 773, 1267 => 771, 1265 => 770, 1259 => 767, 1250 => 760, 1246 => 758, 1240 => 756, 1238 => 755, 1232 => 752, 1223 => 745, 1219 => 743, 1213 => 741, 1211 => 740, 1205 => 737, 1196 => 730, 1192 => 728, 1186 => 726, 1184 => 725, 1178 => 722, 1169 => 715, 1165 => 713, 1159 => 711, 1157 => 710, 1151 => 707, 1144 => 702, 1113 => 667, 1109 => 666, 1102 => 661, 1100 => 660, 1097 => 659, 1095 => 658, 1083 => 649, 1074 => 642, 1070 => 640, 1064 => 638, 1062 => 637, 1056 => 634, 1047 => 627, 1043 => 625, 1037 => 623, 1035 => 622, 1029 => 619, 1020 => 612, 1016 => 610, 1010 => 608, 1008 => 607, 1002 => 604, 993 => 597, 989 => 595, 983 => 593, 981 => 592, 975 => 589, 966 => 582, 962 => 580, 956 => 578, 954 => 577, 948 => 574, 916 => 549, 912 => 548, 905 => 543, 903 => 542, 900 => 541, 898 => 540, 886 => 531, 877 => 524, 873 => 522, 867 => 520, 865 => 519, 859 => 516, 850 => 509, 846 => 507, 840 => 505, 838 => 504, 832 => 501, 823 => 494, 819 => 492, 813 => 490, 811 => 489, 805 => 486, 773 => 461, 769 => 460, 762 => 455, 760 => 454, 757 => 453, 755 => 452, 743 => 443, 734 => 436, 730 => 434, 724 => 432, 722 => 431, 716 => 428, 707 => 421, 703 => 419, 697 => 417, 695 => 416, 689 => 413, 680 => 406, 676 => 404, 670 => 402, 668 => 401, 662 => 398, 653 => 391, 649 => 389, 643 => 387, 641 => 386, 635 => 383, 612 => 362, 602 => 285, 598 => 284, 591 => 279, 589 => 278, 586 => 277, 584 => 276, 572 => 267, 563 => 260, 559 => 258, 553 => 256, 551 => 255, 545 => 252, 536 => 245, 532 => 243, 526 => 241, 524 => 240, 518 => 237, 488 => 212, 484 => 211, 477 => 206, 475 => 205, 472 => 204, 470 => 203, 458 => 194, 449 => 187, 445 => 185, 439 => 183, 437 => 182, 431 => 179, 422 => 172, 418 => 170, 412 => 168, 410 => 167, 404 => 164, 374 => 139, 370 => 138, 363 => 133, 361 => 132, 358 => 131, 356 => 130, 350 => 126, 341 => 120, 328 => 110, 315 => 100, 309 => 97, 305 => 95, 303 => 94, 295 => 89, 286 => 82, 282 => 80, 276 => 78, 274 => 77, 268 => 74, 259 => 67, 255 => 65, 249 => 63, 247 => 62, 241 => 59, 209 => 37, 192 => 36, 188 => 34, 161 => 31, 151 => 30, 148 => 29, 131 => 28, 127 => 26, 120 => 25, 110 => 23, 96 => 13, 92 => 12, 88 => 11, 85 => 10, 78 => 9, 71 => 6, 67 => 5, 62 => 4, 55 => 3, 44 => 1,); } public function getSourceContext(): Source { return new Source("", "@Member/Default/index.html.twig", "/var/www/v3.cesa.co.za/src/MemberBundle/Resources/views/Default/index.html.twig"); } }