Deprecated: Return type of Google\Model::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Model.php on line 256

Deprecated: Return type of Google\Model::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Model.php on line 261

Deprecated: Return type of Google\Model::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Model.php on line 268

Deprecated: Return type of Google\Model::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Model.php on line 278

Deprecated: Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Collection.php on line 22

Deprecated: Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Collection.php on line 38

Deprecated: Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Collection.php on line 30

Deprecated: Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Collection.php on line 43

Deprecated: Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Collection.php on line 14

Deprecated: Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/sanralsmme/vendor/google/apiclient/src/Collection.php on line 49
Symfony Profiler

var/cache/dev/twig/69/69b6c5ffb6777f8c4d9c39b966d63f11b94f9e3c92f956eb76330e4e2c955f61.php line 42

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* frontend/index.html.twig */
  14. class __TwigTemplate_238132765cf9efccff7b57619a46a0e8b8df0afc30570956c2cca0900ca1dd81 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'title' => [$this'block_title'],
  24.             'meta_decription' => [$this'block_meta_decription'],
  25.             'stylesheets' => [$this'block_stylesheets'],
  26.             'layout' => [$this'block_layout'],
  27.             'javascripts' => [$this'block_javascripts'],
  28.         ];
  29.     }
  30.     protected function doGetParent(array $context)
  31.     {
  32.         // line 1
  33.         return "base.html.twig";
  34.     }
  35.     protected function doDisplay(array $context, array $blocks = [])
  36.     {
  37.         $macros $this->macros;
  38.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  39.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/index.html.twig"));
  40.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  41.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/index.html.twig"));
  42.         $this->parent $this->loadTemplate("base.html.twig""frontend/index.html.twig"1);
  43.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  46.         
  47.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  48.     }
  49.     // line 2
  50.     public function block_title($context, array $blocks = [])
  51.     {
  52.         $macros $this->macros;
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  57.         // line 3
  58.         echo "        ";
  59.         $context["metaTitle"] = "SANRAL eSDD - Electronic Supplier Development Desk";
  60.         // line 4
  61.         echo "        ";
  62.         echo twig_escape_filter($this->env, (isset($context["metaTitle"]) || array_key_exists("metaTitle"$context) ? $context["metaTitle"] : (function () { throw new RuntimeError('Variable "metaTitle" does not exist.'4$this->source); })()), "html"nulltrue);
  63.         echo "
  64.     ";
  65.         
  66.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  67.         
  68.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  69.     }
  70.     // line 6
  71.     public function block_meta_decription($context, array $blocks = [])
  72.     {
  73.         $macros $this->macros;
  74.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  75.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_decription"));
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  77.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_decription"));
  78.         // line 7
  79.         echo "        ";
  80.         $context["metaTitle"] = "SANRAL eSDD - Electronic Supplier Development Desk";
  81.         // line 8
  82.         echo "        ";
  83.         $context["metaDescription"] = "SMME's can make use of this portal to attain SANRAL tenders";
  84.         // line 9
  85.         echo "        <meta name=\"twitter:card\" content=\"summary\" />
  86.         <meta name=\"twitter:site\" content=\"Sanral\" />
  87.         <meta name=\"twitter:title\" content=\"";
  88.         // line 11
  89.         echo twig_escape_filter($this->env, (isset($context["metaTitle"]) || array_key_exists("metaTitle"$context) ? $context["metaTitle"] : (function () { throw new RuntimeError('Variable "metaTitle" does not exist.'11$this->source); })()), "html"nulltrue);
  90.         echo "\" />
  91.         <meta name=\"twitter:description\" content=\"";
  92.         // line 12
  93.         echo twig_escape_filter($this->env, (isset($context["metaDescription"]) || array_key_exists("metaDescription"$context) ? $context["metaDescription"] : (function () { throw new RuntimeError('Variable "metaDescription" does not exist.'12$this->source); })()), "html"nulltrue);
  94.         echo "\" />
  95. ";
  96.         // line 14
  97.         echo "        <meta name=\"twitter:url\" content=\"";
  98.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'14$this->source); })()), "request", [], "any"falsefalsefalse14), "uri", [], "any"falsefalsefalse14), "html"nulltrue);
  99.         echo "\" />
  100. ";
  101.         // line 17
  102.         echo "        <meta name=\"og:title\" content=\"";
  103.         echo twig_escape_filter($this->env, (isset($context["metaTitle"]) || array_key_exists("metaTitle"$context) ? $context["metaTitle"] : (function () { throw new RuntimeError('Variable "metaTitle" does not exist.'17$this->source); })()), "html"nulltrue);
  104.         echo "\" />
  105.         <meta name=\"og:description\" content=\"";
  106.         // line 18
  107.         echo twig_escape_filter($this->env, (isset($context["metaDescription"]) || array_key_exists("metaDescription"$context) ? $context["metaDescription"] : (function () { throw new RuntimeError('Variable "metaDescription" does not exist.'18$this->source); })()), "html"nulltrue);
  108.         echo "\" />
  109.         <meta name=\"og:url\" content=\"";
  110.         // line 19
  111.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'19$this->source); })()), "request", [], "any"falsefalsefalse19), "uri", [], "any"falsefalsefalse19), "html"nulltrue);
  112.         echo "\" />
  113.         <meta name=\"description\" content=\"";
  114.         // line 20
  115.         echo twig_escape_filter($this->env, (isset($context["metaDescription"]) || array_key_exists("metaDescription"$context) ? $context["metaDescription"] : (function () { throw new RuntimeError('Variable "metaDescription" does not exist.'20$this->source); })()), "html"nulltrue);
  116.         echo "\">
  117.     ";
  118.         
  119.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  120.         
  121.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  122.     }
  123.     // line 22
  124.     public function block_stylesheets($context, array $blocks = [])
  125.     {
  126.         $macros $this->macros;
  127.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  128.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  129.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  130.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  131.         // line 23
  132.         echo "        ";
  133.         $this->displayParentBlock("stylesheets"$context$blocks);
  134.         echo "
  135.     ";
  136.         
  137.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  138.         
  139.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  140.     }
  141.     // line 26
  142.     public function block_layout($context, array $blocks = [])
  143.     {
  144.         $macros $this->macros;
  145.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  146.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout"));
  147.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  148.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout"));
  149.         // line 27
  150.         echo "        <div class=\"container-fluid\">
  151.             ";
  152.         // line 28
  153.         if ( !(null === (isset($context["copy"]) || array_key_exists("copy"$context) ? $context["copy"] : (function () { throw new RuntimeError('Variable "copy" does not exist.'28$this->source); })()))) {
  154.             // line 29
  155.             echo "                ";
  156.             echo (isset($context["copy"]) || array_key_exists("copy"$context) ? $context["copy"] : (function () { throw new RuntimeError('Variable "copy" does not exist.'29$this->source); })());
  157.             echo "
  158.             ";
  159.         }
  160.         // line 31
  161.         echo "            <div class=\"row\">
  162.                 <div class=\"col-12 col-md-9\">
  163.                     <div class=\"row\">
  164.                         <div class=\"col-12\">
  165.                             <div style=\"border: solid 2px #ff6600;margin-bottom: 22px\">
  166.                                 <div class=\"row\">
  167.                                     <div class=\"col-12 text-center\" style=\"padding: 13px;display: flex;align-items: center;justify-content: center;\">
  168.                                         <i class=\"fas fa-info-circle\" style=\"font-size: 35px;color: #ff6600;margin-right: 20px\"></i>
  169.                                         All tenders advertised here are for 2nd tier procurement only. Visit
  170.                                         &nbsp;<a href=\"https://www.nra.co.za\" target=\"_blank\" style=\"color: #ff6600\">www.nra.co.za</a> &nbsp; for other tenders.
  171.                                     </div>
  172.                                 </div>
  173.                             </div>
  174.                         </div>
  175.                         <div class=\"col-12 col-md-4\" style=\"margin-bottom: 30px\">
  176.                             <div class=\"card\">
  177.                                 <div class=\"card-header clementine p-0\" style=\"padding: 6px 14px !important\">
  178.                                     <nav class=\"navbar card-nav\">
  179.                                         <span class=\"navbar-brand mb-0 h1 text-uppercase text-white card-title\">Closing Soon</span>
  180.                                     </nav>
  181.                                 </div>
  182.                                 <ul class=\"list-group list-group-flush\">
  183.                                     ";
  184.         // line 53
  185.         if ((twig_length_filter($this->env, (isset($context["closing_soon"]) || array_key_exists("closing_soon"$context) ? $context["closing_soon"] : (function () { throw new RuntimeError('Variable "closing_soon" does not exist.'53$this->source); })())) > 0)) {
  186.             // line 54
  187.             echo "                                        ";
  188.             $context['_parent'] = $context;
  189.             $context['_seq'] = twig_ensure_traversable((isset($context["closing_soon"]) || array_key_exists("closing_soon"$context) ? $context["closing_soon"] : (function () { throw new RuntimeError('Variable "closing_soon" does not exist.'54$this->source); })()));
  190.             foreach ($context['_seq'] as $context["_key"] => $context["closing"]) {
  191.                 // line 55
  192.                 echo "                                            <li class=\"list-group-item pb-1\">
  193.                                                 <dl>
  194.                                                     <dt class=\"pt-1\">
  195.                                                         <a class=\"tender-title text-black teaser-2-lines\" href=\"";
  196.                 // line 58
  197.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("tenders_page", ["id" => twig_get_attribute($this->env$this->source$context["closing"], "id", [], "any"falsefalsefalse58)]), "html"nulltrue);
  198.                 echo "\">
  199.                                                             ";
  200.                 // line 59
  201.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["closing"], "contractDescription", [], "any"falsefalsefalse59), "html"nulltrue);
  202.                 echo "
  203.                                                         </a>
  204.                                                     </dt>
  205.                                                     <dd class=\"py-0\">
  206.                                                         <span>";
  207.                 // line 63
  208.                 echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source$context["closing"], "closingDate", [], "any"falsefalsefalse63), "l d F Y"), "html"nulltrue);
  209.                 echo "</span>
  210.                                                         <span>
  211.                                                             <p>Operations</p>
  212.                                                         </span>
  213.                                                     </dd>
  214.                                                 </dl>
  215.                                             </li>
  216.                                         ";
  217.             }
  218.             $_parent $context['_parent'];
  219.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['closing'], $context['_parent'], $context['loop']);
  220.             $context array_intersect_key($context$_parent) + $_parent;
  221.             // line 71
  222.             echo "                                    ";
  223.         } else {
  224.             // line 72
  225.             echo "                                        <li class=\"list-group-item pb-1\">
  226.                                             There are no tenders closing soon.
  227.                                             <br>&nbsp;
  228.                                         </li>
  229.                                     ";
  230.         }
  231.         // line 77
  232.         echo "                                </ul>
  233.                             </div>
  234.                         </div>
  235.                         ";
  236.         // line 80
  237.         $context['_parent'] = $context;
  238.         $context['_seq'] = twig_ensure_traversable((isset($context["regions"]) || array_key_exists("regions"$context) ? $context["regions"] : (function () { throw new RuntimeError('Variable "regions" does not exist.'80$this->source); })()));
  239.         foreach ($context['_seq'] as $context["_key"] => $context["region_arr"]) {
  240.             // line 81
  241.             echo "                            ";
  242.             $context["regionId"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["region_arr"], "region", [], "array"falsefalsefalse81), "regionId", [], "array"falsefalsefalse81);
  243.             // line 82
  244.             echo "                            ";
  245.             $context["regionName"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["region_arr"], "region", [], "array"falsefalsefalse82), "regionName", [], "array"falsefalsefalse82);
  246.             // line 83
  247.             echo "                            ";
  248.             $context["thumb"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["region_arr"], "region", [], "array"falsefalsefalse83), "thumb", [], "array"falsefalsefalse83);
  249.             // line 84
  250.             echo "                            <div class=\"col-12 col-md-4\" style=\"margin-bottom: 30px\">
  251.                                 <div class=\"card\">
  252.                                 <div class=\"card-header rain-forest\">
  253.                                     <div class=\"row m-0\">
  254.                                         <div class=\"region-title text-white\">
  255.                                             <a class=\"navbar-brand text-white text-uppercase py-2\" href=\"";
  256.             // line 89
  257.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("tender_region_page", ["region" => twig_lower_filter($this->envtwig_replace_filter((isset($context["regionName"]) || array_key_exists("regionName"$context) ? $context["regionName"] : (function () { throw new RuntimeError('Variable "regionName" does not exist.'89$this->source); })()), [" " => "-"])), "region_id" => (isset($context["regionId"]) || array_key_exists("regionId"$context) ? $context["regionId"] : (function () { throw new RuntimeError('Variable "regionId" does not exist.'89$this->source); })())]), "html"nulltrue);
  258.             echo "\">
  259.                                                 ";
  260.             // line 90
  261.             echo twig_escape_filter($this->env, (isset($context["regionName"]) || array_key_exists("regionName"$context) ? $context["regionName"] : (function () { throw new RuntimeError('Variable "regionName" does not exist.'90$this->source); })()), "html"nulltrue);
  262.             echo "
  263.                                             </a>
  264.                                         </div>
  265.                                         <div class=\"py-0 pl-3 info-icon ml-auto\">
  266.                                             <a type=\"button\" href=\"#\" target=\"_blank\" class=\"btn btn-link text-white tooltip-toggle\" title=\"Click for more regional information\">
  267.                                                 <span class=\"tooltip-icon\">?</span>
  268.                                                 <div class=\"tooltip p-3\">
  269.                                                     <div class=\"row\">
  270.                                                         <img src=\"";
  271.             // line 98
  272.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("images/regions/" . (isset($context["thumb"]) || array_key_exists("thumb"$context) ? $context["thumb"] : (function () { throw new RuntimeError('Variable "thumb" does not exist.'98$this->source); })()))), "html"nulltrue);
  273.             echo "\" class=\"img-fluid\" style=\"max-height: 80px; display: block;margin-left: auto;margin-right: auto\">
  274.                                                     </div>
  275.                                                 </div>
  276.                                             </a>
  277.                                         </div>
  278.                                     </div>
  279.                                 </div>
  280.                                 <ul class=\"list-group list-group-flush\">
  281.                                     ";
  282.             // line 106
  283.             if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["region_arr"], "region", [], "array"falsefalsefalse106), "data", [], "array"falsefalsefalse106)) > 0)) {
  284.                 // line 107
  285.                 echo "                                        ";
  286.                 $context['_parent'] = $context;
  287.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["region_arr"], "region", [], "array"falsefalsefalse107), "data", [], "array"falsefalsefalse107));
  288.                 foreach ($context['_seq'] as $context["_key"] => $context["region"]) {
  289.                     // line 108
  290.                     echo "                                        <li class=\"list-group-item pb-1\">
  291.                                             <dl>
  292.                                                 <dt class=\"pt-1\">
  293.                                                     <a class=\"tender-title text-black teaser-2-lines\" href=\"";
  294.                     // line 111
  295.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("tenders_page", ["id" => twig_get_attribute($this->env$this->source$context["region"], "id", [], "any"falsefalsefalse111)]), "html"nulltrue);
  296.                     echo "\">
  297.                                                         ";
  298.                     // line 112
  299.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["region"], "contractDescription", [], "any"falsefalsefalse112), "html"nulltrue);
  300.                     echo "
  301.                                                     </a>
  302.                                                 </dt>
  303.                                                 <dd class=\"py-0\">
  304.                                                     <span>";
  305.                     // line 116
  306.                     echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source$context["region"], "closingDate", [], "any"falsefalsefalse116), "l d F Y"), "html"nulltrue);
  307.                     echo "</span>
  308.                                                     <span><p>";
  309.                     // line 117
  310.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["region"], "category", [], "any"falsefalsefalse117), "html"nulltrue);
  311.                     echo "</p></span>
  312.                                                 </dd>
  313.                                             </dl>
  314.                                         </li>
  315.                                         ";
  316.                 }
  317.                 $_parent $context['_parent'];
  318.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['region'], $context['_parent'], $context['loop']);
  319.                 $context array_intersect_key($context$_parent) + $_parent;
  320.                 // line 122
  321.                 echo "                                    ";
  322.             } else {
  323.                 // line 123
  324.                 echo "                                        <li class=\"list-group-item pb-1\">
  325.                                             There currently no advertised tenders in this region.
  326.                                         </li>
  327.                                     ";
  328.             }
  329.             // line 127
  330.             echo "                                </ul>
  331.                                 ";
  332.             // line 128
  333.             if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["region_arr"], "region", [], "array"falsefalsefalse128), "data", [], "array"falsefalsefalse128)) > 0)) {
  334.                 // line 129
  335.                 echo "                                    <div class=\"text-center\">
  336.                                         <a href=\"";
  337.                 // line 130
  338.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("tender_region_page", ["region" => twig_lower_filter($this->envtwig_replace_filter((isset($context["regionName"]) || array_key_exists("regionName"$context) ? $context["regionName"] : (function () { throw new RuntimeError('Variable "regionName" does not exist.'130$this->source); })()), [" " => "-"])), "region_id" => (isset($context["regionId"]) || array_key_exists("regionId"$context) ? $context["regionId"] : (function () { throw new RuntimeError('Variable "regionId" does not exist.'130$this->source); })())]), "html"nulltrue);
  339.                 echo "\" class=\"btn btn-link btn-more py-2 btn-lg btn-block rounded-0 text-white rain-forest\">
  340.                                             View All
  341.                                         </a>
  342.                                     </div>
  343.                                 ";
  344.             }
  345.             // line 135
  346.             echo "                            </div>
  347.                             </div>
  348.                         ";
  349.         }
  350.         $_parent $context['_parent'];
  351.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['region_arr'], $context['_parent'], $context['loop']);
  352.         $context array_intersect_key($context$_parent) + $_parent;
  353.         // line 138
  354.         echo "                    </div>
  355.                 </div>
  356.                 <div class=\"col-12 col-md-3\">
  357.                     ";
  358.         // line 141
  359.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\CarouselController::getCarousel", ["page" => "home"]));
  360.         // line 146
  361.         echo "
  362.                 </div>
  363.             </div>
  364.             <div class=\"row\">
  365.                 <div class=\"col-12\">
  366.                     <h4>
  367.                         Are you a SMME or a New Entrant?
  368.                     </h4>
  369.                 </div>
  370.             </div>
  371.             <div class=\"row justify-content-between\">
  372.                 ";
  373.         // line 157
  374.         $context["count"] = 0;
  375.         // line 158
  376.         echo "                ";
  377.         $context["offset"] = "";
  378.         // line 159
  379.         echo "                ";
  380.         $context['_parent'] = $context;
  381.         $context['_seq'] = twig_ensure_traversable((isset($context["entrants"]) || array_key_exists("entrants"$context) ? $context["entrants"] : (function () { throw new RuntimeError('Variable "entrants" does not exist.'159$this->source); })()));
  382.         foreach ($context['_seq'] as $context["_key"] => $context["entrant"]) {
  383.             // line 160
  384.             echo "                    ";
  385.             $context["count"] = ((isset($context["count"]) || array_key_exists("count"$context) ? $context["count"] : (function () { throw new RuntimeError('Variable "count" does not exist.'160$this->source); })()) + 1);
  386.             // line 161
  387.             echo "                    ";
  388.             if (((isset($context["count"]) || array_key_exists("count"$context) ? $context["count"] : (function () { throw new RuntimeError('Variable "count" does not exist.'161$this->source); })()) == 1)) {
  389.                 // line 162
  390.                 echo "                        ";
  391.                 $context["offset"] = "col-md-offset-1";
  392.                 // line 163
  393.                 echo "                    ";
  394.             }
  395.             // line 164
  396.             echo "                    <div class=\"col-12 col-md-2 no-gutters\">
  397.                         <a href=\"";
  398.             // line 165
  399.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["entrant"], "website", [], "any"falsefalsefalse165), "html"nulltrue);
  400.             echo "\" target=\"_blank\">
  401.                             <img src=\"";
  402.             // line 166
  403.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("images/entrants/" twig_get_attribute($this->env$this->source$context["entrant"], "logo", [], "any"falsefalsefalse166))), "html"nulltrue);
  404.             echo "\" class=\"img-fluid\" alt=\"";
  405.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["entrant"], "name", [], "any"falsefalsefalse166), "html"nulltrue);
  406.             echo "\">
  407.                         </a>
  408.                     </div>
  409.                     ";
  410.             // line 169
  411.             $context["offset"] = "";
  412.             // line 170
  413.             echo "                ";
  414.         }
  415.         $_parent $context['_parent'];
  416.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['entrant'], $context['_parent'], $context['loop']);
  417.         $context array_intersect_key($context$_parent) + $_parent;
  418.         // line 171
  419.         echo "            </div>
  420.         </div>
  421.         <!-- Subscription Form -->
  422.         <div id=\"subscribe-con\">
  423.             <div class=\"modal fade\" id=\"subscribe\" tabindex=\"-1\" role=\"dialog\" aria-label=\"myModalLabel\" aria-hidden=\"true\">
  424.                 ";
  425.         // line 177
  426.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\HomeController::getSubscribeForm"));
  427.         echo "
  428.             </div>
  429.         </div>
  430.     ";
  431.         
  432.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  433.         
  434.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  435.     }
  436.     // line 182
  437.     public function block_javascripts($context, array $blocks = [])
  438.     {
  439.         $macros $this->macros;
  440.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  441.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  442.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  443.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  444.         // line 183
  445.         echo "        ";
  446.         $this->displayParentBlock("javascripts"$context$blocks);
  447.         echo "
  448.         <script>
  449.             ";
  450.         // line 186
  451.         if (((isset($context["subscribed"]) || array_key_exists("subscribed"$context) ? $context["subscribed"] : (function () { throw new RuntimeError('Variable "subscribed" does not exist.'186$this->source); })()) == 1)) {
  452.             // line 187
  453.             echo "                var now = new Date();
  454.                 now.setDate(now.getDate() + 100000000);
  455.                 document.cookie = \"subscribe=1; expires=\" + now + \"; path=/\";
  456.             ";
  457.         }
  458.         // line 191
  459.         echo "
  460.             cookie_value = (document.cookie.match(/^(?:.*;)?\\s*subscribe\\s*=\\s*([^;]+)(?:.*)?\$/)||[,null])[1];
  461.             if(cookie_value == null || cookie_value == 0) {
  462.                 var now = new Date();
  463.                 now.setDate(now.getDate() + 1);
  464.                 document.cookie = \"subscribe=0; expires=\" + now + \"; path=/\";
  465.             }
  466.             if(cookie_value == 1){
  467.                 jQuery('#subscribe-con').empty();
  468.             }
  469.             jQuery(document).ready(function(){
  470.                 jQuery(window).on('load', function() {
  471.                     jQuery('#subscribe').modal('show');
  472.                 });
  473.             });
  474.         </script>
  475.     ";
  476.         
  477.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  478.         
  479.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  480.     }
  481.     public function getTemplateName()
  482.     {
  483.         return "frontend/index.html.twig";
  484.     }
  485.     public function isTraitable()
  486.     {
  487.         return false;
  488.     }
  489.     public function getDebugInfo()
  490.     {
  491.         return array (  496 => 191,  490 => 187,  488 => 186,  481 => 183,  471 => 182,  457 => 177,  449 => 171,  443 => 170,  441 => 169,  433 => 166,  429 => 165,  426 => 164,  423 => 163,  420 => 162,  417 => 161,  414 => 160,  409 => 159,  406 => 158,  404 => 157,  391 => 146,  389 => 141,  384 => 138,  376 => 135,  368 => 130,  365 => 129,  363 => 128,  360 => 127,  354 => 123,  351 => 122,  340 => 117,  336 => 116,  329 => 112,  325 => 111,  320 => 108,  315 => 107,  313 => 106,  302 => 98,  291 => 90,  287 => 89,  280 => 84,  277 => 83,  274 => 82,  271 => 81,  267 => 80,  262 => 77,  255 => 72,  252 => 71,  238 => 63,  231 => 59,  227 => 58,  222 => 55,  217 => 54,  215 => 53,  191 => 31,  185 => 29,  183 => 28,  180 => 27,  170 => 26,  157 => 23,  147 => 22,  135 => 20,  131 => 19,  127 => 18,  122 => 17,  116 => 14,  112 => 12,  108 => 11,  104 => 9,  101 => 8,  98 => 7,  88 => 6,  75 => 4,  72 => 3,  62 => 2,  39 => 1,);
  492.     }
  493.     public function getSourceContext()
  494.     {
  495.         return new Source("{% extends 'base.html.twig' %}
  496.     {% block title %}
  497.         {% set metaTitle = 'SANRAL eSDD - Electronic Supplier Development Desk' %}
  498.         {{ metaTitle }}
  499.     {% endblock %}
  500.     {% block meta_decription %}
  501.         {% set metaTitle = 'SANRAL eSDD - Electronic Supplier Development Desk' %}
  502.         {% set metaDescription = \"SMME's can make use of this portal to attain SANRAL tenders\" %}
  503.         <meta name=\"twitter:card\" content=\"summary\" />
  504.         <meta name=\"twitter:site\" content=\"Sanral\" />
  505.         <meta name=\"twitter:title\" content=\"{{ metaTitle }}\" />
  506.         <meta name=\"twitter:description\" content=\"{{ metaDescription }}\" />
  507. {#        <meta name=\"twitter:image\" content=\"https://hugenouttunnel.nerdw.com/images/home/{{ home_data.ogImage }}\" />#}
  508.         <meta name=\"twitter:url\" content=\"{{ app.request.uri }}\" />
  509. {#        <meta name=\"og:image\" content=\"https://hugenouttunnel.nerdw.com/images/home/{{ home_data.ogImage }}\" />#}
  510.         <meta name=\"og:title\" content=\"{{ metaTitle }}\" />
  511.         <meta name=\"og:description\" content=\"{{ metaDescription }}\" />
  512.         <meta name=\"og:url\" content=\"{{ app.request.uri }}\" />
  513.         <meta name=\"description\" content=\"{{ metaDescription }}\">
  514.     {% endblock %}
  515.     {% block stylesheets %}
  516.         {{ parent() }}
  517.     {% endblock %}
  518.     {% block layout %}
  519.         <div class=\"container-fluid\">
  520.             {% if copy is not null %}
  521.                 {{ copy|raw }}
  522.             {% endif %}
  523.             <div class=\"row\">
  524.                 <div class=\"col-12 col-md-9\">
  525.                     <div class=\"row\">
  526.                         <div class=\"col-12\">
  527.                             <div style=\"border: solid 2px #ff6600;margin-bottom: 22px\">
  528.                                 <div class=\"row\">
  529.                                     <div class=\"col-12 text-center\" style=\"padding: 13px;display: flex;align-items: center;justify-content: center;\">
  530.                                         <i class=\"fas fa-info-circle\" style=\"font-size: 35px;color: #ff6600;margin-right: 20px\"></i>
  531.                                         All tenders advertised here are for 2nd tier procurement only. Visit
  532.                                         &nbsp;<a href=\"https://www.nra.co.za\" target=\"_blank\" style=\"color: #ff6600\">www.nra.co.za</a> &nbsp; for other tenders.
  533.                                     </div>
  534.                                 </div>
  535.                             </div>
  536.                         </div>
  537.                         <div class=\"col-12 col-md-4\" style=\"margin-bottom: 30px\">
  538.                             <div class=\"card\">
  539.                                 <div class=\"card-header clementine p-0\" style=\"padding: 6px 14px !important\">
  540.                                     <nav class=\"navbar card-nav\">
  541.                                         <span class=\"navbar-brand mb-0 h1 text-uppercase text-white card-title\">Closing Soon</span>
  542.                                     </nav>
  543.                                 </div>
  544.                                 <ul class=\"list-group list-group-flush\">
  545.                                     {% if closing_soon|length > 0 %}
  546.                                         {% for closing in closing_soon %}
  547.                                             <li class=\"list-group-item pb-1\">
  548.                                                 <dl>
  549.                                                     <dt class=\"pt-1\">
  550.                                                         <a class=\"tender-title text-black teaser-2-lines\" href=\"{{ path('tenders_page',{'id':closing.id}) }}\">
  551.                                                             {{ closing.contractDescription }}
  552.                                                         </a>
  553.                                                     </dt>
  554.                                                     <dd class=\"py-0\">
  555.                                                         <span>{{ closing.closingDate|date('l d F Y') }}</span>
  556.                                                         <span>
  557.                                                             <p>Operations</p>
  558.                                                         </span>
  559.                                                     </dd>
  560.                                                 </dl>
  561.                                             </li>
  562.                                         {% endfor %}
  563.                                     {% else %}
  564.                                         <li class=\"list-group-item pb-1\">
  565.                                             There are no tenders closing soon.
  566.                                             <br>&nbsp;
  567.                                         </li>
  568.                                     {% endif %}
  569.                                 </ul>
  570.                             </div>
  571.                         </div>
  572.                         {% for region_arr in regions %}
  573.                             {% set regionId = region_arr['region']['regionId'] %}
  574.                             {% set regionName = region_arr['region']['regionName'] %}
  575.                             {% set thumb = region_arr['region']['thumb'] %}
  576.                             <div class=\"col-12 col-md-4\" style=\"margin-bottom: 30px\">
  577.                                 <div class=\"card\">
  578.                                 <div class=\"card-header rain-forest\">
  579.                                     <div class=\"row m-0\">
  580.                                         <div class=\"region-title text-white\">
  581.                                             <a class=\"navbar-brand text-white text-uppercase py-2\" href=\"{{ path('tender_region_page',{'region':regionName|replace({' ':'-'})|lower, 'region_id': regionId}) }}\">
  582.                                                 {{ regionName }}
  583.                                             </a>
  584.                                         </div>
  585.                                         <div class=\"py-0 pl-3 info-icon ml-auto\">
  586.                                             <a type=\"button\" href=\"#\" target=\"_blank\" class=\"btn btn-link text-white tooltip-toggle\" title=\"Click for more regional information\">
  587.                                                 <span class=\"tooltip-icon\">?</span>
  588.                                                 <div class=\"tooltip p-3\">
  589.                                                     <div class=\"row\">
  590.                                                         <img src=\"{{ asset('images/regions/' ~ thumb) }}\" class=\"img-fluid\" style=\"max-height: 80px; display: block;margin-left: auto;margin-right: auto\">
  591.                                                     </div>
  592.                                                 </div>
  593.                                             </a>
  594.                                         </div>
  595.                                     </div>
  596.                                 </div>
  597.                                 <ul class=\"list-group list-group-flush\">
  598.                                     {% if region_arr['region']['data']|length > 0 %}
  599.                                         {% for region in region_arr['region']['data'] %}
  600.                                         <li class=\"list-group-item pb-1\">
  601.                                             <dl>
  602.                                                 <dt class=\"pt-1\">
  603.                                                     <a class=\"tender-title text-black teaser-2-lines\" href=\"{{ path('tenders_page',{'id':region.id}) }}\">
  604.                                                         {{ region.contractDescription }}
  605.                                                     </a>
  606.                                                 </dt>
  607.                                                 <dd class=\"py-0\">
  608.                                                     <span>{{ region.closingDate|date('l d F Y') }}</span>
  609.                                                     <span><p>{{ region.category }}</p></span>
  610.                                                 </dd>
  611.                                             </dl>
  612.                                         </li>
  613.                                         {% endfor %}
  614.                                     {% else %}
  615.                                         <li class=\"list-group-item pb-1\">
  616.                                             There currently no advertised tenders in this region.
  617.                                         </li>
  618.                                     {% endif %}
  619.                                 </ul>
  620.                                 {% if region_arr['region']['data']|length > 0 %}
  621.                                     <div class=\"text-center\">
  622.                                         <a href=\"{{ path('tender_region_page',{'region':regionName|replace({' ':'-'})|lower, 'region_id': regionId}) }}\" class=\"btn btn-link btn-more py-2 btn-lg btn-block rounded-0 text-white rain-forest\">
  623.                                             View All
  624.                                         </a>
  625.                                     </div>
  626.                                 {% endif %}
  627.                             </div>
  628.                             </div>
  629.                         {% endfor %}
  630.                     </div>
  631.                 </div>
  632.                 <div class=\"col-12 col-md-3\">
  633.                     {{ render(controller(
  634.                         'App\\\\Controller\\\\CarouselController::getCarousel',
  635.                         {
  636.                             'page': 'home'
  637.                         }
  638.                     )) }}
  639.                 </div>
  640.             </div>
  641.             <div class=\"row\">
  642.                 <div class=\"col-12\">
  643.                     <h4>
  644.                         Are you a SMME or a New Entrant?
  645.                     </h4>
  646.                 </div>
  647.             </div>
  648.             <div class=\"row justify-content-between\">
  649.                 {% set count = 0 %}
  650.                 {% set offset = '' %}
  651.                 {% for entrant in entrants %}
  652.                     {% set count = count + 1 %}
  653.                     {% if count == 1 %}
  654.                         {% set offset = 'col-md-offset-1' %}
  655.                     {% endif %}
  656.                     <div class=\"col-12 col-md-2 no-gutters\">
  657.                         <a href=\"{{ entrant.website }}\" target=\"_blank\">
  658.                             <img src=\"{{ asset('images/entrants/' ~ entrant.logo) }}\" class=\"img-fluid\" alt=\"{{ entrant.name }}\">
  659.                         </a>
  660.                     </div>
  661.                     {% set offset = '' %}
  662.                 {% endfor %}
  663.             </div>
  664.         </div>
  665.         <!-- Subscription Form -->
  666.         <div id=\"subscribe-con\">
  667.             <div class=\"modal fade\" id=\"subscribe\" tabindex=\"-1\" role=\"dialog\" aria-label=\"myModalLabel\" aria-hidden=\"true\">
  668.                 {{ render(controller('App\\\\Controller\\\\HomeController::getSubscribeForm')) }}
  669.             </div>
  670.         </div>
  671.     {% endblock %}
  672.     {% block javascripts %}
  673.         {{ parent() }}
  674.         <script>
  675.             {% if subscribed == 1 %}
  676.                 var now = new Date();
  677.                 now.setDate(now.getDate() + 100000000);
  678.                 document.cookie = \"subscribe=1; expires=\" + now + \"; path=/\";
  679.             {% endif %}
  680.             cookie_value = (document.cookie.match(/^(?:.*;)?\\s*subscribe\\s*=\\s*([^;]+)(?:.*)?\$/)||[,null])[1];
  681.             if(cookie_value == null || cookie_value == 0) {
  682.                 var now = new Date();
  683.                 now.setDate(now.getDate() + 1);
  684.                 document.cookie = \"subscribe=0; expires=\" + now + \"; path=/\";
  685.             }
  686.             if(cookie_value == 1){
  687.                 jQuery('#subscribe-con').empty();
  688.             }
  689.             jQuery(document).ready(function(){
  690.                 jQuery(window).on('load', function() {
  691.                     jQuery('#subscribe').modal('show');
  692.                 });
  693.             });
  694.         </script>
  695.     {% endblock %}""frontend/index.html.twig""/var/www/html/sanralsmme/templates/frontend/index.html.twig");
  696.     }
  697. }