<?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;
/* base.html.twig */
class __TwigTemplate_1c8753c7eaa02c06c398bb9782f6153f extends Template
{
private $source;
private $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'],
'javascripts' => [$this, 'block_javascripts'],
'body' => [$this, 'block_body'],
'addJs' => [$this, 'block_addJs'],
];
}
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
yield "<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<title>";
// line 5
yield from $this->unwrap()->yieldBlock('title', $context, $blocks);
yield "</title>
<link rel=\"icon\" href=\"data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>\">
";
// line 8
yield " ";
yield from $this->unwrap()->yieldBlock('stylesheets', $context, $blocks);
// line 11
yield "
";
// line 12
yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
// line 15
yield "
<link href=\"/js/vendor/fontawesome-free/css/all.min.css\" rel=\"stylesheet\" type=\"text/css\">
<link
href=\"https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i\"
rel=\"stylesheet\">
<link href=\"/css/attributes.css\" rel=\"stylesheet\">
<link href=\"/css/styles.css\" rel=\"stylesheet\">
<link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN\" crossorigin=\"anonymous\">
<link href=\"/js/vendor/toastify/toastify.min.css\" rel=\"stylesheet\">
<!-- Custom styles for this template-->
<link href=\"/css/sb-admin-2.css\" rel=\"stylesheet\">
";
// line 28
yield " <link href=\"/js/vendor/datatables/dataTables.bootstrap4.min.css\" rel=\"stylesheet\">
<script src=\"/js/vendor/jquery/jquery.min.js\"></script>
<script src=\"/js/vendor/toastify/toastify-js.js\"></script>
<script src=\"/js/library/Utils.js\"></script>
<script>
";
// line 34
yield from $this->loadTemplate("/js/library/StringUtils.js", "base.html.twig", 34)->unwrap()->yield($context);
// line 35
yield " </script>
<script src=\"/js/library/event_dispatcher/event_dispatcher.js\"></script>
<script>
";
// line 38
yield from $this->loadTemplate("/js/library/gallery_carousel/gallery_carousel.js.twig", "base.html.twig", 38)->unwrap()->yield($context);
// line 39
yield " </script>
<script>
";
// line 41
yield from $this->loadTemplate("/js/library/month_range_slider/month_range_slider.js.twig", "base.html.twig", 41)->unwrap()->yield($context);
// line 42
yield " </script>
<script src=\"/js/library/url_builder/url_builder.js\"></script>
<script>
";
// line 45
yield from $this->loadTemplate("/js/library/dropdown/dropdown.js.twig", "base.html.twig", 45)->unwrap()->yield($context);
// line 46
yield " </script>
<script>
";
// line 48
yield from $this->loadTemplate("/js/library/dropdown_with_textarea/dropdown_with_textarea.js.twig", "base.html.twig", 48)->unwrap()->yield($context);
// line 49
yield " </script>
<script>
";
// line 51
yield from $this->loadTemplate("/js/library/dropdown_with_input_filter/dropdown_with_input_filter.js.twig", "base.html.twig", 51)->unwrap()->yield($context);
// line 52
yield " </script>
<script>
";
// line 55
yield " </script>
<script src=\"/js/library/dropdown/file_dropdown.js\"></script>
<script src=\"/js/library/Dom.js\"></script>
<script>
";
// line 60
yield from $this->loadTemplate("/js/library/DomDispatcher/DomDispatcher.js.twig", "base.html.twig", 60)->unwrap()->yield($context);
// line 61
yield " </script>
<script>
";
// line 64
yield from $this->loadTemplate("/js/library/init_bearer/init_bearer.js.twig", "base.html.twig", 64)->unwrap()->yield($context);
// line 65
yield " const initBearer = new InitBearer();
const INIT_BEARERS = {
GLOBAL_DOM_DISPATCHER: \"initBearer.domDispatcher\",
};
</script>
<script>
";
// line 72
yield from $this->loadTemplate("/js/library/entity_collection/entity_collection.js.twig", "base.html.twig", 72)->unwrap()->yield($context);
// line 73
yield " </script>
<script src=\"/js/vendor/jquery-easing/jquery.easing.min.js\"></script>
";
// line 77
yield "
";
// line 79
yield " <script src=\"/js/vendor/bootstrap/js/4.6.0/bootstrap.bundle.min.js\"></script>
<script src=\"/js/vendor/datatables/jquery.dataTables.min.js\"></script>
<script src=\"/js/vendor/datatables/dataTables.bootstrap4.min.js\"></script>
<script src=\"/js/library/data_table/data_table_extensions.js\"></script>
<script>
";
// line 85
yield from $this->loadTemplate("/js/library/data_table/custom_data_table.js", "base.html.twig", 85)->unwrap()->yield($context);
// line 86
yield " </script>
<script>
";
// line 89
yield from $this->loadTemplate("/js/library/symfony_form_data_builder/symfony_form_data_builder.js.twig", "base.html.twig", 89)->unwrap()->yield($context);
// line 90
yield " </script>
<script>
";
// line 93
yield from $this->loadTemplate("/js/library/json_object_to_components_data_binder/json_object_to_components_data_binder.js.twig", "base.html.twig", 93)->unwrap()->yield($context);
// line 94
yield " </script>
<script>
";
// line 97
yield from $this->loadTemplate("/js/library/json_form_saver/json_form_saver.js.twig", "base.html.twig", 97)->unwrap()->yield($context);
// line 98
yield " </script>
<style>
.svg-ship {
max-width: 70px;
fill: white;
/* transform: scaleX(-1); */
height: 50px;
}
</style>
</head>
";
// line 110
$context["bodyClass"] = (( $this->unwrap()->hasBlock("bodyClass", $context, $blocks)) ? ( $this->unwrap()->renderBlock("bodyClass", $context, $blocks)) : (null));
// line 111
yield " ";
$context["bodyAttrs"] = (( $this->unwrap()->hasBlock("bodyAttrs", $context, $blocks)) ? ( $this->unwrap()->renderBlock("bodyAttrs", $context, $blocks)) : (null));
// line 112
yield "
<body";
// line 113
yield (((isset($context["bodyClass"]) || array_key_exists("bodyClass", $context) ? $context["bodyClass"] : (function () { throw new RuntimeError('Variable "bodyClass" does not exist.', 113, $this->source); })())) ? (((" class=\"" . (isset($context["bodyClass"]) || array_key_exists("bodyClass", $context) ? $context["bodyClass"] : (function () { throw new RuntimeError('Variable "bodyClass" does not exist.', 113, $this->source); })())) . "\"")) : (""));
yield (((isset($context["bodyAttrs"]) || array_key_exists("bodyAttrs", $context) ? $context["bodyAttrs"] : (function () { throw new RuntimeError('Variable "bodyAttrs" does not exist.', 113, $this->source); })())) ? ((" " . (isset($context["bodyAttrs"]) || array_key_exists("bodyAttrs", $context) ? $context["bodyAttrs"] : (function () { throw new RuntimeError('Variable "bodyAttrs" does not exist.', 113, $this->source); })()))) : (""));
yield ">
<!-- Logout Modal-->
<div class=\"modal fade\" id=\"logoutModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"exampleModalLabel\"
aria-hidden=\"true\">
<div class=\"modal-dialog\" role=\"document\">
<div class=\"modal-content\">
<div class=\"modal-header\">
<h5 class=\"modal-title\" id=\"exampleModalLabel\">Выйти сейчас?</h5>
<button class=\"close\" type=\"button\" data-dismiss=\"modal\" aria-label=\"Close\">
<span aria-hidden=\"true\">×</span>
</button>
</div>
<div class=\"modal-body\">Вы выйдете автоматически через 3 часа.</div>
<div class=\"modal-footer\">
<button class=\"btn btn-secondary\" type=\"button\" data-dismiss=\"modal\">Отмена</button>
<a class=\"btn btn-primary\" href=\"";
// line 128
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("logout");
yield "\">Выйти</a>
</div>
</div>
</div>
</div>
<!-- Window Modal-->
<div class=\"modal fade\" id=\"windowModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"windowModalLabel\"
aria-hidden=\"true\">
<div class=\"modal-dialog\" role=\"document\"
style=\"max-width: 700px !important;\"
>
<div class=\"modal-content\">
<div class=\"modal-header\">
<h5 class=\"modal-title\" id=\"windowModalLabel\">Question?</h5>
<button class=\"close\" type=\"button\" data-dismiss=\"modal\" aria-label=\"Close\">
<span aria-hidden=\"true\">×</span>
</button>
</div>
<div class=\"modal-body\">Modal body</div>
<div class=\"modal-footer\">
<button class=\"btn btn-primary\">Yes</button>
<button class=\"btn btn-secondary\" type=\"button\" data-dismiss=\"modal\">No</button>
</div>
</div>
</div>
</div>
";
// line 156
$context["reviewerSettingsForm"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["reviewerSettingsService"]) || array_key_exists("reviewerSettingsService", $context) ? $context["reviewerSettingsService"] : (function () { throw new RuntimeError('Variable "reviewerSettingsService" does not exist.', 156, $this->source); })()), "getCurrentReviewerSettingsForm", [], "method", false, false, false, 156), "createView", [], "method", false, false, false, 156);
// line 157
yield " ";
$context["tipSettingsForm"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["tipSettingsService"]) || array_key_exists("tipSettingsService", $context) ? $context["tipSettingsService"] : (function () { throw new RuntimeError('Variable "tipSettingsService" does not exist.', 157, $this->source); })()), "getCurrentReviewerSettingsForm", [], "method", false, false, false, 157), "createView", [], "method", false, false, false, 157);
// line 158
yield " ";
$context["reviewerSettingsJsonStr"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["reviewerSettingsService"]) || array_key_exists("reviewerSettingsService", $context) ? $context["reviewerSettingsService"] : (function () { throw new RuntimeError('Variable "reviewerSettingsService" does not exist.', 158, $this->source); })()), "getCurrentReviewerSettingsJsonStr", [], "method", false, false, false, 158);
// line 159
yield " ";
$context["tipSettingsJsonStr"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["tipSettingsService"]) || array_key_exists("tipSettingsService", $context) ? $context["tipSettingsService"] : (function () { throw new RuntimeError('Variable "tipSettingsService" does not exist.', 159, $this->source); })()), "getCurrentReviewerTipSettingsStr", [], "method", false, false, false, 159);
// line 160
yield " ";
$context["reviewerSettings"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["reviewerSettingsService"]) || array_key_exists("reviewerSettingsService", $context) ? $context["reviewerSettingsService"] : (function () { throw new RuntimeError('Variable "reviewerSettingsService" does not exist.', 160, $this->source); })()), "getCurrentReviewerSettings", [], "method", false, false, false, 160);
// line 161
yield " ";
$context["tipSettings"] = CoreExtension::getAttribute($this->env, $this->source, (isset($context["tipSettingsService"]) || array_key_exists("tipSettingsService", $context) ? $context["tipSettingsService"] : (function () { throw new RuntimeError('Variable "tipSettingsService" does not exist.', 161, $this->source); })()), "getCurrentReviewerTipSettings", [], "method", false, false, false, 161);
// line 162
yield " ";
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 163
yield "
<script>
const API_COMPARE_DATA_URL = \"";
// line 166
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("api_compare_data");
yield "\";
</script>
";
// line 168
yield from $this->unwrap()->yieldBlock('addJs', $context, $blocks);
// line 169
yield "
<!-- Core plugin JavaScript-->
<!-- Custom scripts for all pages-->
<script src=\"/js/vendor/sb-admin-2.min.js\"></script>
<script>
";
// line 178
yield from $this->loadTemplate("/js/app.js.twig", "base.html.twig", 178)->unwrap()->yield($context);
// line 179
yield " </script>
</body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
return; yield '';
}
// line 5
public function block_title($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", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 8
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 9
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getFunction('encore_entry_link_tags')->getCallable()("app"), "html", null, true);
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 12
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 13
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getFunction('encore_entry_script_tags')->getCallable()("app"), "html", null, true);
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 162
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"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 168
public function block_addJs($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", "addJs"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "addJs"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "base.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 411 => 168, 392 => 162, 378 => 13, 368 => 12, 354 => 9, 344 => 8, 325 => 5, 311 => 179, 309 => 178, 298 => 169, 296 => 168, 291 => 166, 286 => 163, 283 => 162, 280 => 161, 277 => 160, 274 => 159, 271 => 158, 268 => 157, 266 => 156, 235 => 128, 216 => 113, 213 => 112, 210 => 111, 208 => 110, 194 => 98, 192 => 97, 187 => 94, 185 => 93, 180 => 90, 178 => 89, 173 => 86, 171 => 85, 163 => 79, 160 => 77, 155 => 73, 153 => 72, 144 => 65, 142 => 64, 137 => 61, 135 => 60, 128 => 55, 124 => 52, 122 => 51, 118 => 49, 116 => 48, 112 => 46, 110 => 45, 105 => 42, 103 => 41, 99 => 39, 97 => 38, 92 => 35, 90 => 34, 82 => 28, 68 => 15, 66 => 12, 63 => 11, 60 => 8, 55 => 5, 49 => 1,);
}
public function getSourceContext()
{
return new Source("<!DOCTYPE html>
<html>
<head>
<meta charset=\"UTF-8\">
<title>{% block title %}{% endblock %}</title>
<link rel=\"icon\" href=\"data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>\">
{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
<link href=\"/js/vendor/fontawesome-free/css/all.min.css\" rel=\"stylesheet\" type=\"text/css\">
<link
href=\"https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i\"
rel=\"stylesheet\">
<link href=\"/css/attributes.css\" rel=\"stylesheet\">
<link href=\"/css/styles.css\" rel=\"stylesheet\">
<link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN\" crossorigin=\"anonymous\">
<link href=\"/js/vendor/toastify/toastify.min.css\" rel=\"stylesheet\">
<!-- Custom styles for this template-->
<link href=\"/css/sb-admin-2.css\" rel=\"stylesheet\">
{# <link href=\"/css/sb-admin-2.min.css\" rel=\"stylesheet\"> #}
<link href=\"/js/vendor/datatables/dataTables.bootstrap4.min.css\" rel=\"stylesheet\">
<script src=\"/js/vendor/jquery/jquery.min.js\"></script>
<script src=\"/js/vendor/toastify/toastify-js.js\"></script>
<script src=\"/js/library/Utils.js\"></script>
<script>
{% include '/js/library/StringUtils.js' %}
</script>
<script src=\"/js/library/event_dispatcher/event_dispatcher.js\"></script>
<script>
{% include '/js/library/gallery_carousel/gallery_carousel.js.twig' %}
</script>
<script>
{% include '/js/library/month_range_slider/month_range_slider.js.twig' %}
</script>
<script src=\"/js/library/url_builder/url_builder.js\"></script>
<script>
{% include '/js/library/dropdown/dropdown.js.twig' %}
</script>
<script>
{% include '/js/library/dropdown_with_textarea/dropdown_with_textarea.js.twig' %}
</script>
<script>
{% include '/js/library/dropdown_with_input_filter/dropdown_with_input_filter.js.twig' %}
</script>
<script>
{# {% include '/js/library/month_range_slider_dropdown/month_range_slider_dropdown.js.twig' %}#}
</script>
<script src=\"/js/library/dropdown/file_dropdown.js\"></script>
<script src=\"/js/library/Dom.js\"></script>
<script>
{% include '/js/library/DomDispatcher/DomDispatcher.js.twig' %}
</script>
<script>
{% include '/js/library/init_bearer/init_bearer.js.twig' %}
const initBearer = new InitBearer();
const INIT_BEARERS = {
GLOBAL_DOM_DISPATCHER: \"initBearer.domDispatcher\",
};
</script>
<script>
{% include '/js/library/entity_collection/entity_collection.js.twig' %}
</script>
<script src=\"/js/vendor/jquery-easing/jquery.easing.min.js\"></script>
{# <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js\"></script> #}
{# <script src=\"/js/vendor/bootstrap/js/5.3.0/bootstrap.bundle.min.js\"></script> #}
<script src=\"/js/vendor/bootstrap/js/4.6.0/bootstrap.bundle.min.js\"></script>
<script src=\"/js/vendor/datatables/jquery.dataTables.min.js\"></script>
<script src=\"/js/vendor/datatables/dataTables.bootstrap4.min.js\"></script>
<script src=\"/js/library/data_table/data_table_extensions.js\"></script>
<script>
{% include '/js/library/data_table/custom_data_table.js' %}
</script>
<script>
{% include '/js/library/symfony_form_data_builder/symfony_form_data_builder.js.twig' %}
</script>
<script>
{% include '/js/library/json_object_to_components_data_binder/json_object_to_components_data_binder.js.twig' %}
</script>
<script>
{% include '/js/library/json_form_saver/json_form_saver.js.twig' %}
</script>
<style>
.svg-ship {
max-width: 70px;
fill: white;
/* transform: scaleX(-1); */
height: 50px;
}
</style>
</head>
{% set bodyClass = block('bodyClass') is defined ? block('bodyClass') : null %}
{% set bodyAttrs = block('bodyAttrs') is defined ? block('bodyAttrs') : null %}
<body{{ bodyClass ? (' class=\"' ~ bodyClass ~ '\"')|raw }}{{ bodyAttrs ? (' ' ~ bodyAttrs)|raw }}>
<!-- Logout Modal-->
<div class=\"modal fade\" id=\"logoutModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"exampleModalLabel\"
aria-hidden=\"true\">
<div class=\"modal-dialog\" role=\"document\">
<div class=\"modal-content\">
<div class=\"modal-header\">
<h5 class=\"modal-title\" id=\"exampleModalLabel\">Выйти сейчас?</h5>
<button class=\"close\" type=\"button\" data-dismiss=\"modal\" aria-label=\"Close\">
<span aria-hidden=\"true\">×</span>
</button>
</div>
<div class=\"modal-body\">Вы выйдете автоматически через 3 часа.</div>
<div class=\"modal-footer\">
<button class=\"btn btn-secondary\" type=\"button\" data-dismiss=\"modal\">Отмена</button>
<a class=\"btn btn-primary\" href=\"{{ path('logout') }}\">Выйти</a>
</div>
</div>
</div>
</div>
<!-- Window Modal-->
<div class=\"modal fade\" id=\"windowModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"windowModalLabel\"
aria-hidden=\"true\">
<div class=\"modal-dialog\" role=\"document\"
style=\"max-width: 700px !important;\"
>
<div class=\"modal-content\">
<div class=\"modal-header\">
<h5 class=\"modal-title\" id=\"windowModalLabel\">Question?</h5>
<button class=\"close\" type=\"button\" data-dismiss=\"modal\" aria-label=\"Close\">
<span aria-hidden=\"true\">×</span>
</button>
</div>
<div class=\"modal-body\">Modal body</div>
<div class=\"modal-footer\">
<button class=\"btn btn-primary\">Yes</button>
<button class=\"btn btn-secondary\" type=\"button\" data-dismiss=\"modal\">No</button>
</div>
</div>
</div>
</div>
{% set reviewerSettingsForm = reviewerSettingsService.getCurrentReviewerSettingsForm().createView() %}
{% set tipSettingsForm = tipSettingsService.getCurrentReviewerSettingsForm().createView() %}
{% set reviewerSettingsJsonStr = reviewerSettingsService.getCurrentReviewerSettingsJsonStr() %}
{% set tipSettingsJsonStr = tipSettingsService.getCurrentReviewerTipSettingsStr() %}
{% set reviewerSettings = reviewerSettingsService.getCurrentReviewerSettings() %}
{% set tipSettings = tipSettingsService.getCurrentReviewerTipSettings() %}
{% block body %}{% endblock %}
<script>
const API_COMPARE_DATA_URL = \"{{ path('api_compare_data') }}\";
</script>
{% block addJs %}{% endblock %}
<!-- Core plugin JavaScript-->
<!-- Custom scripts for all pages-->
<script src=\"/js/vendor/sb-admin-2.min.js\"></script>
<script>
{% include '/js/app.js.twig' %}
</script>
</body>
</html>
", "base.html.twig", "/home/sariato/www/dev.centr.sariato.ru/templates/base.html.twig");
}
}