<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* base.html.twig */
class __TwigTemplate_d3da4eca6116a9038bef54816ed49fbc extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'htmlLanguage' => [$this, 'block_htmlLanguage'],
'htmlTagAttributes' => [$this, 'block_htmlTagAttributes'],
'headTitle' => [$this, 'block_headTitle'],
'stylesheets' => [$this, 'block_stylesheets'],
'javascripts' => [$this, 'block_javascripts'],
'headAdditionalTags' => [$this, 'block_headAdditionalTags'],
'body' => [$this, 'block_body'],
'globalScript' => [$this, 'block_globalScript'],
'bodyScript' => [$this, 'block_bodyScript'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$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 1
$context["session"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 1, $this->source); })()), "session", [], "any", false, false, false, 1), "get", [0 => "SessionParameters"], "method", false, false, false, 1);
// line 2
echo "<!DOCTYPE html>
<html style=\"height:100%;\" class=\"no-js\" ";
// line 3
$this->displayBlock('htmlLanguage', $context, $blocks);
echo " ";
$this->displayBlock('htmlTagAttributes', $context, $blocks);
echo ">
<head>
<!-- ";
// line 5
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 5, $this->source); })()), "environment", [], "any", false, false, false, 5), "html", null, true);
echo " -->
<meta charset=\"utf-8\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<title>";
// line 9
$this->displayBlock('headTitle', $context, $blocks);
echo "</title>
";
// line 11
$this->displayBlock('stylesheets', $context, $blocks);
// line 14
echo " ";
$this->displayBlock('javascripts', $context, $blocks);
// line 17
echo "
";
// line 34
echo "
";
// line 35
$this->displayBlock('headAdditionalTags', $context, $blocks);
// line 37
echo "</head>
<body style=\"height:100%;\">
<div id=\"ajax-loading\"><span>Einen Augenblick bitte...</span></div>
";
// line 40
$this->displayBlock('body', $context, $blocks);
// line 43
echo "
";
// line 44
$this->displayBlock('globalScript', $context, $blocks);
// line 109
echo "
";
// line 110
$this->displayBlock('bodyScript', $context, $blocks);
// line 112
echo "
</body>
</html>
<!-- ";
// line 115
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 115, $this->source); })()), "environment", [], "any", false, false, false, 115), "html", null, true);
echo " -->
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_htmlLanguage($context, array $blocks = [])
{
$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", "htmlLanguage"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "htmlLanguage"));
echo "lang=\"de\"";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function block_htmlTagAttributes($context, array $blocks = [])
{
$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", "htmlTagAttributes"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "htmlTagAttributes"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 9
public function block_headTitle($context, array $blocks = [])
{
$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", "headTitle"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "headTitle"));
echo "...";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 11
public function block_stylesheets($context, array $blocks = [])
{
$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 12
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("webdefault");
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 14
public function block_javascripts($context, array $blocks = [])
{
$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 15
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("webdefault");
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 35
public function block_headAdditionalTags($context, array $blocks = [])
{
$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", "headAdditionalTags"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "headAdditionalTags"));
// line 36
echo " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 40
public function block_body($context, array $blocks = [])
{
$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"));
// line 41
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 44
public function block_globalScript($context, array $blocks = [])
{
$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", "globalScript"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "globalScript"));
// line 45
echo " ";
// line 80
echo " <script src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/router.min.js"), "html", null, true);
echo "\"></script>
<script src=\"";
// line 81
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_js_routing_js", ["callback" => "fos.Router.setData"]);
echo "\"></script>
<script type=\"text/javascript\">
function getWssUri()
{
";
// line 92
echo " return \"wss://";
echo twig_escape_filter($this->env, (isset($context["env_pie_cluster"]) || array_key_exists("env_pie_cluster", $context) ? $context["env_pie_cluster"] : (function () { throw new RuntimeError('Variable "env_pie_cluster" does not exist.', 92, $this->source); })()), "html", null, true);
echo ".piesocket.com/v3/";
echo twig_escape_filter($this->env, (isset($context["env_pie_channel"]) || array_key_exists("env_pie_channel", $context) ? $context["env_pie_channel"] : (function () { throw new RuntimeError('Variable "env_pie_channel" does not exist.', 92, $this->source); })()), "html", null, true);
echo "?api_key=";
echo twig_escape_filter($this->env, (isset($context["env_pie_key"]) || array_key_exists("env_pie_key", $context) ? $context["env_pie_key"] : (function () { throw new RuntimeError('Variable "env_pie_key" does not exist.', 92, $this->source); })()), "html", null, true);
echo "\";
//return 'wss://connect.websocket.in/v3/";
// line 94
echo twig_escape_filter($this->env, (isset($context["env_pie_channel"]) || array_key_exists("env_pie_channel", $context) ? $context["env_pie_channel"] : (function () { throw new RuntimeError('Variable "env_pie_channel" does not exist.', 94, $this->source); })()), "html", null, true);
echo "?api_key=";
echo twig_escape_filter($this->env, (isset($context["env_pie_key"]) || array_key_exists("env_pie_key", $context) ? $context["env_pie_key"] : (function () { throw new RuntimeError('Variable "env_pie_key" does not exist.', 94, $this->source); })()), "html", null, true);
echo "';
}
function getAppEnv() {
return '";
// line 98
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 98, $this->source); })()), "environment", [], "any", false, false, false, 98), "html", null, true);
echo "';
}
// not needed anymore :: webshim.polyfill('forms forms-ext');
\$(document).ready(function(){
// window.moment.locale(\"";
// line 103
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 103, $this->source); })()), "request", [], "any", false, false, false, 103), "locale", [], "any", false, false, false, 103), "html", null, true);
echo "\");
// \$.fn.dataTable.moment( 'DD.MM.YYYY' );
// \$( \".datepicker\" ).datepicker({ \"dateFormat\": \"dd.mm.yy\"});
});
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 110
public function block_bodyScript($context, array $blocks = [])
{
$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", "bodyScript"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "bodyScript"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 342 => 110, 326 => 103, 318 => 98, 309 => 94, 299 => 92, 290 => 81, 285 => 80, 283 => 45, 273 => 44, 262 => 41, 252 => 40, 242 => 36, 232 => 35, 219 => 15, 209 => 14, 196 => 12, 186 => 11, 167 => 9, 131 => 3, 111 => 115, 106 => 112, 104 => 110, 101 => 109, 99 => 44, 96 => 43, 94 => 40, 89 => 37, 87 => 35, 84 => 34, 81 => 17, 78 => 14, 76 => 11, 71 => 9, 64 => 5, 57 => 3, 54 => 2, 52 => 1,);
}
public function getSourceContext()
{
return new Source("{% set session = app.session.get(\"SessionParameters\") %}
<!DOCTYPE html>
<html style=\"height:100%;\" class=\"no-js\" {% block htmlLanguage %}lang=\"de\"{% endblock %} {% block htmlTagAttributes %}{% endblock %}>
<head>
<!-- {{ app.environment }} -->
<meta charset=\"utf-8\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<title>{% block headTitle %}...{% endblock %}</title>
{% block stylesheets %}
{{ encore_entry_link_tags('webdefault') }}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('webdefault') }}
{% endblock %}
{#
\t\tRemember to do an assetic dump when changes have been made
\t#}
{# {% stylesheets#}
{# 'bundles/layout/vendor/bootstrap/dist/css/bootstrap.min.css'#}
{# 'bundles/layout/vendor/bootstrap/dist/css/bootstrap-theme.min.css'#}
{# 'bundles/layout/vendor/DataTables/media/css/jquery.dataTables.css'#}
{# 'bundles/layout/vendor/font-awesome/css/font-awesome.min.css'#}
{# 'bundles/layout/vendor/jquery-ui/themes/smoothness/jquery-ui.min.css'#}
{# 'bundles/layout/vendor/jquery-bar-rating/dist/themes/fontawesome-stars.css'#}
{# 'bundles/layout/vendor/select2/dist/css/select2.min.css'#}
{# 'bundles/layout/css/animate.css'#}
{# 'bundles/layout/css/app.css'#}
{# filter='cssrewrite' %}#}
{# <link rel=\"stylesheet\" href=\"{{ asset_url }}\" />#}
{# {% endstylesheets %}#}
{% block headAdditionalTags %}
{% endblock %}
</head>
<body style=\"height:100%;\">
<div id=\"ajax-loading\"><span>Einen Augenblick bitte...</span></div>
{% block body %}
{% endblock body %}
{% block globalScript %}
{# =========== JavaScript ======================================= #}
{# {% javascripts#}
{# 'bundles/layout/vendor/jquery/dist/jquery.min.js'#}
{# 'bundles/layout/vendor/bootstrap/dist/js/bootstrap.min.js'#}
{# 'bundles/layout/vendor_unmanaged/notify/notify.min.js'#}
{# 'bundles/layout/vendor/moment/min/moment-with-locales.min.js'#}
{# 'bundles/layout/vendor/DataTables/media/js/jquery.dataTables.min.js'#}
{# 'bundles/layout/vendor_unmanaged/datetime-moment.js'#}
{# 'bundles/layout/vendor/bootstrap3-typeahead/bootstrap3-typeahead.min.js'#}
{# 'bundles/layout/vendor/typeahead.js/dist/bloodhound.min.js'#}
{# 'bundles/layout/vendor/bootbox.js/bootbox.js'#}
{# 'bundles/layout/vendor/jquery-ui/ui/minified/core.min.js'#}
{# 'bundles/layout/vendor/jquery-ui/ui/minified/widget.min.js'#}
{# 'bundles/layout/vendor/jquery-ui/ui/minified/mouse.min.js'#}
{# 'bundles/layout/vendor/jquery-ui/ui/minified/position.min.js'#}
{# 'bundles/layout/vendor/jquery-ui/ui/minified/draggable.min.js'#}
{# 'bundles/layout/vendor/jquery-ui/ui/minified/resizable.min.js'#}
{# 'bundles/layout/vendor/jquery-ui/ui/minified/button.min.js'#}
{# 'bundles/layout/vendor/jquery-ui/ui/minified/dialog.min.js'#}
{# 'bundles/layout/vendor/jquery-ui/ui/minified/datepicker.min.js'#}
{# 'bundles/layout/vendor/underscore/underscore-min.js'#}
{# 'bundles/layout/vendor/clndr/clndr.min.js'#}
{# 'bundles/layout/vendor/jquery-bar-rating/dist/jquery.barrating.min.js'#}
{# 'bundles/layout/vendor/popper.js/dist/umd/popper.js'#}
{# 'bundles/layout/vendor/tooltip.js/index.js'#}
{# 'bundles/goswebsocket/js/vendor/autobahn.min.js'#}
{# 'bundles/goswebsocket/js/gos_web_socket_client.js'#}
{# 'bundles/diplixkmg/js/datatables.js'#}
{# 'bundles/layout/js/functions.js'#}
{# 'bundles/layout/js/core.js'#}
{# 'bundles/layout/js/wss.js'#}
{# 'bundles/fosjsrouting/js/router.js'#}
{# %}#}
{# <script type=\"text/javascript\" src=\"{{ asset_url }}\"></script>#}
{# {% endjavascripts %}#}
<script src=\"{{ asset('build/router.min.js') }}\"></script>
<script src=\"{{ path('fos_js_routing_js', {\"callback\": \"fos.Router.setData\"}) }}\"></script>
<script type=\"text/javascript\">
function getWssUri()
{
{# {% if app.environment == \"prod\" %}#}
{# return \"wss://www.kmg-web.de/ws/\";#}
{# {% else %}#}
{# return \"ws://{{ gos_web_socket_server_host }}:{{ gos_web_socket_server_port }}\";#}
{# {% endif %}#}
return \"wss://{{ env_pie_cluster }}.piesocket.com/v3/{{ env_pie_channel }}?api_key={{ env_pie_key }}\";
//return 'wss://connect.websocket.in/v3/{{ env_pie_channel }}?api_key={{ env_pie_key }}';
}
function getAppEnv() {
return '{{ app.environment }}';
}
// not needed anymore :: webshim.polyfill('forms forms-ext');
\$(document).ready(function(){
// window.moment.locale(\"{{ app.request.locale }}\");
// \$.fn.dataTable.moment( 'DD.MM.YYYY' );
// \$( \".datepicker\" ).datepicker({ \"dateFormat\": \"dd.mm.yy\"});
});
</script>
{% endblock globalScript %}
{% block bodyScript %}
{% endblock bodyScript %}
</body>
</html>
<!-- {{ app.environment }} -->
", "base.html.twig", "/var/www/webeasy/htdocs/app/Resources/views/base.html.twig");
}
}