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/_header.html.twig line 1

Open in your IDE?
  1. <div class="container-fluid">
  2.     <!--Navbar -->
  3.     <nav class="navbar navbar-expand-lg navbar-light bg-white" id="main_navbar">
  4.         <a class="navbar-brand" href="{{ path('homepage') }}">
  5.             <img src="{{ asset('images/logo.png') }}" alt="SANRAL">
  6.         </a>
  7.         <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
  8.                 aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
  9.             <span class="navbar-toggler-icon"></span>
  10.         </button>
  11.         <div class="collapse navbar-collapse" id="navbarSupportedContent">
  12.             <ul class="navbar-nav mr-auto font-weight-bold">
  13.                 <li class="nav-item active">
  14.                     <a class="nav-link nav-custom" href="{{ path('homepage') }}">
  15.                         <i class="fas fa-home"></i>
  16.                     </a>
  17.                 </li>
  18.                 <li class="nav-item dropdown">
  19.                     <a class="nav-link nav-custom dropdown-toggle main-site-nav text-uppercase" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
  20.                        aria-haspopup="true" aria-expanded="false">
  21.                         Tenders
  22.                     </a>
  23.                     <div class="dropdown-menu" aria-labelledby="navbarDropdown">
  24.                         <a class="dropdown-item main-site-nav text-uppercase" href="{{ path('tender_search_page',{'status':'advertised','status_id':1}) }}">
  25.                             Advertised
  26.                         </a>
  27.                         <a class="dropdown-item main-site-nav text-uppercase" href="{{ path('tender_search_page',{'status':'awarded','status_id':2}) }}">
  28.                             Awarded
  29.                         </a>
  30.                         <a class="dropdown-item main-site-nav text-uppercase" href="{{ path('tender_search_page',{'status':'cancelled','status_id':3}) }}">
  31.                             Cancelled
  32.                         </a>
  33.                         <a class="dropdown-item main-site-nav text-uppercase" href="{{ path('tender_search_page',{'status':'closed','status_id':4}) }}">
  34.                             Closed
  35.                         </a>
  36.                         <a class="dropdown-item main-site-nav text-uppercase" href="{{ path('tender_search_page',{'status':'archived','status_id':5}) }}">
  37.                             Archived
  38.                         </a>
  39.                          <a class="dropdown-item main-site-nav text-uppercase" href="{{ path('tender_recipient_search',{'status':'received','status_id':4}) }}">
  40.                             Received
  41.                         </a>
  42.                     </div>
  43.                 </li>
  44.                 <li class="nav-item">
  45.                     <a class="nav-link nav-custom main-site-nav text-uppercase" href="{{ path('how_to_tender') }}">
  46.                         How To Tender
  47.                     </a>
  48.                 </li>
  49.                 <li class="nav-item dropdown">
  50.                     <a class="nav-link nav-custom dropdown-toggle main-site-nav text-uppercase" href="tenders.html"
  51.                        id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true"
  52.                        aria-expanded="false">Transformation</a>
  53.                     <div class="dropdown-menu" aria-labelledby="navbarDropdown">
  54.                         <a class="dropdown-item main-site-nav text-uppercase" href="{{ path('blog_page') }}">
  55.                             Transformation Blog
  56.                         </a>
  57.                         <a class="dropdown-item main-site-nav text-uppercase" href="{{ path('events_page') }}">
  58.                             Transformation Events
  59.                         </a>
  60.                     </div>
  61.                 </li>
  62.                 <li class="nav-item">
  63.                     <a class="nav-link nav-custom main-site-nav text-uppercase" href="{{ path('publications_page') }}">Publications</a>
  64.                 </li>
  65.                 <li class="nav-item">
  66.                     <a class="nav-link nav-custom main-site-nav text-uppercase" href="{{ path('supplier_development_page') }}">Supplier Development Desk</a>
  67.                 </li>
  68.                 <li class="nav-item dropdown">
  69.                     <a class="nav-link nav-custom dropdown-toggle main-site-nav text-uppercase" href="tenders.html"
  70.                        id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true"
  71.                        aria-expanded="false">Do You Need Resources</a>
  72.                     <div class="dropdown-menu" aria-labelledby="navbarDropdown">
  73.                         <a class="dropdown-item main-site-nav text-uppercase" href="{{ path('resources_page') }}">Do You Need
  74.                             Resources</a>
  75.                         <a class="dropdown-item main-site-nav text-uppercase" href="{{ path('resource_partner_page') }}">
  76.                             Our Partners
  77.                         </a>
  78.                     </div>
  79.                 </li>
  80.             </ul>
  81.         </div>
  82.     </nav>
  83.     <!--/.Navbar -->
  84. </div>