Deprecated: Symfony\Component\Translation\t(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/translation/Resources/functions.php on line 18

Deprecated: Symfony\Component\Dotenv\Dotenv::loadEnv(): Implicitly marking parameter $envKey as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/dotenv/Dotenv.php on line 110

Deprecated: Symfony\Component\Runtime\GenericRuntime::getResolver(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/runtime/GenericRuntime.php on line 89

Deprecated: Symfony\Component\Runtime\RuntimeInterface::getResolver(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/runtime/RuntimeInterface.php on line 26

Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $argv as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/ArgvInput.php on line 46

Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/ArgvInput.php on line 46

Deprecated: Symfony\Component\Console\Input\Input::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/Input.php on line 36

Deprecated: Constant E_STRICT is deprecated in /var/www/html/t/taurushr/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /var/www/html/t/taurushr/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

templates/themes/theme/common/consent.html.twig line 1

Open in your IDE?
  1. <div id="cookies-footer">
  2.   <div id="cookies-bar" style="display: none;">
  3.       <div class="mb-2">
  4.         <p>
  5.           <strong>{{ sitename }} processes data to provide:</strong><br>
  6.           An enhanced website experience, geolocation and search activity data
  7.           for marketing purposes, personalised ads and content, ad and content
  8.           measurement, audience insights and product development. To facilitate
  9.           this, we actively scan device characteristics for identification and
  10.           store and/or access information on a device. For more information,
  11.           please refer to our <a href="/cookie-policy">cookie policy</a> or
  12.           contact
  13.           <a href="mailto:{{ email_primary }}" target="_blank">
  14.             {{- email_primary -}}
  15.           </a>
  16.         </p>
  17.       </div>
  18.       <div id="cookies-bar--buttons" class="flex flex-col pt-4 gap-4 lg:flex-row">
  19.         <button
  20.           class="button"
  21.           id="cookies-bar--close--accept"
  22.         >
  23.           Accept All
  24.         </button>
  25.         <button
  26.           class="button button-white"
  27.           id="cookies-bar--close--reject"
  28.         >
  29.           Reject All
  30.         </button>
  31.       </div>
  32.   </div>
  33.   <div id="cookies-bar-tab">Privacy</div>
  34. </div>