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

templates/frontend/site-map.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2.     {% block title %}
  3.         {% set metaTitle = 'SANRAL eSDD - Sitemap' %}
  4.         {{ metaTitle }}
  5.     {% endblock %}
  6.     {% block meta_decription %}
  7.         {% set metaTitle = 'SANRAL eSDD - Sitemap' %}
  8.         {% set metaDescription = 'SANRAL eSDD - Sitemap' %}
  9.         <meta name="twitter:card" content="summary" />
  10.         <meta name="twitter:site" content="Sanral" />
  11.         <meta name="twitter:title" content="{{ metaTitle }}" />
  12.         <meta name="twitter:description" content="{{ metaDescription }}" />
  13. {#        <meta name="twitter:image" content="https://hugenouttunnel.nerdw.com/images/home/{{ home_data.ogImage }}" />#}
  14.         <meta name="twitter:url" content="{{ app.request.uri }}" />
  15. {#        <meta name="og:image" content="https://hugenouttunnel.nerdw.com/images/home/{{ home_data.ogImage }}" />#}
  16.         <meta name="og:title" content="{{ metaTitle }}" />
  17.         <meta name="og:description" content="{{ metaDescription }}" />
  18.         <meta name="og:url" content="{{ app.request.uri }}" />
  19.         <meta name="description" content="{{ metaDescription }}">
  20.     {% endblock %}
  21.     {% block stylesheets %}
  22.         {{ parent() }}
  23.     {% endblock %}
  24.     {% block layout %}
  25.         <div id="content-wrapper" class="container-fluid">
  26.             <div class="row no-gutters py-4">
  27.                 <div class="col-md-9 px-3">
  28.                     <div class="row">
  29.                         <div class="col-12 pb-3">
  30.                             <h1 class="display-4">
  31.                                 SITEMAP
  32.                             </h1>
  33.                             <br><br>
  34.                             <div class="row">
  35.                                 <div class="col-12 col-md-6">
  36.                                     <h2 class="wsp-pages-title">Pages</h2>
  37.                                     <ul class="wsp-pages-list">
  38.                                         <li class="page_item page-item-397">
  39.                                             <a href="{{ path('resources_page') }}">
  40.                                                 Do You Need Resources?
  41.                                             </a>
  42.                                         </li>
  43.                                         <li class="page_item page-item-362">
  44.                                             <a href="{{ path('content_page',{'title':'how-to-tender','id':1}) }}">
  45.                                                 How to tender
  46.                                             </a>
  47.                                         </li>
  48.                                         <li class="page_item page-item-360">
  49.                                             <a href="{{ path('content_page',{'title':'privacy-policy','id':3}) }}">
  50.                                                 Privacy Policy
  51.                                             </a>
  52.                                         </li>
  53.                                         <li class="page_item page-item-707">
  54.                                             <a href="{{ path('publications_page') }}">
  55.                                                 Publications
  56.                                             </a>
  57.                                         </li>
  58.                                         <li class="page_item page-item-683">
  59.                                             <a href="{{ path('resource_partner_page') }}">
  60.                                                 Resource Providers
  61.                                             </a>
  62.                                         </li>
  63.                                         <li class="page_item page-item-418 current_page_item">
  64.                                             <a href="{{ path('site_map_page') }}" aria-current="page">
  65.                                                 Sitemap
  66.                                             </a>
  67.                                         </li>
  68.                                         <li class="page_item page-item-677">
  69.                                             <a href="{{ path('suggestion_box_page') }}">
  70.                                                 Suggestion Box
  71.                                             </a>
  72.                                         </li>
  73.                                         <li class="page_item page-item-395">
  74.                                             <a href="{{ path('supplier_development_page') }}">
  75.                                                 Supplier Development Desk
  76.                                             </a>
  77.                                         </li>
  78.                                         <li class="page_item page-item-354">
  79.                                             <a href="{{ path('faq_page') }}">
  80.                                                 Tender &amp; General FAQ’s
  81.                                             </a>
  82.                                         </li>
  83.                                         <li class="page_item page-item-357">
  84.                                             <a href="{{ path('content_page',{'title':'terms-and-conditions','id':2}) }}">
  85.                                                 Terms &amp; Conditions
  86.                                             </a>
  87.                                         </li>
  88.                                         <li class="page_item page-item-739">
  89.                                             <a href="{{ path('blog_page') }}">
  90.                                                 Transformation Blog
  91.                                             </a>
  92.                                         </li>
  93.                                         <li class="page_item page-item-700">
  94.                                             <a href="{{ path('events_page') }}">
  95.                                                 Transformation events
  96.                                             </a>
  97.                                         </li>
  98.                                     </ul>
  99.                                 </div>
  100.                                 <div class="col-12 col-md-6">
  101.                                     <h2 class="wsp-pages-title">Tenders</h2>
  102.                                     <ul class="wsp-pages-list">
  103.                                         {% for tender in tenders %}
  104.                                             <li class="page_item page-item-700">
  105.                                                 <a href="{{ path('tenders_page',{'id': tender.id}) }}">
  106.                                                     {{ tender.projectNumber }}
  107.                                                 </a>
  108.                                             </li>
  109.                                         {% endfor %}
  110.                                     </ul>
  111.                                 </div>
  112.                             </div>
  113.                         </div>
  114.                     </div>
  115.                 </div>
  116.                 <div class="col-md-3">
  117.                     {{ render(controller(
  118.                         'App\\Controller\\CarouselController::getCarousel',
  119.                         {
  120.                             'page': 'content'
  121.                         }
  122.                     )) }}
  123.                 </div>
  124.             </div>
  125.         </div>
  126.     {% endblock %}