{lang="cookies_about_header"}
{lang="cookies_standard"}
{lang="cookie_standard_desc"}
{lang="cookies_standard"}
{{foreach \IPS\Request::getEssentialCookies() as $cookie}}
{$prefix}{$cookie}
{lang="cookie_{$cookie}_description"}
{{endforeach}}
{{if \IPS\Request::i()->cookieConsentEnabled()}}
{lang='cookies_optional'}
{{$currentUrl = base64_encode((string) request.url());}}
{{$status = (int) !\IPS\Member::loggedIn()->optionalCookiesAllowed;}}
{{$allowed = $status ? "_off" : '_on' ;}}
{lang="cookies_optional_desc"}
{{endif}}
{{if \IPS\Member::loggedIn()->language()->checkKeyExists('cookie_3rdpartynotice_value') AND !empty( \IPS\Member::loggedIn()->language()->get('cookie_3rdpartynotice_value') )}}
{lang="cookies_third_party"}
{lang="cookie_3rdpartynotice_value"}
{{endif}}
{lang="cookies_change_header"}
{lang="cookies_change_text"}