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/76/76dfff3518fa12eec3a3c556201bc2a6be46a96f2a83cb1cb74a96e3b3e37e35.php line 169

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/site-map.html.twig */
  14. class __TwigTemplate_d967e948adb8d3bc1f8ee20dacc00546ef238a791233ab37dab329803fa498c3 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.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "base.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/site-map.html.twig"));
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""frontend/site-map.html.twig"));
  41.         $this->parent $this->loadTemplate("base.html.twig""frontend/site-map.html.twig"1);
  42.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  45.         
  46.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  47.     }
  48.     // line 2
  49.     public function block_title($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  56.         // line 3
  57.         echo "        ";
  58.         $context["metaTitle"] = "SANRAL eSDD - Sitemap";
  59.         // line 4
  60.         echo "        ";
  61.         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);
  62.         echo "
  63.     ";
  64.         
  65.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  66.         
  67.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  68.     }
  69.     // line 6
  70.     public function block_meta_decription($context, array $blocks = [])
  71.     {
  72.         $macros $this->macros;
  73.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  74.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_decription"));
  75.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  76.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_decription"));
  77.         // line 7
  78.         echo "        ";
  79.         $context["metaTitle"] = "SANRAL eSDD - Sitemap";
  80.         // line 8
  81.         echo "        ";
  82.         $context["metaDescription"] = "SANRAL eSDD - Sitemap";
  83.         // line 9
  84.         echo "        <meta name=\"twitter:card\" content=\"summary\" />
  85.         <meta name=\"twitter:site\" content=\"Sanral\" />
  86.         <meta name=\"twitter:title\" content=\"";
  87.         // line 11
  88.         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);
  89.         echo "\" />
  90.         <meta name=\"twitter:description\" content=\"";
  91.         // line 12
  92.         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);
  93.         echo "\" />
  94. ";
  95.         // line 14
  96.         echo "        <meta name=\"twitter:url\" content=\"";
  97.         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);
  98.         echo "\" />
  99. ";
  100.         // line 17
  101.         echo "        <meta name=\"og:title\" content=\"";
  102.         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);
  103.         echo "\" />
  104.         <meta name=\"og:description\" content=\"";
  105.         // line 18
  106.         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);
  107.         echo "\" />
  108.         <meta name=\"og:url\" content=\"";
  109.         // line 19
  110.         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);
  111.         echo "\" />
  112.         <meta name=\"description\" content=\"";
  113.         // line 20
  114.         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);
  115.         echo "\">
  116.     ";
  117.         
  118.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  119.         
  120.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  121.     }
  122.     // line 22
  123.     public function block_stylesheets($context, array $blocks = [])
  124.     {
  125.         $macros $this->macros;
  126.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  127.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  128.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  129.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  130.         // line 23
  131.         echo "        ";
  132.         $this->displayParentBlock("stylesheets"$context$blocks);
  133.         echo "
  134.     ";
  135.         
  136.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  137.         
  138.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  139.     }
  140.     // line 26
  141.     public function block_layout($context, array $blocks = [])
  142.     {
  143.         $macros $this->macros;
  144.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  145.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout"));
  146.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  147.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""layout"));
  148.         // line 27
  149.         echo "        <div id=\"content-wrapper\" class=\"container-fluid\">
  150.             <div class=\"row no-gutters py-4\">
  151.                 <div class=\"col-md-9 px-3\">
  152.                     <div class=\"row\">
  153.                         <div class=\"col-12 pb-3\">
  154.                             <h1 class=\"display-4\">
  155.                                 SITEMAP
  156.                             </h1>
  157.                             <br><br>
  158.                             <div class=\"row\">
  159.                                 <div class=\"col-12 col-md-6\">
  160.                                     <h2 class=\"wsp-pages-title\">Pages</h2>
  161.                                     <ul class=\"wsp-pages-list\">
  162.                                         <li class=\"page_item page-item-397\">
  163.                                             <a href=\"";
  164.         // line 41
  165.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("resources_page");
  166.         echo "\">
  167.                                                 Do You Need Resources?
  168.                                             </a>
  169.                                         </li>
  170.                                         <li class=\"page_item page-item-362\">
  171.                                             <a href=\"";
  172.         // line 46
  173.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("content_page", ["title" => "how-to-tender""id" => 1]), "html"nulltrue);
  174.         echo "\">
  175.                                                 How to tender
  176.                                             </a>
  177.                                         </li>
  178.                                         <li class=\"page_item page-item-360\">
  179.                                             <a href=\"";
  180.         // line 51
  181.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("content_page", ["title" => "privacy-policy""id" => 3]), "html"nulltrue);
  182.         echo "\">
  183.                                                 Privacy Policy
  184.                                             </a>
  185.                                         </li>
  186.                                         <li class=\"page_item page-item-707\">
  187.                                             <a href=\"";
  188.         // line 56
  189.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("publications_page");
  190.         echo "\">
  191.                                                 Publications
  192.                                             </a>
  193.                                         </li>
  194.                                         <li class=\"page_item page-item-683\">
  195.                                             <a href=\"";
  196.         // line 61
  197.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("resource_partner_page");
  198.         echo "\">
  199.                                                 Resource Providers
  200.                                             </a>
  201.                                         </li>
  202.                                         <li class=\"page_item page-item-418 current_page_item\">
  203.                                             <a href=\"";
  204.         // line 66
  205.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("site_map_page");
  206.         echo "\" aria-current=\"page\">
  207.                                                 Sitemap
  208.                                             </a>
  209.                                         </li>
  210.                                         <li class=\"page_item page-item-677\">
  211.                                             <a href=\"";
  212.         // line 71
  213.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("suggestion_box_page");
  214.         echo "\">
  215.                                                 Suggestion Box
  216.                                             </a>
  217.                                         </li>
  218.                                         <li class=\"page_item page-item-395\">
  219.                                             <a href=\"";
  220.         // line 76
  221.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("supplier_development_page");
  222.         echo "\">
  223.                                                 Supplier Development Desk
  224.                                             </a>
  225.                                         </li>
  226.                                         <li class=\"page_item page-item-354\">
  227.                                             <a href=\"";
  228.         // line 81
  229.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("faq_page");
  230.         echo "\">
  231.                                                 Tender &amp; General FAQ’s
  232.                                             </a>
  233.                                         </li>
  234.                                         <li class=\"page_item page-item-357\">
  235.                                             <a href=\"";
  236.         // line 86
  237.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("content_page", ["title" => "terms-and-conditions""id" => 2]), "html"nulltrue);
  238.         echo "\">
  239.                                                 Terms &amp; Conditions
  240.                                             </a>
  241.                                         </li>
  242.                                         <li class=\"page_item page-item-739\">
  243.                                             <a href=\"";
  244.         // line 91
  245.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("blog_page");
  246.         echo "\">
  247.                                                 Transformation Blog
  248.                                             </a>
  249.                                         </li>
  250.                                         <li class=\"page_item page-item-700\">
  251.                                             <a href=\"";
  252.         // line 96
  253.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("events_page");
  254.         echo "\">
  255.                                                 Transformation events
  256.                                             </a>
  257.                                         </li>
  258.                                     </ul>
  259.                                 </div>
  260.                                 <div class=\"col-12 col-md-6\">
  261.                                     <h2 class=\"wsp-pages-title\">Tenders</h2>
  262.                                     <ul class=\"wsp-pages-list\">
  263.                                         ";
  264.         // line 105
  265.         $context['_parent'] = $context;
  266.         $context['_seq'] = twig_ensure_traversable((isset($context["tenders"]) || array_key_exists("tenders"$context) ? $context["tenders"] : (function () { throw new RuntimeError('Variable "tenders" does not exist.'105$this->source); })()));
  267.         foreach ($context['_seq'] as $context["_key"] => $context["tender"]) {
  268.             // line 106
  269.             echo "                                            <li class=\"page_item page-item-700\">
  270.                                                 <a href=\"";
  271.             // line 107
  272.             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["tender"], "id", [], "any"falsefalsefalse107)]), "html"nulltrue);
  273.             echo "\">
  274.                                                     ";
  275.             // line 108
  276.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["tender"], "projectNumber", [], "any"falsefalsefalse108), "html"nulltrue);
  277.             echo "
  278.                                                 </a>
  279.                                             </li>
  280.                                         ";
  281.         }
  282.         $_parent $context['_parent'];
  283.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['tender'], $context['_parent'], $context['loop']);
  284.         $context array_intersect_key($context$_parent) + $_parent;
  285.         // line 112
  286.         echo "                                    </ul>
  287.                                 </div>
  288.                             </div>
  289.                         </div>
  290.                     </div>
  291.                 </div>
  292.                 <div class=\"col-md-3\">
  293.                     ";
  294.         // line 119
  295.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\CarouselController::getCarousel", ["page" => "content"]));
  296.         // line 124
  297.         echo "
  298.                 </div>
  299.             </div>
  300.         </div>
  301.     ";
  302.         
  303.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  304.         
  305.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  306.     }
  307.     public function getTemplateName()
  308.     {
  309.         return "frontend/site-map.html.twig";
  310.     }
  311.     public function isTraitable()
  312.     {
  313.         return false;
  314.     }
  315.     public function getDebugInfo()
  316.     {
  317.         return array (  327 => 124,  325 => 119,  316 => 112,  306 => 108,  302 => 107,  299 => 106,  295 => 105,  283 => 96,  275 => 91,  267 => 86,  259 => 81,  251 => 76,  243 => 71,  235 => 66,  227 => 61,  219 => 56,  211 => 51,  203 => 46,  195 => 41,  179 => 27,  169 => 26,  156 => 23,  146 => 22,  134 => 20,  130 => 19,  126 => 18,  121 => 17,  115 => 14,  111 => 12,  107 => 11,  103 => 9,  100 => 8,  97 => 7,  87 => 6,  74 => 4,  71 => 3,  61 => 2,  38 => 1,);
  318.     }
  319.     public function getSourceContext()
  320.     {
  321.         return new Source("{% extends 'base.html.twig' %}
  322.     {% block title %}
  323.         {% set metaTitle = 'SANRAL eSDD - Sitemap' %}
  324.         {{ metaTitle }}
  325.     {% endblock %}
  326.     {% block meta_decription %}
  327.         {% set metaTitle = 'SANRAL eSDD - Sitemap' %}
  328.         {% set metaDescription = 'SANRAL eSDD - Sitemap' %}
  329.         <meta name=\"twitter:card\" content=\"summary\" />
  330.         <meta name=\"twitter:site\" content=\"Sanral\" />
  331.         <meta name=\"twitter:title\" content=\"{{ metaTitle }}\" />
  332.         <meta name=\"twitter:description\" content=\"{{ metaDescription }}\" />
  333. {#        <meta name=\"twitter:image\" content=\"https://hugenouttunnel.nerdw.com/images/home/{{ home_data.ogImage }}\" />#}
  334.         <meta name=\"twitter:url\" content=\"{{ app.request.uri }}\" />
  335. {#        <meta name=\"og:image\" content=\"https://hugenouttunnel.nerdw.com/images/home/{{ home_data.ogImage }}\" />#}
  336.         <meta name=\"og:title\" content=\"{{ metaTitle }}\" />
  337.         <meta name=\"og:description\" content=\"{{ metaDescription }}\" />
  338.         <meta name=\"og:url\" content=\"{{ app.request.uri }}\" />
  339.         <meta name=\"description\" content=\"{{ metaDescription }}\">
  340.     {% endblock %}
  341.     {% block stylesheets %}
  342.         {{ parent() }}
  343.     {% endblock %}
  344.     {% block layout %}
  345.         <div id=\"content-wrapper\" class=\"container-fluid\">
  346.             <div class=\"row no-gutters py-4\">
  347.                 <div class=\"col-md-9 px-3\">
  348.                     <div class=\"row\">
  349.                         <div class=\"col-12 pb-3\">
  350.                             <h1 class=\"display-4\">
  351.                                 SITEMAP
  352.                             </h1>
  353.                             <br><br>
  354.                             <div class=\"row\">
  355.                                 <div class=\"col-12 col-md-6\">
  356.                                     <h2 class=\"wsp-pages-title\">Pages</h2>
  357.                                     <ul class=\"wsp-pages-list\">
  358.                                         <li class=\"page_item page-item-397\">
  359.                                             <a href=\"{{ path('resources_page') }}\">
  360.                                                 Do You Need Resources?
  361.                                             </a>
  362.                                         </li>
  363.                                         <li class=\"page_item page-item-362\">
  364.                                             <a href=\"{{ path('content_page',{'title':'how-to-tender','id':1}) }}\">
  365.                                                 How to tender
  366.                                             </a>
  367.                                         </li>
  368.                                         <li class=\"page_item page-item-360\">
  369.                                             <a href=\"{{ path('content_page',{'title':'privacy-policy','id':3}) }}\">
  370.                                                 Privacy Policy
  371.                                             </a>
  372.                                         </li>
  373.                                         <li class=\"page_item page-item-707\">
  374.                                             <a href=\"{{ path('publications_page') }}\">
  375.                                                 Publications
  376.                                             </a>
  377.                                         </li>
  378.                                         <li class=\"page_item page-item-683\">
  379.                                             <a href=\"{{ path('resource_partner_page') }}\">
  380.                                                 Resource Providers
  381.                                             </a>
  382.                                         </li>
  383.                                         <li class=\"page_item page-item-418 current_page_item\">
  384.                                             <a href=\"{{ path('site_map_page') }}\" aria-current=\"page\">
  385.                                                 Sitemap
  386.                                             </a>
  387.                                         </li>
  388.                                         <li class=\"page_item page-item-677\">
  389.                                             <a href=\"{{ path('suggestion_box_page') }}\">
  390.                                                 Suggestion Box
  391.                                             </a>
  392.                                         </li>
  393.                                         <li class=\"page_item page-item-395\">
  394.                                             <a href=\"{{ path('supplier_development_page') }}\">
  395.                                                 Supplier Development Desk
  396.                                             </a>
  397.                                         </li>
  398.                                         <li class=\"page_item page-item-354\">
  399.                                             <a href=\"{{ path('faq_page') }}\">
  400.                                                 Tender &amp; General FAQ’s
  401.                                             </a>
  402.                                         </li>
  403.                                         <li class=\"page_item page-item-357\">
  404.                                             <a href=\"{{ path('content_page',{'title':'terms-and-conditions','id':2}) }}\">
  405.                                                 Terms &amp; Conditions
  406.                                             </a>
  407.                                         </li>
  408.                                         <li class=\"page_item page-item-739\">
  409.                                             <a href=\"{{ path('blog_page') }}\">
  410.                                                 Transformation Blog
  411.                                             </a>
  412.                                         </li>
  413.                                         <li class=\"page_item page-item-700\">
  414.                                             <a href=\"{{ path('events_page') }}\">
  415.                                                 Transformation events
  416.                                             </a>
  417.                                         </li>
  418.                                     </ul>
  419.                                 </div>
  420.                                 <div class=\"col-12 col-md-6\">
  421.                                     <h2 class=\"wsp-pages-title\">Tenders</h2>
  422.                                     <ul class=\"wsp-pages-list\">
  423.                                         {% for tender in tenders %}
  424.                                             <li class=\"page_item page-item-700\">
  425.                                                 <a href=\"{{ path('tenders_page',{'id': tender.id}) }}\">
  426.                                                     {{ tender.projectNumber }}
  427.                                                 </a>
  428.                                             </li>
  429.                                         {% endfor %}
  430.                                     </ul>
  431.                                 </div>
  432.                             </div>
  433.                         </div>
  434.                     </div>
  435.                 </div>
  436.                 <div class=\"col-md-3\">
  437.                     {{ render(controller(
  438.                         'App\\\\Controller\\\\CarouselController::getCarousel',
  439.                         {
  440.                             'page': 'content'
  441.                         }
  442.                     )) }}
  443.                 </div>
  444.             </div>
  445.         </div>
  446.     {% endblock %}""frontend/site-map.html.twig""/var/www/html/sanralsmme/templates/frontend/site-map.html.twig");
  447.     }
  448. }