<?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;
/* @templates/base.html.twig */
class __TwigTemplate_a6a40be8b98c209c22aa9054d7c2de45 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 = [
'title' => [$this, 'block_title'],
'stylesheets' => [$this, 'block_stylesheets'],
'header' => [$this, 'block_header'],
'mainslider' => [$this, 'block_mainslider'],
'body' => [$this, 'block_body'],
'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", "@templates/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", "@templates/base.html.twig"));
// line 1
yield "<!DOCTYPE html>
<html lang=\"en\">
<head>
<script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-10125060-7\"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-10125060-7');
</script>
<!-- Facebook Pixel Code -->
<script>
!function (f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function () {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = '2.0';
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '522752151603497');
fbq('track', 'PageView');
</script>
<noscript>
<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=522752151603497&ev=PageView&noscript=1\"/>
</noscript>
<!-- End Facebook Pixel Code -->
<title>";
// line 45
yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
yield "</title>
";
// line 47
yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks);
// line 49
yield "
<meta charset=\"utf-8\">
<meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"";
// line 53
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/favicon.png"), "html", null, true);
yield "\">
<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css\">
<link href=\"https://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css\" rel=\"stylesheet\" type=\"text/css\">
<link href=\"//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css\" rel=\"stylesheet\">
<link rel=\"stylesheet\" href=";
// line 57
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/style.min.css"), "html", null, true);
yield ">
<script type=\"text/javascript\">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src=\"https://www.clarity.ms/tag/\"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, \"clarity\", \"script\", \"gyp8xanb57\");
</script>
</head>
<body class=\"hold-transition skin-blue sidebar-mini\">
<div class=\"wrapper\">
<header class=\"main-header\">
<!-- Logo -->
<a href=\"/dashboard\" class=\"logo\">
<!-- mini logo for sidebar mini 50x50 pixels -->
<span class=\"logo-mini\"><b>T</b></span>
<!-- logo for regular state and mobile devices -->
<span class=\"logo-lg\">
<img width=\"140\" height=\"35\" src=";
// line 77
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/logo_new.png"), "html", null, true);
yield " />
</span>
</a>
";
// line 81
yield from $this->unwrap()->yieldBlock('header', $context, $blocks);
// line 82
yield " </header>
";
// line 84
yield from $this->unwrap()->yieldBlock('mainslider', $context, $blocks);
// line 101
yield "
<!-- Content Wrapper. Contains page content -->
<div class=\"content-wrapper\" style=\"overflow: auto\">
<!-- Main content -->
<section class=\"content\">
<!-- Your Page Content Here -->
";
// line 111
yield from $this->loadTemplate("@templates/messages.html.twig", "@templates/base.html.twig", 111)->unwrap()->yield($context);
// line 112
yield "
";
// line 113
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 114
yield "
</section>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<!-- Main Footer -->
<footer class=\"main-footer\">
<!-- To the right -->
<!-- Default to the left -->
<strong>Copyright © ";
// line 124
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate("now", "Y"), "html", null, true);
yield " <a href=\"/\">Troskovi.com</a></strong>
</footer>
<!-- Control Sidebar -->
<aside class=\"control-sidebar control-sidebar-dark\">
<!-- Create the tabs -->
<ul class=\"nav nav-tabs nav-justified control-sidebar-tabs\">
<li class=\"active\">
<a href=\"#control-sidebar-home-tab\" data-toggle=\"tab\"><i class=\"fa fa-home\"></i></a>
</li>
<li>
<a href=\"#control-sidebar-settings-tab\" data-toggle=\"tab\"><i class=\"fa fa-gears\"></i></a>
</li>
</ul>
<!-- Tab panes -->
<div class=\"tab-content\">
<!-- Home tab content -->
<div class=\"tab-pane active\" id=\"control-sidebar-home-tab\">
<h3 class=\"control-sidebar-heading\">Recent Activity</h3>
<ul class=\"control-sidebar-menu\">
<li>
<a href=\"javascript:;\">
<i class=\"menu-icon fa fa-birthday-cake bg-red\"></i>
<div class=\"menu-info\">
<h4 class=\"control-sidebar-subheading\">Langdon's Birthday</h4>
<p>Will be 23 on April 24th</p>
</div>
</a>
</li>
</ul>
<!-- /.control-sidebar-menu -->
<h3 class=\"control-sidebar-heading\">Tasks Progress</h3>
<ul class=\"control-sidebar-menu\">
<li>
<a href=\"javascript:\">
<h4 class=\"control-sidebar-subheading\">
Custom Template Design
<span class=\"pull-right-container\">
<span class=\"label label-danger pull-right\">70%</span>
</span>
</h4>
<div class=\"progress progress-xxs\">
<div class=\"progress-bar progress-bar-danger\" style=\"width: 70%\"></div>
</div>
</a>
</li>
</ul>
<!-- /.control-sidebar-menu -->
</div>
<!-- /.tab-pane -->
<!-- Stats tab content -->
<div class=\"tab-pane\" id=\"control-sidebar-stats-tab\">Stats Tab Content</div>
<!-- /.tab-pane -->
<!-- Settings tab content -->
<div class=\"tab-pane\" id=\"control-sidebar-settings-tab\">
<form method=\"post\">
<h3 class=\"control-sidebar-heading\">General Settings</h3>
<div class=\"form-group\">
<label class=\"control-sidebar-subheading\">
Report panel usage
<input type=\"checkbox\" class=\"pull-right\" checked>
</label>
<p>Some information about this general settings option</p>
</div>
<!-- /.form-group -->
</form>
</div>
<!-- /.tab-pane -->
</div>
</aside>
<!-- /.control-sidebar -->
<!-- Add the sidebar's background. This div must be placed
immediately after the control sidebar -->
<div class=\"control-sidebar-bg\"></div>
<div class=\"modal fade\" id=\"modal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myModalLabel\" aria-hidden=\"true\">
<div class=\"modal-dialog\">
<div class=\"modal-content\">
<div class=\"modal-header\">
<button type=\"button\" class=\"close\" data-dismiss=\"modal\">
<span aria-hidden=\"true\">×</span><span class=\"sr-only\">Close</span>
</button>
<h4 class=\"modal-title\" id=\"myModalLabel\"></h4>
</div>
<div class=\"modal-body\" id=\"modal-bodyku\">
</div>
<div class=\"modal-footer\" id=\"modal-footerq\">
</div>
</div>
</div>
</div>
</div>
<script src=";
// line 223
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/app.min.js"), "html", null, true);
yield "></script>
<script src=\"";
// line 224
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_js_routing_js", ["callback" => "fos.Router.setData"]);
yield "\"></script>
";
// line 226
yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
// line 270
yield "
</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
yield from [];
}
// line 45
/**
* @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 "Dobrodošli!";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 47
/**
* @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 48
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 81
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_header(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", "header"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 84
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_mainslider(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", "mainslider"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "mainslider"));
// line 85
yield " <aside class=\"main-sidebar\">
<section class=\"sidebar\">
<!-- Sidebar Menu -->
<ul class=\"sidebar-menu\">
<li class=\"header\">PREČICE</li>
<!-- Optionally, you can add icons to the links -->
<li>
<a target=\"_blank\" href=";
// line 93
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uputstvo_v5.pdf"), "html", null, true);
yield " ><i class=\"fa fa-book\"></i>
<span>Uputstvo</span>
</a>
</li>
</ul>
</section>
</aside>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 113
/**
* @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 226
/**
* @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 227
yield " <script type=\"text/javascript\">
\$(document).ready(function () {
\$.widget.bridge('uibutton', \$.ui.button);
base.init();
if ('";
// line 232
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(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.', 232, $this->source); })()), "environment", [], "any", false, false, false, 232), "html", null, true);
yield "' === 'prod') {
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
\$('.statsClick').each(function () {
\$(this).click(function () {
gtag('event', \$(this).text(), {
'event_category': 'KLIKNUTO',
'event_label': \$(this).text()
});
})
});
\$('#opremaStats').click(function () {
gtag('event', 'Oprema', {
'event_category': 'KLIKNUTO',
'event_label': 'Oprema'
});
});
\$('#problemiStats').click(function () {
gtag('event', 'Problemi', {
'event_category': 'KLIKNUTO',
'event_label': 'Problemi'
});
});
\$('#partneriStats').click(function () {
gtag('event', 'Partneri', {
'event_category': 'KLIKNUTO',
'event_label': 'Partneri'
});
});
}
});
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "@templates/base.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 469 => 232, 462 => 227, 449 => 226, 427 => 113, 408 => 93, 398 => 85, 385 => 84, 363 => 81, 352 => 48, 339 => 47, 316 => 45, 302 => 270, 300 => 226, 295 => 224, 291 => 223, 189 => 124, 177 => 114, 175 => 113, 172 => 112, 170 => 111, 158 => 101, 156 => 84, 152 => 82, 150 => 81, 143 => 77, 120 => 57, 113 => 53, 107 => 49, 105 => 47, 100 => 45, 54 => 1,);
}
public function getSourceContext(): Source
{
return new Source("<!DOCTYPE html>
<html lang=\"en\">
<head>
<script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-10125060-7\"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-10125060-7');
</script>
<!-- Facebook Pixel Code -->
<script>
!function (f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function () {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = '2.0';
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '522752151603497');
fbq('track', 'PageView');
</script>
<noscript>
<img height=\"1\" width=\"1\" style=\"display:none\" src=\"https://www.facebook.com/tr?id=522752151603497&ev=PageView&noscript=1\"/>
</noscript>
<!-- End Facebook Pixel Code -->
<title>{% block title %}Dobrodošli!{% endblock %}</title>
{% block stylesheets %}
{% endblock %}
<meta charset=\"utf-8\">
<meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"{{ asset('images/favicon.png') }}\">
<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css\">
<link href=\"https://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css\" rel=\"stylesheet\" type=\"text/css\">
<link href=\"//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css\" rel=\"stylesheet\">
<link rel=\"stylesheet\" href={{ asset('build/style.min.css') }}>
<script type=\"text/javascript\">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src=\"https://www.clarity.ms/tag/\"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, \"clarity\", \"script\", \"gyp8xanb57\");
</script>
</head>
<body class=\"hold-transition skin-blue sidebar-mini\">
<div class=\"wrapper\">
<header class=\"main-header\">
<!-- Logo -->
<a href=\"/dashboard\" class=\"logo\">
<!-- mini logo for sidebar mini 50x50 pixels -->
<span class=\"logo-mini\"><b>T</b></span>
<!-- logo for regular state and mobile devices -->
<span class=\"logo-lg\">
<img width=\"140\" height=\"35\" src={{ asset('images/logo_new.png') }} />
</span>
</a>
{% block header %}{% endblock %}
</header>
{% block mainslider %}
<aside class=\"main-sidebar\">
<section class=\"sidebar\">
<!-- Sidebar Menu -->
<ul class=\"sidebar-menu\">
<li class=\"header\">PREČICE</li>
<!-- Optionally, you can add icons to the links -->
<li>
<a target=\"_blank\" href={{ asset('uputstvo_v5.pdf') }} ><i class=\"fa fa-book\"></i>
<span>Uputstvo</span>
</a>
</li>
</ul>
</section>
</aside>
{% endblock %}
<!-- Content Wrapper. Contains page content -->
<div class=\"content-wrapper\" style=\"overflow: auto\">
<!-- Main content -->
<section class=\"content\">
<!-- Your Page Content Here -->
{% include('@templates/messages.html.twig') %}
{% block body %}{% endblock %}
</section>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<!-- Main Footer -->
<footer class=\"main-footer\">
<!-- To the right -->
<!-- Default to the left -->
<strong>Copyright © {{ \"now\"|date(\"Y\") }} <a href=\"/\">Troskovi.com</a></strong>
</footer>
<!-- Control Sidebar -->
<aside class=\"control-sidebar control-sidebar-dark\">
<!-- Create the tabs -->
<ul class=\"nav nav-tabs nav-justified control-sidebar-tabs\">
<li class=\"active\">
<a href=\"#control-sidebar-home-tab\" data-toggle=\"tab\"><i class=\"fa fa-home\"></i></a>
</li>
<li>
<a href=\"#control-sidebar-settings-tab\" data-toggle=\"tab\"><i class=\"fa fa-gears\"></i></a>
</li>
</ul>
<!-- Tab panes -->
<div class=\"tab-content\">
<!-- Home tab content -->
<div class=\"tab-pane active\" id=\"control-sidebar-home-tab\">
<h3 class=\"control-sidebar-heading\">Recent Activity</h3>
<ul class=\"control-sidebar-menu\">
<li>
<a href=\"javascript:;\">
<i class=\"menu-icon fa fa-birthday-cake bg-red\"></i>
<div class=\"menu-info\">
<h4 class=\"control-sidebar-subheading\">Langdon's Birthday</h4>
<p>Will be 23 on April 24th</p>
</div>
</a>
</li>
</ul>
<!-- /.control-sidebar-menu -->
<h3 class=\"control-sidebar-heading\">Tasks Progress</h3>
<ul class=\"control-sidebar-menu\">
<li>
<a href=\"javascript:\">
<h4 class=\"control-sidebar-subheading\">
Custom Template Design
<span class=\"pull-right-container\">
<span class=\"label label-danger pull-right\">70%</span>
</span>
</h4>
<div class=\"progress progress-xxs\">
<div class=\"progress-bar progress-bar-danger\" style=\"width: 70%\"></div>
</div>
</a>
</li>
</ul>
<!-- /.control-sidebar-menu -->
</div>
<!-- /.tab-pane -->
<!-- Stats tab content -->
<div class=\"tab-pane\" id=\"control-sidebar-stats-tab\">Stats Tab Content</div>
<!-- /.tab-pane -->
<!-- Settings tab content -->
<div class=\"tab-pane\" id=\"control-sidebar-settings-tab\">
<form method=\"post\">
<h3 class=\"control-sidebar-heading\">General Settings</h3>
<div class=\"form-group\">
<label class=\"control-sidebar-subheading\">
Report panel usage
<input type=\"checkbox\" class=\"pull-right\" checked>
</label>
<p>Some information about this general settings option</p>
</div>
<!-- /.form-group -->
</form>
</div>
<!-- /.tab-pane -->
</div>
</aside>
<!-- /.control-sidebar -->
<!-- Add the sidebar's background. This div must be placed
immediately after the control sidebar -->
<div class=\"control-sidebar-bg\"></div>
<div class=\"modal fade\" id=\"modal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myModalLabel\" aria-hidden=\"true\">
<div class=\"modal-dialog\">
<div class=\"modal-content\">
<div class=\"modal-header\">
<button type=\"button\" class=\"close\" data-dismiss=\"modal\">
<span aria-hidden=\"true\">×</span><span class=\"sr-only\">Close</span>
</button>
<h4 class=\"modal-title\" id=\"myModalLabel\"></h4>
</div>
<div class=\"modal-body\" id=\"modal-bodyku\">
</div>
<div class=\"modal-footer\" id=\"modal-footerq\">
</div>
</div>
</div>
</div>
</div>
<script src={{ asset('build/app.min.js') }}></script>
<script src=\"{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}\"></script>
{% block javascripts %}
<script type=\"text/javascript\">
\$(document).ready(function () {
\$.widget.bridge('uibutton', \$.ui.button);
base.init();
if ('{{ app.environment }}' === 'prod') {
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
\$('.statsClick').each(function () {
\$(this).click(function () {
gtag('event', \$(this).text(), {
'event_category': 'KLIKNUTO',
'event_label': \$(this).text()
});
})
});
\$('#opremaStats').click(function () {
gtag('event', 'Oprema', {
'event_category': 'KLIKNUTO',
'event_label': 'Oprema'
});
});
\$('#problemiStats').click(function () {
gtag('event', 'Problemi', {
'event_category': 'KLIKNUTO',
'event_label': 'Problemi'
});
});
\$('#partneriStats').click(function () {
gtag('event', 'Partneri', {
'event_category': 'KLIKNUTO',
'event_label': 'Partneri'
});
});
}
});
</script>
{% endblock %}
</body>
</html>
", "@templates/base.html.twig", "/var/www/troskoviApi6/templates/base.html.twig");
}
}