<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
use Twig\TemplateWrapper;
/* base.html.twig */
class __TwigTemplate_78c7bcc45cdad715e398ca9027416add extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'canonical' => [$this, 'block_canonical'],
'title' => [$this, 'block_title'],
'description' => [$this, 'block_description'],
'og' => [$this, 'block_og'],
'stylesheets' => [$this, 'block_stylesheets'],
'theme' => [$this, 'block_theme'],
'customcss' => [$this, 'block_customcss'],
'body' => [$this, 'block_body'],
'map' => [$this, 'block_map'],
'address' => [$this, 'block_address'],
'footer' => [$this, 'block_footer'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
// line 2
yield "<!DOCTYPE html>
<html lang=\"cs\">
<head>
<meta charset=\"utf-8\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
";
// line 7
if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, (isset($context["pageinfo"]) || array_key_exists("pageinfo", $context) ? $context["pageinfo"] : (function () { throw new RuntimeError('Variable "pageinfo" does not exist.', 7, $this->source); })()), "isIpad", [], "any", false, false, false, 7)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 8
yield " <meta name=\"viewport\" content=\"width=device-width, initial-scale=0.9, minimum-scale=0.8, maximum-scale=1.0, user-scalable=no\">
";
} else {
// line 10
yield " <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no\">
";
}
// line 13
yield " <meta name=\"robots\" content=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["pageinfo"]) || array_key_exists("pageinfo", $context) ? $context["pageinfo"] : (function () { throw new RuntimeError('Variable "pageinfo" does not exist.', 13, $this->source); })()), "getRobots", [], "any", false, false, false, 13), "html", null, true);
yield "\">";
yield from $this->unwrap()->yieldBlock('canonical', $context, $blocks);
// line 14
yield " <meta name=\"theme-color\" content=\"#333\">
<title>";
// line 15
yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
yield "</title>
";
// line 16
yield from $this->unwrap()->yieldBlock('description', $context, $blocks);
// line 19
yield " <meta name=\"msvalidate.01\" content=\"E9824D80CF12AA7A2C17825F3339CE4C\" />
";
// line 20
yield from $this->unwrap()->yieldBlock('og', $context, $blocks);
// line 27
yield "<link rel=\"shortcut icon\" href=\"/favicon.ico\">
<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"/assets/custom/favicons/apple-touch-icon.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/assets/custom/favicons/favicon-32x32.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/assets/custom/favicons/favicon-16x16.png\">
<link rel=\"manifest\" href=\"/assets/custom/favicons/manifest.json\">
<link rel=\"mask-icon\" href=\"/assets/custom/favicons/safari-pinned-tab.svg\" color=\"#5bbad5\">
";
// line 33
yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks);
// line 42
yield " ";
yield from $this->unwrap()->yieldBlock('theme', $context, $blocks);
// line 43
yield "
";
// line 44
yield from $this->unwrap()->yieldBlock('customcss', $context, $blocks);
// line 45
yield "
<!--[if lt IE 9]>
<script src=\"/assets/js/html5shiv.min.js\"></script>
<script src=\"/assets/js/respond.min.js\"></script>
<![endif]-->
</head>
<body>
<div id=\"ms-preload\" class=\"ms-preload\">
<div id=\"status\">
<div class=\"spinner\">
<div class=\"dot1\"></div>
<div class=\"dot2\"></div>
</div>
</div>
</div>
<div class=\"ms-site-container-wrongres\">
<img src=\"/assets/custom/img/logo_kas.png\">
<h2>NEPODPOROVANÉ ROZLIŠENÍ</h2>
<p>zvětšete okno webového prohlížeče <i class=\"fa fa-arrows-alt\" aria-hidden=\"true\"></i>, zkuste otočit tablet na šířku nebo použijte mobilní telefon <i class=\"fa fa-mobile\" aria-hidden=\"true\"></i></p>
</div>
<div class=\"ms-site-container\">
";
// line 66
yield from $this->load("partials/header.html.twig", 66)->unwrap()->yield($context);
// line 67
yield " ";
yield from $this->load("partials/navbar.html.twig", 67)->unwrap()->yield($context);
// line 68
yield " ";
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 69
yield " <aside class=\"ms-footbar\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-lg-4 ms-footer-col\">
";
// line 73
if ((Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, (isset($context["pageinfo"]) || array_key_exists("pageinfo", $context) ? $context["pageinfo"] : (function () { throw new RuntimeError('Variable "pageinfo" does not exist.', 73, $this->source); })()), "footbarLinks", [], "any", false, false, false, 73)) > 0)) {
// line 74
yield " <div class=\"ms-footbar-block mb-4\">
<h3 class=\"ms-footbar-title\">Vše důležité</h3>
<ul class=\"list-unstyled ms-icon-list three_cols\">
";
// line 77
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, (isset($context["pageinfo"]) || array_key_exists("pageinfo", $context) ? $context["pageinfo"] : (function () { throw new RuntimeError('Variable "pageinfo" does not exist.', 77, $this->source); })()), "footbarLinks", [], "any", false, false, false, 77));
foreach ($context['_seq'] as $context["_key"] => $context["link"]) {
// line 78
yield " ";
// line 79
yield " ";
if ((CoreExtension::getAttribute($this->env, $this->source, $context["link"], "title", [], "any", false, false, false, 79) == "Veřejné zakázky")) {
// line 80
yield " <li><a href=\"https://zakazky.chomutov-mesto.cz/profile_display_252.html\" target=\"_blank\"><i class=\"zmdi ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["link"], "icon", [], "any", false, false, false, 80), "html", null, true);
yield "\"></i> ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["link"], "title", [], "any", false, false, false, 80), "html", null, true);
yield "</a></li>
";
} else {
// line 82
yield " <li><a href=\"/";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["link"], "link", [], "any", false, false, false, 82), "html", null, true);
yield "\"><i class=\"zmdi ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["link"], "icon", [], "any", false, false, false, 82), "html", null, true);
yield "\"></i> ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["link"], "title", [], "any", false, false, false, 82), "html", null, true);
yield "</a></li>
";
}
// line 84
yield " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['link'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 85
yield " </ul>
</div>
";
}
// line 88
yield " <div class=\"row\">
<div class=\"ms-footer-col-logo\">
<img src=\"/assets/custom/img/logo_chomutov.png\" class=\"ms-footer-logo\" >
</div>
<div class=\"ms-footer-col-logo\">
<img src=\"/assets/custom/img/hosp_komora.png\" class=\"ms-footer-logo\" >
</div>
</div>
</div>
<div class=\"col-lg-5 col-md-7\">
";
// line 98
yield from $this->unwrap()->yieldBlock('map', $context, $blocks);
// line 101
yield " </div>
<div class=\"col-lg-3 col-md-5 ms-footer-col ms-footer-text-right\">
<div class=\"ms-footbar-block\">
";
// line 104
yield from $this->unwrap()->yieldBlock('address', $context, $blocks);
// line 119
yield " </div>
</div>
</div>
</div>
</aside>
";
// line 124
yield from $this->unwrap()->yieldBlock('footer', $context, $blocks);
// line 127
yield "</div> <!-- ms-site-container -->
";
// line 128
yield from $this->load("partials/slidebar.html.twig", 128)->unwrap()->yield($context);
// line 129
yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
// line 145
yield "</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
yield from [];
}
// line 13
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_canonical(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "canonical"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "canonical"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 15
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_title(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
yield "KULTURA A SPORT CHOMUTOV s.r.o.";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 16
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_description(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "description"));
// line 17
yield " <meta name=\"description\" content=\"Společnost provozuje Městské divadlo, Aquasvět, kino Svět, letní kino, zimní stadion (Rocknet aréna) fotbalový a atletický stadion či sportovní halu v Chomutově. Nabízí širokou škálu divadelních představení, filmů, vodní zábavu a sportovní akce pro obyvatele a návštěvníky města.\">
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 20
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_og(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "og"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "og"));
// line 21
yield "<meta property=\"og:url\" content=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 21, $this->source); })()), "request", [], "any", false, false, false, 21), "server", [], "any", false, false, false, 21), "get", ["APP_URL"], "method", false, false, false, 21), "html", null, true);
yield "\" />
<meta property=\"og:type\" content=\"website\" />
<meta property=\"og:title\" content=\"KULTURA A SPORT CHOMUTOV s.r.o.\" />
<meta property=\"og:description\" content=\"Správa kulturních a sportovních objektů v Chomutově.\" />
<meta property=\"og:image\" content=\"";
// line 25
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 25, $this->source); })()), "request", [], "any", false, false, false, 25), "server", [], "any", false, false, false, 25), "get", ["APP_URL"], "method", false, false, false, 25), "html", null, true);
yield "/assets/custom/img/og.png\" />
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 33
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_stylesheets(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 34
yield "<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/icon?family=Material+Icons\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/plugins/revolution/revolution/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/plugins/revolution/revolution/css/settings.css\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/plugins/revolution/revolution/css/layers.css\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/plugins/revolution/revolution/css/navigation.css\">
<link rel=\"stylesheet\" href=\"/assets/css/preload.min.css\">
<link rel=\"stylesheet\" href=\"/assets/css/plugins.min.css\">
<link rel=\"stylesheet\" href=\"/assets/custom/js/toastr/toastr.min.css\">";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 42
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_theme(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "theme"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "theme"));
yield "<link rel=\"stylesheet\" href=\"/assets/css/style.red-custom.min.css\">";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 44
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_customcss(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "customcss"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "customcss"));
yield "<link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/custom/css/custom.min.";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 44, $this->source); })()), "request", [], "any", false, false, false, 44), "server", [], "any", false, false, false, 44), "get", ["APP_PREVCACHE"], "method", false, false, false, 44), "html", null, true);
yield ".css\" >";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 68
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_body(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 98
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_map(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "map"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "map"));
// line 99
yield " <iframe style=\"width: 100%; height: 300px\" id=\"id-gmap-embed\" src=\"https://maps.google.com/maps?q=Bo%C5%BEeny%20N%C4%9Bmcov%C3%A9%20552/32,%20430%2001,%20Chomutov&t=&z=13&ie=UTF8&iwloc=&output=embed\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"></iframe>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 104
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_address(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "address"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "address"));
// line 105
yield " <h3 class=\"ms-footbar-title mb-2 ms-footer-text\">Sídlo společnosti</h3>
<div class=\"ms-footbar-title\" style=\"display: none\">
<img src=\"/assets/custom/img/kascv_logo_white_50_notext.png\">
<h3 class=\"no-m ms-site-title\"><span>KULTURA</span>A<span>SPORT</span>CHOMUTOV</h3>
</div>
<address class=\"no-mb\">
<p>KULTURA A SPORT CHOMUTOV s.r.o.</p>
<p><i class=\"color-danger-light zmdi zmdi-pin mr-1\"></i> Boženy Němcové 552/32</p>
<p><i class=\"color-warning-light zmdi zmdi-map mr-1\"></i> Chomutov 430 01</p>
<p><i class=\"color-info-light zmdi zmdi-info mr-1\"></i> IČ: 47308095</p>
<p><i class=\"color-success-light fa fa-info-circle mr-1\"></i>DIČ: CZ47308095</p>
<p><i class=\"color-danger-light zmdi zmdi-phone mr-1\"></i> <a href=\"/kontakty\">Kontakty</a></p>
</address>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 124
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_footer(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
// line 125
yield " ";
yield from $this->load("partials/footer.html.twig", 125)->unwrap()->yield($context);
// line 126
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 129
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_javascripts(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 130
yield " <script src=\"/assets/js/plugins.min.js\"></script>
<script src=\"/assets/js/app.min.js\"></script>
<script src=\"/assets/custom/js/js.min.";
// line 132
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 132, $this->source); })()), "request", [], "any", false, false, false, 132), "server", [], "any", false, false, false, 132), "get", ["APP_PREVCACHE"], "method", false, false, false, 132), "html", null, true);
yield ".js\"></script>
<script src=\"/assets/custom/js/toastr/toastr.min.js\"></script>
";
// line 134
if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, (isset($context["pageinfo"]) || array_key_exists("pageinfo", $context) ? $context["pageinfo"] : (function () { throw new RuntimeError('Variable "pageinfo" does not exist.', 134, $this->source); })()), "isMobile", [], "method", false, false, false, 134)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 135
yield " <script src=\"/assets/custom/js/toastr/toastr-mobile-init.js\"></script>
";
} else {
// line 137
yield " <script src=\"/assets/custom/js/toastr/toastr-init.js\"></script>
";
}
// line 139
yield " <script>
\$( document ).ready(function() {
});
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "base.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 573 => 139, 569 => 137, 565 => 135, 563 => 134, 558 => 132, 554 => 130, 541 => 129, 530 => 126, 527 => 125, 514 => 124, 490 => 105, 477 => 104, 465 => 99, 452 => 98, 430 => 68, 405 => 44, 382 => 42, 364 => 34, 351 => 33, 338 => 25, 330 => 21, 317 => 20, 305 => 17, 292 => 16, 269 => 15, 247 => 13, 234 => 145, 232 => 129, 230 => 128, 227 => 127, 225 => 124, 218 => 119, 216 => 104, 211 => 101, 209 => 98, 197 => 88, 192 => 85, 186 => 84, 176 => 82, 168 => 80, 165 => 79, 163 => 78, 159 => 77, 154 => 74, 152 => 73, 146 => 69, 143 => 68, 140 => 67, 138 => 66, 115 => 45, 113 => 44, 110 => 43, 107 => 42, 105 => 33, 97 => 27, 95 => 20, 92 => 19, 90 => 16, 86 => 15, 83 => 14, 78 => 13, 73 => 10, 69 => 8, 67 => 7, 60 => 2,);
}
public function getSourceContext(): Source
{
return new Source("{# @var pageinfo \\App\\Controller\\PageInfo #}
<!DOCTYPE html>
<html lang=\"cs\">
<head>
<meta charset=\"utf-8\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
{% if pageinfo.isIpad %}
<meta name=\"viewport\" content=\"width=device-width, initial-scale=0.9, minimum-scale=0.8, maximum-scale=1.0, user-scalable=no\">
{% else %}
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no\">
{% endif %}
<meta name=\"robots\" content=\"{{ pageinfo.getRobots }}\">{% block canonical %}{% endblock %}
<meta name=\"theme-color\" content=\"#333\">
<title>{% block title %}KULTURA A SPORT CHOMUTOV s.r.o.{% endblock %}</title>
{% block description %}
<meta name=\"description\" content=\"Společnost provozuje Městské divadlo, Aquasvět, kino Svět, letní kino, zimní stadion (Rocknet aréna) fotbalový a atletický stadion či sportovní halu v Chomutově. Nabízí širokou škálu divadelních představení, filmů, vodní zábavu a sportovní akce pro obyvatele a návštěvníky města.\">
{% endblock %}
<meta name=\"msvalidate.01\" content=\"E9824D80CF12AA7A2C17825F3339CE4C\" />
{% block og %}
<meta property=\"og:url\" content=\"{{ app.request.server.get('APP_URL') }}\" />
<meta property=\"og:type\" content=\"website\" />
<meta property=\"og:title\" content=\"KULTURA A SPORT CHOMUTOV s.r.o.\" />
<meta property=\"og:description\" content=\"Správa kulturních a sportovních objektů v Chomutově.\" />
<meta property=\"og:image\" content=\"{{ app.request.server.get('APP_URL') }}/assets/custom/img/og.png\" />
{% endblock %}
<link rel=\"shortcut icon\" href=\"/favicon.ico\">
<link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"/assets/custom/favicons/apple-touch-icon.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/assets/custom/favicons/favicon-32x32.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/assets/custom/favicons/favicon-16x16.png\">
<link rel=\"manifest\" href=\"/assets/custom/favicons/manifest.json\">
<link rel=\"mask-icon\" href=\"/assets/custom/favicons/safari-pinned-tab.svg\" color=\"#5bbad5\">
{% block stylesheets %}
<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/icon?family=Material+Icons\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/plugins/revolution/revolution/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/plugins/revolution/revolution/css/settings.css\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/plugins/revolution/revolution/css/layers.css\">
<link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/plugins/revolution/revolution/css/navigation.css\">
<link rel=\"stylesheet\" href=\"/assets/css/preload.min.css\">
<link rel=\"stylesheet\" href=\"/assets/css/plugins.min.css\">
<link rel=\"stylesheet\" href=\"/assets/custom/js/toastr/toastr.min.css\">{% endblock %}
{% block theme %}<link rel=\"stylesheet\" href=\"/assets/css/style.red-custom.min.css\">{% endblock %}
{% block customcss %}<link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/custom/css/custom.min.{{ app.request.server.get('APP_PREVCACHE') }}.css\" >{% endblock %}
<!--[if lt IE 9]>
<script src=\"/assets/js/html5shiv.min.js\"></script>
<script src=\"/assets/js/respond.min.js\"></script>
<![endif]-->
</head>
<body>
<div id=\"ms-preload\" class=\"ms-preload\">
<div id=\"status\">
<div class=\"spinner\">
<div class=\"dot1\"></div>
<div class=\"dot2\"></div>
</div>
</div>
</div>
<div class=\"ms-site-container-wrongres\">
<img src=\"/assets/custom/img/logo_kas.png\">
<h2>NEPODPOROVANÉ ROZLIŠENÍ</h2>
<p>zvětšete okno webového prohlížeče <i class=\"fa fa-arrows-alt\" aria-hidden=\"true\"></i>, zkuste otočit tablet na šířku nebo použijte mobilní telefon <i class=\"fa fa-mobile\" aria-hidden=\"true\"></i></p>
</div>
<div class=\"ms-site-container\">
{% include 'partials/header.html.twig' %}
{% include 'partials/navbar.html.twig' %}
{% block body %}{% endblock %}
<aside class=\"ms-footbar\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-lg-4 ms-footer-col\">
{% if pageinfo.footbarLinks|length >0 %}
<div class=\"ms-footbar-block mb-4\">
<h3 class=\"ms-footbar-title\">Vše důležité</h3>
<ul class=\"list-unstyled ms-icon-list three_cols\">
{% for link in pageinfo.footbarLinks %}
{# @var link \\App\\Controller\\Objects\\Link #}
{% if link.title == 'Veřejné zakázky' %}
<li><a href=\"https://zakazky.chomutov-mesto.cz/profile_display_252.html\" target=\"_blank\"><i class=\"zmdi {{ link.icon }}\"></i> {{ link.title }}</a></li>
{% else %}
<li><a href=\"/{{ link.link }}\"><i class=\"zmdi {{ link.icon }}\"></i> {{ link.title }}</a></li>
{% endif %}
{% endfor %}
</ul>
</div>
{% endif %}
<div class=\"row\">
<div class=\"ms-footer-col-logo\">
<img src=\"/assets/custom/img/logo_chomutov.png\" class=\"ms-footer-logo\" >
</div>
<div class=\"ms-footer-col-logo\">
<img src=\"/assets/custom/img/hosp_komora.png\" class=\"ms-footer-logo\" >
</div>
</div>
</div>
<div class=\"col-lg-5 col-md-7\">
{% block map %}
<iframe style=\"width: 100%; height: 300px\" id=\"id-gmap-embed\" src=\"https://maps.google.com/maps?q=Bo%C5%BEeny%20N%C4%9Bmcov%C3%A9%20552/32,%20430%2001,%20Chomutov&t=&z=13&ie=UTF8&iwloc=&output=embed\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"></iframe>
{% endblock %}
</div>
<div class=\"col-lg-3 col-md-5 ms-footer-col ms-footer-text-right\">
<div class=\"ms-footbar-block\">
{% block address %}
<h3 class=\"ms-footbar-title mb-2 ms-footer-text\">Sídlo společnosti</h3>
<div class=\"ms-footbar-title\" style=\"display: none\">
<img src=\"/assets/custom/img/kascv_logo_white_50_notext.png\">
<h3 class=\"no-m ms-site-title\"><span>KULTURA</span>A<span>SPORT</span>CHOMUTOV</h3>
</div>
<address class=\"no-mb\">
<p>KULTURA A SPORT CHOMUTOV s.r.o.</p>
<p><i class=\"color-danger-light zmdi zmdi-pin mr-1\"></i> Boženy Němcové 552/32</p>
<p><i class=\"color-warning-light zmdi zmdi-map mr-1\"></i> Chomutov 430 01</p>
<p><i class=\"color-info-light zmdi zmdi-info mr-1\"></i> IČ: 47308095</p>
<p><i class=\"color-success-light fa fa-info-circle mr-1\"></i>DIČ: CZ47308095</p>
<p><i class=\"color-danger-light zmdi zmdi-phone mr-1\"></i> <a href=\"/kontakty\">Kontakty</a></p>
</address>
{% endblock %}
</div>
</div>
</div>
</div>
</aside>
{% block footer %}
{% include 'partials/footer.html.twig' %}
{% endblock %}
</div> <!-- ms-site-container -->
{% include 'partials/slidebar.html.twig' %}
{% block javascripts %}
<script src=\"/assets/js/plugins.min.js\"></script>
<script src=\"/assets/js/app.min.js\"></script>
<script src=\"/assets/custom/js/js.min.{{ app.request.server.get('APP_PREVCACHE') }}.js\"></script>
<script src=\"/assets/custom/js/toastr/toastr.min.js\"></script>
{% if pageinfo.isMobile() %}
<script src=\"/assets/custom/js/toastr/toastr-mobile-init.js\"></script>
{% else %}
<script src=\"/assets/custom/js/toastr/toastr-init.js\"></script>
{% endif %}
<script>
\$( document ).ready(function() {
});
</script>
{% endblock %}
</body>
</html>
", "base.html.twig", "/var/www/clients/client0/web40/private/templates/base.html.twig");
}
}