{php $utils = Wruczek\TSWebsite\Utils\Utils::class; $tplutils = Wruczek\TSWebsite\Utils\TemplateUtils::i(); $auth = Wruczek\TSWebsite\Auth::class; $userlangcode = $userLanguage->getLanguageCode(); $navActiveIndex = isset($navActiveIndex) ? (int) $navActiveIndex : 0; } {$title} | {$config["website_title"]} {$tplutils::includeStylesheet("{cdnjs}/twitter-bootstrap/4.6.0/css/bootstrap.min.css", "sha256-T/zFmO5s/0aSwc6ics2KLxlfbewyRz6UNw1s3Ppf5gE=")} {$tplutils::includeStylesheet("{cdnjs}/font-awesome/5.15.2/css/all.min.css", "sha256-0fuNgzfNIlaClbDtmYyFxY8LTNCDrwsNshywr4AALy0=")} {$tplutils::includeStylesheet("{cdnjs}/datatables/1.10.21/css/dataTables.bootstrap4.min.css", "sha256-ugpqzk9NhK3S2sVpMgSrIin1AzsJMlqUIMOCXyzPaL8=")} {$tplutils::includeStylesheet("css/flags/famfamfam-flags.min.css", true)} {$tplutils::includeStylesheet("css/style.css", true)} {$tplutils::includeStylesheet("css/loader.css", true)} {$tplutils::includeStylesheet("css/cookiealert.css", true)} {$tplutils::includeStylesheet("css/themes/dark.css", true)} {if __DEV_MODE} {$tplutils::includeStylesheet("css/dev.css", true)} {/if} {if !$auth::isLoggedIn()} {include "utils/modal-login.latte"} {/if}
{ifset $oldestTimestamp} {include "utils/data-problem.latte", message => ("OUTDATED_DATA"|translate,($oldestTimestamp|fuzzyDateAbbr))} {/ifset} {if $tsExceptions} {include "utils/data-problem.latte", message => "We are having trouble communicating with the server. Some parts of the website might not be working as expected."} {/if}
{block content}{/block}
{include "sidebar.latte"}
{include "utils/cookiealert.latte"} {$tplutils::includeScript("{cdnjs}/jquery/3.5.1/jquery.min.js", "sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=")} {$tplutils::includeScript("{cdnjs}/twitter-bootstrap/4.6.0/js/bootstrap.bundle.min.js", "sha256-sCElQ8xaSgoxwbWp0eiXMmGZIRa0z94+ffzzO06BqXs=")} {$tplutils::includeScript("{cdnjs}/js-cookie/2.2.1/js.cookie.min.js", "sha256-oE03O+I6Pzff4fiMqwEGHbdfcW7a3GRRxlL+U49L5sA=")} {$tplutils::includeScript("{cdnjs}/dayjs/1.10.4/dayjs.min.js", "sha256-NTsR4SOm3YHfJrmrmvBtEYqfQ6jQ5yvEKMhgQe3DIl0=")} {$tplutils::includeScript("{cdnjs}/dayjs/1.10.4/plugin/localizedFormat.min.js", "sha256-lT2SyoTnTiTm9q25nSMjZFGoltUUrKgr1KEI8lIUszE=")} {$tplutils::includeScript("{cdnjs}/dayjs/1.10.4/plugin/relativeTime.min.js", "sha256-Cto+wNkJbN1edfnamCQc/qvvQ5OUDOBzibYzJrJ8ElQ=")} {var $dayjslang = __get("DAYJS_LANG", [], true)} {if $dayjslang !== null && $dayjslang !== "en"} {$tplutils::includeScript("{cdnjs}/dayjs/1.10.4/locale/$dayjslang.js")} {/if} {$tplutils::includeScript("{cdnjs}/datatables/1.10.21/js/jquery.dataTables.min.js", "sha256-/7zo27Ll/hVKhCsE+y8m2SS5bhFPEQFheTCL87HuumA=")} {$tplutils::includeScript("{cdnjs}/datatables/1.10.21/js/dataTables.bootstrap4.min.js", "sha256-1bbr2U4VkmmTxaxcHlFp9rgBhLrwQTP2rl8/jlivGb0=")} {$tplutils::includeScript("{cdnjs}/datatables-responsive/2.2.7/dataTables.responsive.min.js", "sha256-lNhDn9rWCvb7iB+apRL+bi4SsUrHKLopvY8lE5nscyI=")} {$tplutils::includeScript("js/script.js", true)} {$tplutils::includeScript("js/status.js", true)} {$tplutils::includeScript("js/login.js", true)} {block footerbottom}{/block}