var/cache/dev/twig/5d/5d96dc739aaf4dbce79865928e3d88e3.php line 39

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. /* base.html.twig */
  15. class __TwigTemplate_1c8753c7eaa02c06c398bb9782f6153f extends Template
  16. {
  17.     private $source;
  18.     private $macros = [];
  19.     public function __construct(Environment $env)
  20.     {
  21.         parent::__construct($env);
  22.         $this->source $this->getSourceContext();
  23.         $this->parent false;
  24.         $this->blocks = [
  25.             'title' => [$this'block_title'],
  26.             'stylesheets' => [$this'block_stylesheets'],
  27.             'javascripts' => [$this'block_javascripts'],
  28.             'body' => [$this'block_body'],
  29.             'addJs' => [$this'block_addJs'],
  30.         ];
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  39.         // line 1
  40.         yield "<!DOCTYPE html>
  41. <html>
  42.     <head>
  43.         <meta charset=\"UTF-8\">
  44.         <title>";
  45.         // line 5
  46.         yield from $this->unwrap()->yieldBlock('title'$context$blocks);
  47.         yield "</title>
  48.         <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>\">
  49.         ";
  50.         // line 8
  51.         yield "        ";
  52.         yield from $this->unwrap()->yieldBlock('stylesheets'$context$blocks);
  53.         // line 11
  54.         yield "
  55.         ";
  56.         // line 12
  57.         yield from $this->unwrap()->yieldBlock('javascripts'$context$blocks);
  58.         // line 15
  59.         yield "
  60.         <link href=\"/js/vendor/fontawesome-free/css/all.min.css\" rel=\"stylesheet\" type=\"text/css\">
  61.         <link
  62.             href=\"https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i\"
  63.             rel=\"stylesheet\">
  64.         <link href=\"/css/attributes.css\" rel=\"stylesheet\">
  65.         <link href=\"/css/styles.css\" rel=\"stylesheet\">
  66.         <link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN\" crossorigin=\"anonymous\">
  67.         <link href=\"/js/vendor/toastify/toastify.min.css\" rel=\"stylesheet\">
  68.         <!-- Custom styles for this template-->
  69.         <link href=\"/css/sb-admin-2.css\" rel=\"stylesheet\">
  70.         ";
  71.         // line 28
  72.         yield "        <link href=\"/js/vendor/datatables/dataTables.bootstrap4.min.css\" rel=\"stylesheet\">
  73.         <script src=\"/js/vendor/jquery/jquery.min.js\"></script>
  74.         <script src=\"/js/vendor/toastify/toastify-js.js\"></script>
  75.         <script src=\"/js/library/Utils.js\"></script>
  76.         <script>
  77.             ";
  78.         // line 34
  79.         yield from         $this->loadTemplate("/js/library/StringUtils.js""base.html.twig"34)->unwrap()->yield($context);
  80.         // line 35
  81.         yield "        </script>
  82.         <script src=\"/js/library/event_dispatcher/event_dispatcher.js\"></script>
  83.         <script>
  84.             ";
  85.         // line 38
  86.         yield from         $this->loadTemplate("/js/library/gallery_carousel/gallery_carousel.js.twig""base.html.twig"38)->unwrap()->yield($context);
  87.         // line 39
  88.         yield "        </script>
  89.         <script>
  90.             ";
  91.         // line 41
  92.         yield from         $this->loadTemplate("/js/library/month_range_slider/month_range_slider.js.twig""base.html.twig"41)->unwrap()->yield($context);
  93.         // line 42
  94.         yield "        </script>
  95.         <script src=\"/js/library/url_builder/url_builder.js\"></script>
  96.         <script>
  97.             ";
  98.         // line 45
  99.         yield from         $this->loadTemplate("/js/library/dropdown/dropdown.js.twig""base.html.twig"45)->unwrap()->yield($context);
  100.         // line 46
  101.         yield "        </script>
  102.         <script>
  103.             ";
  104.         // line 48
  105.         yield from         $this->loadTemplate("/js/library/dropdown_with_textarea/dropdown_with_textarea.js.twig""base.html.twig"48)->unwrap()->yield($context);
  106.         // line 49
  107.         yield "        </script>
  108.         <script>
  109.             ";
  110.         // line 51
  111.         yield from         $this->loadTemplate("/js/library/dropdown_with_input_filter/dropdown_with_input_filter.js.twig""base.html.twig"51)->unwrap()->yield($context);
  112.         // line 52
  113.         yield "        </script>
  114.         <script>
  115. ";
  116.         // line 55
  117.         yield "        </script>
  118.         <script src=\"/js/library/dropdown/file_dropdown.js\"></script>
  119.         <script src=\"/js/library/Dom.js\"></script>
  120.         <script>
  121.             ";
  122.         // line 60
  123.         yield from         $this->loadTemplate("/js/library/DomDispatcher/DomDispatcher.js.twig""base.html.twig"60)->unwrap()->yield($context);
  124.         // line 61
  125.         yield "        </script>
  126.         <script>
  127.             ";
  128.         // line 64
  129.         yield from         $this->loadTemplate("/js/library/init_bearer/init_bearer.js.twig""base.html.twig"64)->unwrap()->yield($context);
  130.         // line 65
  131.         yield "            const initBearer = new InitBearer();
  132.             const INIT_BEARERS = {
  133.                 GLOBAL_DOM_DISPATCHER: \"initBearer.domDispatcher\",
  134.             };
  135.         </script>
  136.         <script>
  137.             ";
  138.         // line 72
  139.         yield from         $this->loadTemplate("/js/library/entity_collection/entity_collection.js.twig""base.html.twig"72)->unwrap()->yield($context);
  140.         // line 73
  141.         yield "        </script>
  142.         <script src=\"/js/vendor/jquery-easing/jquery.easing.min.js\"></script>
  143.         ";
  144.         // line 77
  145.         yield "
  146.         ";
  147.         // line 79
  148.         yield "        <script src=\"/js/vendor/bootstrap/js/4.6.0/bootstrap.bundle.min.js\"></script>
  149.         <script src=\"/js/vendor/datatables/jquery.dataTables.min.js\"></script>
  150.         <script src=\"/js/vendor/datatables/dataTables.bootstrap4.min.js\"></script>
  151.         <script src=\"/js/library/data_table/data_table_extensions.js\"></script>
  152.         <script>
  153.             ";
  154.         // line 85
  155.         yield from         $this->loadTemplate("/js/library/data_table/custom_data_table.js""base.html.twig"85)->unwrap()->yield($context);
  156.         // line 86
  157.         yield "        </script>
  158.         <script>
  159.             ";
  160.         // line 89
  161.         yield from         $this->loadTemplate("/js/library/symfony_form_data_builder/symfony_form_data_builder.js.twig""base.html.twig"89)->unwrap()->yield($context);
  162.         // line 90
  163.         yield "        </script>
  164.         <script>
  165.             ";
  166.         // line 93
  167.         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);
  168.         // line 94
  169.         yield "        </script>
  170.         <script>
  171.             ";
  172.         // line 97
  173.         yield from         $this->loadTemplate("/js/library/json_form_saver/json_form_saver.js.twig""base.html.twig"97)->unwrap()->yield($context);
  174.         // line 98
  175.         yield "        </script>
  176.         <style>
  177.             .svg-ship {
  178.                 max-width: 70px;
  179.                 fill: white;
  180.                 /* transform: scaleX(-1); */
  181.                 height: 50px;
  182.             }
  183.         </style>
  184.     </head>
  185.     ";
  186.         // line 110
  187.         $context["bodyClass"] = ((        $this->unwrap()->hasBlock("bodyClass"$context$blocks)) ? (        $this->unwrap()->renderBlock("bodyClass"$context$blocks)) : (null));
  188.         // line 111
  189.         yield "    ";
  190.         $context["bodyAttrs"] = ((        $this->unwrap()->hasBlock("bodyAttrs"$context$blocks)) ? (        $this->unwrap()->renderBlock("bodyAttrs"$context$blocks)) : (null));
  191.         // line 112
  192.         yield "
  193.     <body";
  194.         // line 113
  195.         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); })())) . "\"")) : (""));
  196.         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); })()))) : (""));
  197.         yield ">
  198.         <!-- Logout Modal-->
  199.         <div class=\"modal fade\" id=\"logoutModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"exampleModalLabel\"
  200.             aria-hidden=\"true\">
  201.             <div class=\"modal-dialog\" role=\"document\">
  202.                 <div class=\"modal-content\">
  203.                     <div class=\"modal-header\">
  204.                         <h5 class=\"modal-title\" id=\"exampleModalLabel\">Выйти сейчас?</h5>
  205.                         <button class=\"close\" type=\"button\" data-dismiss=\"modal\" aria-label=\"Close\">
  206.                             <span aria-hidden=\"true\">×</span>
  207.                         </button>
  208.                     </div>
  209.                     <div class=\"modal-body\">Вы выйдете автоматически через 3 часа.</div>
  210.                     <div class=\"modal-footer\">
  211.                         <button class=\"btn btn-secondary\" type=\"button\" data-dismiss=\"modal\">Отмена</button>
  212.                         <a class=\"btn btn-primary\" href=\"";
  213.         // line 128
  214.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("logout");
  215.         yield "\">Выйти</a>
  216.                     </div>
  217.                 </div>
  218.             </div>
  219.         </div>
  220.         <!-- Window Modal-->
  221.         <div class=\"modal fade\" id=\"windowModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"windowModalLabel\"
  222.             aria-hidden=\"true\">
  223.             <div class=\"modal-dialog\" role=\"document\"
  224.                  style=\"max-width: 700px !important;\"
  225.             >
  226.                 <div class=\"modal-content\">
  227.                     <div class=\"modal-header\">
  228.                         <h5 class=\"modal-title\" id=\"windowModalLabel\">Question?</h5>
  229.                         <button class=\"close\" type=\"button\" data-dismiss=\"modal\" aria-label=\"Close\">
  230.                             <span aria-hidden=\"true\">×</span>
  231.                         </button>
  232.                     </div>
  233.                     <div class=\"modal-body\">Modal body</div>
  234.                     <div class=\"modal-footer\">
  235.                         <button class=\"btn btn-primary\">Yes</button>
  236.                         <button class=\"btn btn-secondary\" type=\"button\" data-dismiss=\"modal\">No</button>
  237.                     </div>
  238.                 </div>
  239.             </div>
  240.         </div>
  241.         ";
  242.         // line 156
  243.         $context["reviewerSettingsForm"] = CoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse156), "createView", [], "method"falsefalsefalse156);
  244.         // line 157
  245.         yield "        ";
  246.         $context["tipSettingsForm"] = CoreExtension::getAttribute($this->env$this->sourceCoreExtension::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"falsefalsefalse157), "createView", [], "method"falsefalsefalse157);
  247.         // line 158
  248.         yield "        ";
  249.         $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"falsefalsefalse158);
  250.         // line 159
  251.         yield "        ";
  252.         $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"falsefalsefalse159);
  253.         // line 160
  254.         yield "        ";
  255.         $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"falsefalsefalse160);
  256.         // line 161
  257.         yield "        ";
  258.         $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"falsefalsefalse161);
  259.         // line 162
  260.         yield "        ";
  261.         yield from $this->unwrap()->yieldBlock('body'$context$blocks);
  262.         // line 163
  263.         yield "
  264.         <script>
  265.             const API_COMPARE_DATA_URL = \"";
  266.         // line 166
  267.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("api_compare_data");
  268.         yield "\";
  269.         </script>
  270.         ";
  271.         // line 168
  272.         yield from $this->unwrap()->yieldBlock('addJs'$context$blocks);
  273.         // line 169
  274.         yield "
  275.         <!-- Core plugin JavaScript-->
  276.         <!-- Custom scripts for all pages-->
  277.         <script src=\"/js/vendor/sb-admin-2.min.js\"></script>
  278.         <script>
  279.             ";
  280.         // line 178
  281.         yield from         $this->loadTemplate("/js/app.js.twig""base.html.twig"178)->unwrap()->yield($context);
  282.         // line 179
  283.         yield "        </script>
  284.     </body>
  285. </html>
  286. ";
  287.         
  288.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  289.         
  290.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  291.         return; yield '';
  292.     }
  293.     // line 5
  294.     public function block_title($context, array $blocks = [])
  295.     {
  296.         $macros $this->macros;
  297.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  298.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  299.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  300.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  301.         
  302.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  303.         
  304.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  305.         return; yield '';
  306.     }
  307.     // line 8
  308.     public function block_stylesheets($context, array $blocks = [])
  309.     {
  310.         $macros $this->macros;
  311.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  312.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  313.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  314.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  315.         // line 9
  316.         yield "            ";
  317.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getFunction('encore_entry_link_tags')->getCallable()("app"), "html"nulltrue);
  318.         yield "
  319.         ";
  320.         
  321.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  322.         
  323.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  324.         return; yield '';
  325.     }
  326.     // line 12
  327.     public function block_javascripts($context, array $blocks = [])
  328.     {
  329.         $macros $this->macros;
  330.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  331.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  332.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  333.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  334.         // line 13
  335.         yield "            ";
  336.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getFunction('encore_entry_script_tags')->getCallable()("app"), "html"nulltrue);
  337.         yield "
  338.         ";
  339.         
  340.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  341.         
  342.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  343.         return; yield '';
  344.     }
  345.     // line 162
  346.     public function block_body($context, array $blocks = [])
  347.     {
  348.         $macros $this->macros;
  349.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  350.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  351.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  352.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  353.         
  354.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  355.         
  356.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  357.         return; yield '';
  358.     }
  359.     // line 168
  360.     public function block_addJs($context, array $blocks = [])
  361.     {
  362.         $macros $this->macros;
  363.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  364.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""addJs"));
  365.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  366.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""addJs"));
  367.         
  368.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  369.         
  370.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  371.         return; yield '';
  372.     }
  373.     /**
  374.      * @codeCoverageIgnore
  375.      */
  376.     public function getTemplateName()
  377.     {
  378.         return "base.html.twig";
  379.     }
  380.     /**
  381.      * @codeCoverageIgnore
  382.      */
  383.     public function isTraitable()
  384.     {
  385.         return false;
  386.     }
  387.     /**
  388.      * @codeCoverageIgnore
  389.      */
  390.     public function getDebugInfo()
  391.     {
  392.         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,);
  393.     }
  394.     public function getSourceContext()
  395.     {
  396.         return new Source("<!DOCTYPE html>
  397. <html>
  398.     <head>
  399.         <meta charset=\"UTF-8\">
  400.         <title>{% block title %}{% endblock %}</title>
  401.         <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>\">
  402.         {# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
  403.         {% block stylesheets %}
  404.             {{ encore_entry_link_tags('app') }}
  405.         {% endblock %}
  406.         {% block javascripts %}
  407.             {{ encore_entry_script_tags('app') }}
  408.         {% endblock %}
  409.         <link href=\"/js/vendor/fontawesome-free/css/all.min.css\" rel=\"stylesheet\" type=\"text/css\">
  410.         <link
  411.             href=\"https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i\"
  412.             rel=\"stylesheet\">
  413.         <link href=\"/css/attributes.css\" rel=\"stylesheet\">
  414.         <link href=\"/css/styles.css\" rel=\"stylesheet\">
  415.         <link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN\" crossorigin=\"anonymous\">
  416.         <link href=\"/js/vendor/toastify/toastify.min.css\" rel=\"stylesheet\">
  417.         <!-- Custom styles for this template-->
  418.         <link href=\"/css/sb-admin-2.css\" rel=\"stylesheet\">
  419.         {# <link href=\"/css/sb-admin-2.min.css\" rel=\"stylesheet\"> #}
  420.         <link href=\"/js/vendor/datatables/dataTables.bootstrap4.min.css\" rel=\"stylesheet\">
  421.         <script src=\"/js/vendor/jquery/jquery.min.js\"></script>
  422.         <script src=\"/js/vendor/toastify/toastify-js.js\"></script>
  423.         <script src=\"/js/library/Utils.js\"></script>
  424.         <script>
  425.             {% include '/js/library/StringUtils.js' %}
  426.         </script>
  427.         <script src=\"/js/library/event_dispatcher/event_dispatcher.js\"></script>
  428.         <script>
  429.             {% include '/js/library/gallery_carousel/gallery_carousel.js.twig' %}
  430.         </script>
  431.         <script>
  432.             {% include '/js/library/month_range_slider/month_range_slider.js.twig' %}
  433.         </script>
  434.         <script src=\"/js/library/url_builder/url_builder.js\"></script>
  435.         <script>
  436.             {% include '/js/library/dropdown/dropdown.js.twig' %}
  437.         </script>
  438.         <script>
  439.             {% include '/js/library/dropdown_with_textarea/dropdown_with_textarea.js.twig' %}
  440.         </script>
  441.         <script>
  442.             {% include '/js/library/dropdown_with_input_filter/dropdown_with_input_filter.js.twig' %}
  443.         </script>
  444.         <script>
  445. {#            {% include '/js/library/month_range_slider_dropdown/month_range_slider_dropdown.js.twig' %}#}
  446.         </script>
  447.         <script src=\"/js/library/dropdown/file_dropdown.js\"></script>
  448.         <script src=\"/js/library/Dom.js\"></script>
  449.         <script>
  450.             {% include '/js/library/DomDispatcher/DomDispatcher.js.twig' %}
  451.         </script>
  452.         <script>
  453.             {% include '/js/library/init_bearer/init_bearer.js.twig' %}
  454.             const initBearer = new InitBearer();
  455.             const INIT_BEARERS = {
  456.                 GLOBAL_DOM_DISPATCHER: \"initBearer.domDispatcher\",
  457.             };
  458.         </script>
  459.         <script>
  460.             {% include '/js/library/entity_collection/entity_collection.js.twig' %}
  461.         </script>
  462.         <script src=\"/js/vendor/jquery-easing/jquery.easing.min.js\"></script>
  463.         {# <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js\"></script> #}
  464.         {# <script src=\"/js/vendor/bootstrap/js/5.3.0/bootstrap.bundle.min.js\"></script> #}
  465.         <script src=\"/js/vendor/bootstrap/js/4.6.0/bootstrap.bundle.min.js\"></script>
  466.         <script src=\"/js/vendor/datatables/jquery.dataTables.min.js\"></script>
  467.         <script src=\"/js/vendor/datatables/dataTables.bootstrap4.min.js\"></script>
  468.         <script src=\"/js/library/data_table/data_table_extensions.js\"></script>
  469.         <script>
  470.             {% include '/js/library/data_table/custom_data_table.js' %}
  471.         </script>
  472.         <script>
  473.             {% include '/js/library/symfony_form_data_builder/symfony_form_data_builder.js.twig' %}
  474.         </script>
  475.         <script>
  476.             {% include '/js/library/json_object_to_components_data_binder/json_object_to_components_data_binder.js.twig' %}
  477.         </script>
  478.         <script>
  479.             {% include '/js/library/json_form_saver/json_form_saver.js.twig' %}
  480.         </script>
  481.         <style>
  482.             .svg-ship {
  483.                 max-width: 70px;
  484.                 fill: white;
  485.                 /* transform: scaleX(-1); */
  486.                 height: 50px;
  487.             }
  488.         </style>
  489.     </head>
  490.     {% set bodyClass = block('bodyClass') is defined ? block('bodyClass') : null %}
  491.     {% set bodyAttrs = block('bodyAttrs') is defined ? block('bodyAttrs') : null %}
  492.     <body{{ bodyClass ? (' class=\"' ~ bodyClass ~ '\"')|raw }}{{ bodyAttrs ? (' ' ~ bodyAttrs)|raw }}>
  493.         <!-- Logout Modal-->
  494.         <div class=\"modal fade\" id=\"logoutModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"exampleModalLabel\"
  495.             aria-hidden=\"true\">
  496.             <div class=\"modal-dialog\" role=\"document\">
  497.                 <div class=\"modal-content\">
  498.                     <div class=\"modal-header\">
  499.                         <h5 class=\"modal-title\" id=\"exampleModalLabel\">Выйти сейчас?</h5>
  500.                         <button class=\"close\" type=\"button\" data-dismiss=\"modal\" aria-label=\"Close\">
  501.                             <span aria-hidden=\"true\">×</span>
  502.                         </button>
  503.                     </div>
  504.                     <div class=\"modal-body\">Вы выйдете автоматически через 3 часа.</div>
  505.                     <div class=\"modal-footer\">
  506.                         <button class=\"btn btn-secondary\" type=\"button\" data-dismiss=\"modal\">Отмена</button>
  507.                         <a class=\"btn btn-primary\" href=\"{{ path('logout') }}\">Выйти</a>
  508.                     </div>
  509.                 </div>
  510.             </div>
  511.         </div>
  512.         <!-- Window Modal-->
  513.         <div class=\"modal fade\" id=\"windowModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"windowModalLabel\"
  514.             aria-hidden=\"true\">
  515.             <div class=\"modal-dialog\" role=\"document\"
  516.                  style=\"max-width: 700px !important;\"
  517.             >
  518.                 <div class=\"modal-content\">
  519.                     <div class=\"modal-header\">
  520.                         <h5 class=\"modal-title\" id=\"windowModalLabel\">Question?</h5>
  521.                         <button class=\"close\" type=\"button\" data-dismiss=\"modal\" aria-label=\"Close\">
  522.                             <span aria-hidden=\"true\">×</span>
  523.                         </button>
  524.                     </div>
  525.                     <div class=\"modal-body\">Modal body</div>
  526.                     <div class=\"modal-footer\">
  527.                         <button class=\"btn btn-primary\">Yes</button>
  528.                         <button class=\"btn btn-secondary\" type=\"button\" data-dismiss=\"modal\">No</button>
  529.                     </div>
  530.                 </div>
  531.             </div>
  532.         </div>
  533.         {% set reviewerSettingsForm = reviewerSettingsService.getCurrentReviewerSettingsForm().createView() %}
  534.         {% set tipSettingsForm = tipSettingsService.getCurrentReviewerSettingsForm().createView() %}
  535.         {% set reviewerSettingsJsonStr = reviewerSettingsService.getCurrentReviewerSettingsJsonStr() %}
  536.         {% set tipSettingsJsonStr = tipSettingsService.getCurrentReviewerTipSettingsStr() %}
  537.         {% set reviewerSettings = reviewerSettingsService.getCurrentReviewerSettings() %}
  538.         {% set tipSettings = tipSettingsService.getCurrentReviewerTipSettings() %}
  539.         {% block body %}{% endblock %}
  540.         <script>
  541.             const API_COMPARE_DATA_URL = \"{{ path('api_compare_data') }}\";
  542.         </script>
  543.         {% block addJs %}{% endblock %}
  544.         <!-- Core plugin JavaScript-->
  545.         <!-- Custom scripts for all pages-->
  546.         <script src=\"/js/vendor/sb-admin-2.min.js\"></script>
  547.         <script>
  548.             {% include '/js/app.js.twig' %}
  549.         </script>
  550.     </body>
  551. </html>
  552. ""base.html.twig""/home/sariato/www/dev.centr.sariato.ru/templates/base.html.twig");
  553.     }
  554. }