<?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;
/* /uniqskills/base.html.twig */
class __TwigTemplate_005808d73ff118411678415dfa3c4658 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 = [
'meta' => [$this, 'block_meta'],
'title' => [$this, 'block_title'],
'customcss' => [$this, 'block_customcss'],
'gTag' => [$this, 'block_gTag'],
'javascripts' => [$this, 'block_javascripts'],
'body' => [$this, 'block_body'],
'customjs' => [$this, 'block_customjs'],
'mixPanel' => [$this, 'block_mixPanel'],
];
}
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", "/uniqskills/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", "/uniqskills/base.html.twig"));
// line 1
yield "<!doctype html>
<html lang=\"";
// line 2
yield ((array_key_exists("locale", $context)) ? ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["locale"]) || array_key_exists("locale", $context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.', 2, $this->source); })()), "html", null, true)) : ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(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.', 2, $this->source); })()), "request", [], "any", false, false, false, 2), "locale", [], "any", false, false, false, 2), "html", null, true)));
yield "\">
<head>
<meta charset=\"utf-8\">
<meta name=\"google\" content=\"notranslate\">
<meta http-equiv=\"Content-Language\" content=\"";
// line 6
yield ((array_key_exists("locale", $context)) ? ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["locale"]) || array_key_exists("locale", $context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.', 6, $this->source); })()), "html", null, true)) : ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(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.', 6, $this->source); })()), "request", [], "any", false, false, false, 6), "locale", [], "any", false, false, false, 6), "html", null, true)));
yield "\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
";
// line 8
yield from $this->unwrap()->yieldBlock('meta', $context, $blocks);
// line 9
yield " <title>";
yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
yield "</title>
<link href=\"";
// line 11
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/backend/js/plugins/font-awesome/css/font-awesome.min.css"), "html", null, true);
yield "\" rel=\"stylesheet\">
<link rel=\"stylesheet\" href=\"";
// line 12
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/uniqskills-css.css"), "html", null, true);
yield "\">
<link rel=\"icon\" type=\"image/x-icon\" href=\"";
// line 13
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/uniqskills/favicon.png"), "html", null, true);
yield "\" />
<link href=\"https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i&subset=latin-ext\"
rel=\"stylesheet\">
<link rel=\"alternate\" hreflang=\"pl\" href=\"https://www.uniqskills.com/pl\" />
<link rel=\"alternate\" hreflang=\"es\" href=\"https://www.uniqskills.com/es\" />
<link rel=\"alternate\" hreflang=\"de\" href=\"https://www.uniqskills.com/de\" />
<link rel=\"alternate\" hreflang=\"ru\" href=\"https://www.uniqskills.com/ru\" />
<link rel=\"alternate\" hreflang=\"en\" href=\"https://www.uniqskills.com/en-us\" />
<link rel=\"alternate\" hreflang=\"uk\" href=\"https://www.uniqskills.com/ru\" />
<link rel=\"alternate\" hreflang=\"x-default\" href=\"https://www.uniqskills.com\" />
<link rel=\"stylesheet\" href=\"";
// line 23
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("chatbot/css/style.css"), "html", null, true);
yield "\">
";
// line 24
yield from $this->unwrap()->yieldBlock('customcss', $context, $blocks);
// line 25
yield "
<script>window.dataLayer = window.dataLayer || [];</script>
";
// line 28
if ((($tmp = !(((array_key_exists("order", $context) && CoreExtension::getAttribute($this->env, $this->source, ($context["order"] ?? null), "teleOrder", [], "any", true, true, false, 28)) && (CoreExtension::getAttribute($this->env, $this->source, (isset($context["order"]) || array_key_exists("order", $context) ? $context["order"] : (function () { throw new RuntimeError('Variable "order" does not exist.', 28, $this->source); })()), "teleOrder", [], "any", false, false, false, 28) != null)) || (array_key_exists("isTele", $context) && ((isset($context["isTele"]) || array_key_exists("isTele", $context) ? $context["isTele"] : (function () { throw new RuntimeError('Variable "isTele" does not exist.', 28, $this->source); })()) == true)))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 29
yield " ";
if ((($tmp = !array_key_exists("locale", $context)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 30
yield " ";
yield $this->extensions['App\Twig\UniqskillsPartialsRenderer']->renderUniqskillsScripts("Head");
yield "
";
}
// line 32
yield " ";
}
// line 33
yield " ";
yield from $this->unwrap()->yieldBlock('gTag', $context, $blocks);
// line 34
yield " <script>
gtag('consent', 'default', {
'ad_storage': 'denied',
'ad_user_data': 'denied',
'ad_personalization': 'denied',
'analytics_storage': 'denied'
});
</script>
</head>
<body ";
// line 43
if ((array_key_exists("landing", $context) && (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["landing"]) || array_key_exists("landing", $context) ? $context["landing"] : (function () { throw new RuntimeError('Variable "landing" does not exist.', 43, $this->source); })()), "landing", [], "any", false, false, false, 43), "template", [], "any", false, false, false, 43) == "new"))) {
yield " class=\"newLanding\" ";
}
yield ">
";
// line 44
yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
// line 45
if ((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.', 45, $this->source); })()), "request", [], "any", false, false, false, 45), "locale", [], "any", false, false, false, 45) == "ru")) {
// line 46
yield " <!-- Yandex.Metrika counter -->
<script type=\"text/javascript\" > (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, \"script\", \"https://mc.yandex.ru/metrika/tag.js\", \"ym\"); ym(69918619, \"init\", { clickmap:true, trackLinks:true, accurateTrackBounce:true }); </script>
<noscript><div><img src=\"https://mc.yandex.ru/watch/69918619\" style=\"position:absolute; left:-9999px;\" alt=\"\" /></div></noscript>
<!-- /Yandex.Metrika counter -->
";
}
// line 51
yield "
";
// line 52
if ((($tmp = !(((array_key_exists("order", $context) && CoreExtension::getAttribute($this->env, $this->source, ($context["order"] ?? null), "teleOrder", [], "any", true, true, false, 52)) && (CoreExtension::getAttribute($this->env, $this->source, (isset($context["order"]) || array_key_exists("order", $context) ? $context["order"] : (function () { throw new RuntimeError('Variable "order" does not exist.', 52, $this->source); })()), "teleOrder", [], "any", false, false, false, 52) != null)) || (array_key_exists("isTele", $context) && ((isset($context["isTele"]) || array_key_exists("isTele", $context) ? $context["isTele"] : (function () { throw new RuntimeError('Variable "isTele" does not exist.', 52, $this->source); })()) == true)))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 53
yield " ";
if ((($tmp = !array_key_exists("locale", $context)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 54
yield " ";
yield $this->extensions['App\Twig\UniqskillsPartialsRenderer']->renderUniqskillsScripts("StartBody");
yield "
";
}
}
// line 57
yield "
";
// line 58
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 59
yield "
";
// line 60
if (((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.', 60, $this->source); })()), "request", [], "any", false, false, false, 60), "locale", [], "any", false, false, false, 60) == "pl") && (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.', 60, $this->source); })()), "request", [], "any", false, false, false, 60), "pathinfo", [], "any", false, false, false, 60) != "/pl/contact"))) {
// line 61
yield " ";
yield from $this->load("chatbot/index.html.twig", 61)->unwrap()->yield($context);
}
// line 63
yield "
";
// line 65
if ((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.', 65, $this->source); })()), "environment", [], "any", false, false, false, 65) == "dev")) {
// line 66
yield " <script src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uniqskills/new_landing/js/jquery.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 67
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bower/jquery-ui/jquery-ui.min.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 68
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bower/jquery-validation/dist/jquery.validate.min.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 69
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/js/query.mask.min.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 70
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("frontend/js/jquery.collapser.min.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 71
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uniqskills/new_landing/js/popper.min.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 72
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uniqskills/new_landing/js/bootstrap.min.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 73
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uniqskills/js/scripts.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 74
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uniqskills/js/slick.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 75
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uniqskills/js/jquery.matchHeight.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 76
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uniqskills/js/circle-progress.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 77
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bower/sweetalert2/dist/sweetalert2.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 78
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("backend/js/plugins/loadingoverlay.min.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 79
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uniqskills/js/fileUploader.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 80
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uniqskills/js/intlTelInput.min.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 81
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uniqskills/js/base.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 82
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uniqskills/js/order.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 83
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uniqskills/js/test-pagination.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 84
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("uniqskills/js/account.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 85
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/otplogin/js/otplogin.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 86
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("customer-service/js/customerService.js?ver=1.04"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 87
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("chatbot/js/eventsource.min.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 88
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("chatbot/js/script.js"), "html", null, true);
yield "\"></script>
";
} elseif ((CoreExtension::getAttribute($this->env, $this->source, // line 89
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 89, $this->source); })()), "environment", [], "any", false, false, false, 89) == "prod")) {
// line 90
yield " <script src=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bower/sweetalert2/dist/sweetalert2.js"), "html", null, true);
yield "\"></script>
<script src=\"";
// line 91
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("chatbot/js/eventsource.min.js"), "html", null, true);
yield "\"></script>
";
// line 92
yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("uniqskills-common");
yield "
";
}
// line 95
yield "<script src=\"https://player.vimeo.com/api/player.js\"></script>
<script defer type=\"text/javascript\" src=\"https://klaro.e-firma.pl/config.js\"></script>
<script defer type=\"text/javascript\" src=\"https://klaro.e-firma.pl/klaro.js\"></script>
";
// line 98
yield from $this->unwrap()->yieldBlock('customjs', $context, $blocks);
// line 99
yield "
";
// line 100
if ((($tmp = !(((array_key_exists("order", $context) && CoreExtension::getAttribute($this->env, $this->source, ($context["order"] ?? null), "teleOrder", [], "any", true, true, false, 100)) && (CoreExtension::getAttribute($this->env, $this->source, (isset($context["order"]) || array_key_exists("order", $context) ? $context["order"] : (function () { throw new RuntimeError('Variable "order" does not exist.', 100, $this->source); })()), "teleOrder", [], "any", false, false, false, 100) != null)) || (array_key_exists("isTele", $context) && ((isset($context["isTele"]) || array_key_exists("isTele", $context) ? $context["isTele"] : (function () { throw new RuntimeError('Variable "isTele" does not exist.', 100, $this->source); })()) == true)))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 101
yield " ";
if ((($tmp = !array_key_exists("locale", $context)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 102
yield " ";
yield from $this->load(Twig\Extension\StringLoaderExtension::templateFromString($this->env, $this->extensions['App\Twig\UniqskillsPartialsRenderer']->renderUniqskillsScripts("Body")), 102)->unwrap()->yield($context);
// line 103
yield " ";
}
}
// line 105
yield "
";
// line 106
if ((($tmp = !(((array_key_exists("order", $context) && CoreExtension::getAttribute($this->env, $this->source, ($context["order"] ?? null), "teleOrder", [], "any", true, true, false, 106)) && (CoreExtension::getAttribute($this->env, $this->source, (isset($context["order"]) || array_key_exists("order", $context) ? $context["order"] : (function () { throw new RuntimeError('Variable "order" does not exist.', 106, $this->source); })()), "teleOrder", [], "any", false, false, false, 106) != null)) || (array_key_exists("isTele", $context) && ((isset($context["isTele"]) || array_key_exists("isTele", $context) ? $context["isTele"] : (function () { throw new RuntimeError('Variable "isTele" does not exist.', 106, $this->source); })()) == true)))) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 107
yield " ";
if ((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.', 107, $this->source); })()), "request", [], "any", false, false, false, 107), "locale", [], "any", false, false, false, 107) != "en")) {
// line 108
yield " <script type=\"text/javascript\">
var _smid = \"u0zeekmgvwlr8wz3\";
var _smapp = 2;
var _smcustom = true;
var _smbanners = true;
(function(w, r, a, sm, s ) {
w['SalesmanagoObject'] = r;
w[r] = w[r] || function () {( w[r].q = w[r].q || [] ).push(arguments)};
sm = document.createElement('script'); sm.type = 'text/javascript'; sm.async = true; sm.src = a;
s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(sm, s);
})(window, 'sm', ('https:' == document.location.protocol ? 'https://' : 'http://') + 'app2.salesmanago.pl/static/sm.js');
</script>
<script src=\"https://files.forum-media.pl/popupblocker/popupblocker_uspl.js\"></script>
";
} else {
// line 123
yield " <script type=\"text/javascript\">
var _smid = \"ey8qrh5hj9x8pzen\";
var _smcustom = true;
var _smbanners = true;
(function(w, r, a, sm, s ) {
w['SalesmanagoObject'] = r;
w[r] = w[r] || function () {( w[r].q = w[r].q || [] ).push(arguments)};
sm = document.createElement('script'); sm.type = 'text/javascript'; sm.async = true; sm.src = a;
s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(sm, s);
})(window, 'sm', ('https:' == document.location.protocol ? 'https://' : 'http://') + 'app2.salesmanago.pl/static/sm.js');
</script>
<script src=\"https://files.forum-media.pl/popupblocker_us/popupblocker_us.js\"></script>
";
}
}
// line 138
yield "
";
// line 139
$context["loginPath"] = (((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.', 139, $this->source); })()), "request", [], "any", false, false, false, 139), "getSchemeAndHttpHost", [], "any", false, false, false, 139) . "/") . 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.', 139, $this->source); })()), "request", [], "any", false, false, false, 139), "locale", [], "any", false, false, false, 139)) . "/login");
// line 140
$context["referer"] = 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.', 140, $this->source); })()), "request", [], "any", false, false, false, 140), "headers", [], "any", false, false, false, 140), "get", ["referer"], "method", false, false, false, 140);
// line 141
if ((((((isset($context["referer"]) || array_key_exists("referer", $context) ? $context["referer"] : (function () { throw new RuntimeError('Variable "referer" does not exist.', 141, $this->source); })()) == (isset($context["loginPath"]) || array_key_exists("loginPath", $context) ? $context["loginPath"] : (function () { throw new RuntimeError('Variable "loginPath" does not exist.', 141, $this->source); })())) || ( // line 142
(isset($context["referer"]) || array_key_exists("referer", $context) ? $context["referer"] : (function () { throw new RuntimeError('Variable "referer" does not exist.', 142, $this->source); })()) == (("https://www.uniqskills.com/" . 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.', 142, $this->source); })()), "request", [], "any", false, false, false, 142), "locale", [], "any", false, false, false, 142)) . "/login"))) || ( // line 143
(isset($context["referer"]) || array_key_exists("referer", $context) ? $context["referer"] : (function () { throw new RuntimeError('Variable "referer" does not exist.', 143, $this->source); })()) == (("https://www.uk.uniqskills.com/" . 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.', 143, $this->source); })()), "request", [], "any", false, false, false, 143), "locale", [], "any", false, false, false, 143)) . "/login"))) && CoreExtension::getAttribute($this->env, $this->source, // line 144
(isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 144, $this->source); })()), "user", [], "any", false, false, false, 144))) {
// line 145
yield " <script>";
yield $this->extensions['App\Twig\GoogleAnalyticsExtension']->renderGaDataLayerUS($this->env, "logging");
yield "</script>
";
}
// line 147
yield "
";
// line 148
yield from $this->unwrap()->yieldBlock('mixPanel', $context, $blocks);
// line 161
yield "
<div id=\"locale\" data-locale=\"";
// line 162
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(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.', 162, $this->source); })()), "request", [], "any", false, false, false, 162), "locale", [], "method", false, false, false, 162), "html", null, true);
yield "\" data-errorMessageOops=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("errors.order.oops"), "html", null, true);
yield "\"></div>
</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
yield from [];
}
// line 8
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_meta(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", "meta"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 9
/**
* @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 $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("uniqskills.metaTitle.uniqskills"), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 24
/**
* @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"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 33
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_gTag(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", "gTag"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "gTag"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 44
/**
* @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"));
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 58
/**
* @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_customjs(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", "customjs"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "customjs"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
// line 148
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_mixPanel(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", "mixPanel"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "mixPanel"));
// line 149
yield " <script>
function sendMixPanelEvent(event, parameters = [])
{
\$.ajax({
type: \"POST\",
url: \"";
// line 154
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fmMixPanelSendAjaxEvent");
yield "\",
dataType: 'json',
data: \"event=\" + event + \"¶m=\" + JSON.stringify(parameters),
})
}
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "/uniqskills/base.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 582 => 154, 575 => 149, 562 => 148, 540 => 98, 518 => 58, 495 => 44, 473 => 33, 451 => 24, 428 => 9, 406 => 8, 389 => 162, 386 => 161, 384 => 148, 381 => 147, 375 => 145, 373 => 144, 372 => 143, 371 => 142, 370 => 141, 368 => 140, 366 => 139, 363 => 138, 346 => 123, 329 => 108, 326 => 107, 324 => 106, 321 => 105, 317 => 103, 314 => 102, 311 => 101, 309 => 100, 306 => 99, 304 => 98, 299 => 95, 294 => 92, 290 => 91, 285 => 90, 283 => 89, 279 => 88, 275 => 87, 271 => 86, 267 => 85, 263 => 84, 259 => 83, 255 => 82, 251 => 81, 247 => 80, 243 => 79, 239 => 78, 235 => 77, 231 => 76, 227 => 75, 223 => 74, 219 => 73, 215 => 72, 211 => 71, 207 => 70, 203 => 69, 199 => 68, 195 => 67, 190 => 66, 188 => 65, 185 => 63, 181 => 61, 179 => 60, 176 => 59, 174 => 58, 171 => 57, 164 => 54, 161 => 53, 159 => 52, 156 => 51, 149 => 46, 147 => 45, 145 => 44, 139 => 43, 128 => 34, 125 => 33, 122 => 32, 116 => 30, 113 => 29, 111 => 28, 106 => 25, 104 => 24, 100 => 23, 87 => 13, 83 => 12, 79 => 11, 73 => 9, 71 => 8, 66 => 6, 59 => 2, 56 => 1,);
}
public function getSourceContext(): Source
{
return new Source("<!doctype html>
<html lang=\"{{ locale is defined ? locale : app.request.locale }}\">
<head>
<meta charset=\"utf-8\">
<meta name=\"google\" content=\"notranslate\">
<meta http-equiv=\"Content-Language\" content=\"{{ locale is defined ? locale : app.request.locale }}\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
{% block meta %}{% endblock %}
<title>{% block title %}{{ 'uniqskills.metaTitle.uniqskills'|trans }}{% endblock %}</title>
<link href=\"{{ asset('/backend/js/plugins/font-awesome/css/font-awesome.min.css') }}\" rel=\"stylesheet\">
<link rel=\"stylesheet\" href=\"{{ asset('build/uniqskills-css.css') }}\">
<link rel=\"icon\" type=\"image/x-icon\" href=\"{{ asset('/uniqskills/favicon.png') }}\" />
<link href=\"https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i&subset=latin-ext\"
rel=\"stylesheet\">
<link rel=\"alternate\" hreflang=\"pl\" href=\"https://www.uniqskills.com/pl\" />
<link rel=\"alternate\" hreflang=\"es\" href=\"https://www.uniqskills.com/es\" />
<link rel=\"alternate\" hreflang=\"de\" href=\"https://www.uniqskills.com/de\" />
<link rel=\"alternate\" hreflang=\"ru\" href=\"https://www.uniqskills.com/ru\" />
<link rel=\"alternate\" hreflang=\"en\" href=\"https://www.uniqskills.com/en-us\" />
<link rel=\"alternate\" hreflang=\"uk\" href=\"https://www.uniqskills.com/ru\" />
<link rel=\"alternate\" hreflang=\"x-default\" href=\"https://www.uniqskills.com\" />
<link rel=\"stylesheet\" href=\"{{ asset('chatbot/css/style.css') }}\">
{% block customcss %}{% endblock %}
<script>window.dataLayer = window.dataLayer || [];</script>
{% if not ((order is defined and order.teleOrder is defined and order.teleOrder != null) or (isTele is defined and isTele == true)) %}
{% if locale is not defined %}
{{ renderUniqskillsScripts('Head')|raw }}
{% endif %}
{% endif %}
{% block gTag %}{% endblock %}
<script>
gtag('consent', 'default', {
'ad_storage': 'denied',
'ad_user_data': 'denied',
'ad_personalization': 'denied',
'analytics_storage': 'denied'
});
</script>
</head>
<body {% if landing is defined and landing.landing.template == 'new' %} class=\"newLanding\" {% endif %}>
{% block javascripts %} {% endblock %}
{% if app.request.locale == 'ru' %}
<!-- Yandex.Metrika counter -->
<script type=\"text/javascript\" > (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, \"script\", \"https://mc.yandex.ru/metrika/tag.js\", \"ym\"); ym(69918619, \"init\", { clickmap:true, trackLinks:true, accurateTrackBounce:true }); </script>
<noscript><div><img src=\"https://mc.yandex.ru/watch/69918619\" style=\"position:absolute; left:-9999px;\" alt=\"\" /></div></noscript>
<!-- /Yandex.Metrika counter -->
{% endif %}
{% if not ((order is defined and order.teleOrder is defined and order.teleOrder != null) or (isTele is defined and isTele == true)) %}
{% if locale is not defined %}
{{ renderUniqskillsScripts('StartBody')|raw }}
{% endif %}
{% endif %}
{% block body %}{% endblock %}
{% if app.request.locale == 'pl' and app.request.pathinfo != '/pl/contact' %}
{% include 'chatbot/index.html.twig' %}
{% endif %}
{#<script src=\"{{ asset('bower/jquery/dist/jquery.js') }}\"></script>#}
{% if app.environment == 'dev' %}
<script src=\"{{ asset('uniqskills/new_landing/js/jquery.js') }}\"></script>
<script src=\"{{ asset('bower/jquery-ui/jquery-ui.min.js') }}\"></script>
<script src=\"{{ asset('bower/jquery-validation/dist/jquery.validate.min.js') }}\"></script>
<script src=\"{{ asset('frontend/js/query.mask.min.js') }}\"></script>
<script src=\"{{ asset('frontend/js/jquery.collapser.min.js') }}\"></script>
<script src=\"{{ asset('uniqskills/new_landing/js/popper.min.js') }}\"></script>
<script src=\"{{ asset('uniqskills/new_landing/js/bootstrap.min.js') }}\"></script>
<script src=\"{{ asset('uniqskills/js/scripts.js') }}\"></script>
<script src=\"{{ asset('uniqskills/js/slick.js') }}\"></script>
<script src=\"{{ asset('uniqskills/js/jquery.matchHeight.js') }}\"></script>
<script src=\"{{ asset('uniqskills/js/circle-progress.js') }}\"></script>
<script src=\"{{ asset('bower/sweetalert2/dist/sweetalert2.js') }}\"></script>
<script src=\"{{ asset('backend/js/plugins/loadingoverlay.min.js') }}\"></script>
<script src=\"{{ asset('uniqskills/js/fileUploader.js') }}\"></script>
<script src=\"{{ asset('uniqskills/js/intlTelInput.min.js') }}\"></script>
<script src=\"{{ asset('uniqskills/js/base.js') }}\"></script>
<script src=\"{{ asset('uniqskills/js/order.js') }}\"></script>
<script src=\"{{ asset('uniqskills/js/test-pagination.js') }}\"></script>
<script src=\"{{ asset('uniqskills/js/account.js') }}\"></script>
<script src=\"{{ asset('bundles/otplogin/js/otplogin.js') }}\"></script>
<script src=\"{{ asset('customer-service/js/customerService.js?ver=1.04') }}\"></script>
<script src=\"{{ asset('chatbot/js/eventsource.min.js') }}\"></script>
<script src=\"{{ asset('chatbot/js/script.js') }}\"></script>
{% elseif app.environment == 'prod' %}
<script src=\"{{ asset('bower/sweetalert2/dist/sweetalert2.js') }}\"></script>
<script src=\"{{ asset('chatbot/js/eventsource.min.js') }}\"></script>
{{ encore_entry_script_tags('uniqskills-common') }}
{% endif %}
{#'backend/global/plugins/select2/js/select2.js'#}
<script src=\"https://player.vimeo.com/api/player.js\"></script>
<script defer type=\"text/javascript\" src=\"https://klaro.e-firma.pl/config.js\"></script>
<script defer type=\"text/javascript\" src=\"https://klaro.e-firma.pl/klaro.js\"></script>
{% block customjs %}{% endblock %}
{% if not ((order is defined and order.teleOrder is defined and order.teleOrder != null) or (isTele is defined and isTele == true)) %}
{% if locale is not defined %}
{% include(template_from_string(renderUniqskillsScripts('Body')|raw)) %}
{% endif %}
{% endif %}
{% if not ((order is defined and order.teleOrder is defined and order.teleOrder != null) or (isTele is defined and isTele == true)) %}
{% if app.request.locale != 'en' %}
<script type=\"text/javascript\">
var _smid = \"u0zeekmgvwlr8wz3\";
var _smapp = 2;
var _smcustom = true;
var _smbanners = true;
(function(w, r, a, sm, s ) {
w['SalesmanagoObject'] = r;
w[r] = w[r] || function () {( w[r].q = w[r].q || [] ).push(arguments)};
sm = document.createElement('script'); sm.type = 'text/javascript'; sm.async = true; sm.src = a;
s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(sm, s);
})(window, 'sm', ('https:' == document.location.protocol ? 'https://' : 'http://') + 'app2.salesmanago.pl/static/sm.js');
</script>
<script src=\"https://files.forum-media.pl/popupblocker/popupblocker_uspl.js\"></script>
{% else %}
<script type=\"text/javascript\">
var _smid = \"ey8qrh5hj9x8pzen\";
var _smcustom = true;
var _smbanners = true;
(function(w, r, a, sm, s ) {
w['SalesmanagoObject'] = r;
w[r] = w[r] || function () {( w[r].q = w[r].q || [] ).push(arguments)};
sm = document.createElement('script'); sm.type = 'text/javascript'; sm.async = true; sm.src = a;
s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(sm, s);
})(window, 'sm', ('https:' == document.location.protocol ? 'https://' : 'http://') + 'app2.salesmanago.pl/static/sm.js');
</script>
<script src=\"https://files.forum-media.pl/popupblocker_us/popupblocker_us.js\"></script>
{% endif %}
{% endif %}
{% set loginPath = app.request.getSchemeAndHttpHost ~ '/' ~ app.request.locale ~ '/login' %}
{% set referer = app.request.headers.get('referer') %}
{% if (referer == loginPath
or referer == 'https://www.uniqskills.com/' ~ app.request.locale ~ '/login'
or referer == 'https://www.uk.uniqskills.com/' ~ app.request.locale ~ '/login')
and app.user %}
<script>{{ gaDataLayerUS('logging')|raw }}</script>
{% endif %}
{% block mixPanel %}
<script>
function sendMixPanelEvent(event, parameters = [])
{
\$.ajax({
type: \"POST\",
url: \"{{ path('fmMixPanelSendAjaxEvent') }}\",
dataType: 'json',
data: \"event=\" + event + \"¶m=\" + JSON.stringify(parameters),
})
}
</script>
{% endblock %}
<div id=\"locale\" data-locale=\"{{ app.request.locale() }}\" data-errorMessageOops=\"{{ 'errors.order.oops'|trans }}\"></div>
</body>
</html>
", "/uniqskills/base.html.twig", "/app/test/global_order_system/templates/uniqskills/base.html.twig");
}
}