var/cache/dev/twig/0f/0f5ab306586ca6e45392caf5cd30adff62bbdfd9bb3a2ff0c0cee2449b5aa997.php line 37

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* base.html.twig */
  14. class __TwigTemplate_dc3c1ba4620a80f0873c2b83e37b2e798fefe72fce60f27537e0fe587e78d89c extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'title' => [$this'block_title'],
  25.             'stylesheets' => [$this'block_stylesheets'],
  26.             'body' => [$this'block_body'],
  27.             'javascripts' => [$this'block_javascripts'],
  28.         ];
  29.     }
  30.     protected function doDisplay(array $context, array $blocks = [])
  31.     {
  32.         $macros $this->macros;
  33.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  35.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  37.         // line 1
  38.         echo "<!DOCTYPE html>
  39. <html>
  40. <head>
  41.     <meta charset=\"UTF-8\">
  42.     <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">
  43.     <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">
  44.     <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">
  45.     <link rel=\"manifest\" href=\"/site.webmanifest\">
  46.     <meta name=\"msapplication-TileColor\" content=\"#da532c\">
  47.     <meta name=\"theme-color\" content=\"#ffffff\">
  48.     <title>";
  49.         // line 11
  50.         $this->displayBlock('title'$context$blocks);
  51.         echo "</title>
  52.     ";
  53.         // line 14
  54.         echo "    ";
  55.         $this->displayBlock('stylesheets'$context$blocks);
  56.         // line 24
  57.         echo "</head>
  58. <body>
  59. ";
  60.         // line 26
  61.         if (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.'26$this->source); })()), "user", [], "any"falsefalsefalse26)) {
  62.             // line 27
  63.             echo "    <div class=\"d-flex flex-column flex-md-row align-items-center p-1 px-md-4 mb-3 bg-white border-bottom shadow-sm\">
  64.         <div class=\"container-fluid\">
  65.             <nav style=\"margin-left: -10px;\" class=\"navbar px-0 navbar-expand-lg navbar-light\">
  66.                 <h5 class=\"my-0 mr-md-auto font-weight-normal\">
  67.                     <a class=\"navbar-brand\" href=\"/\">
  68.                         <img style=\"max-height: 45px;\" src=\"";
  69.             // line 32
  70.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/logo_crm.png"), "html"nulltrue);
  71.             echo "\">
  72.                     </a>
  73.                 </h5>
  74.                 <a class=\"px-3 text-dark\" href=\"";
  75.             // line 35
  76.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("orders");
  77.             echo "\">
  78.                     <i class=\"fa fa-list-alt\" aria-hidden=\"true\"></i> Заказы
  79.                 </a>
  80.                 <a class=\"px-3 text-dark\" href=\"";
  81.             // line 38
  82.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("agents");
  83.             echo "\">
  84.                     <i class=\"fa fa-user\" aria-hidden=\"true\"></i> Покупатели
  85.                 </a>
  86.                 <div class=\"nav-item dropdown\">
  87.                     <a class=\"px-3 text-dark nav-link dropdown-toggle\" href=\"#\" id=\"dropdownArchive\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">
  88.                         <i class=\"fa fa-archive\" aria-hidden=\"true\"></i> Архив
  89.                     </a>
  90.                     <div class=\"dropdown-menu\" aria-labelledby=\"dropdownArchive\">
  91.                         <a class=\"dropdown-item\" href=\"";
  92.             // line 46
  93.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("archive");
  94.             echo "\">Остатки</a>
  95.                         <a class=\"dropdown-item\" href=\"";
  96.             // line 47
  97.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("nomen");
  98.             echo "\">Номенклатура</a>
  99.                     </div>
  100.                 </div>
  101.                 ";
  102.             // line 50
  103.             if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN")) {
  104.                 // line 51
  105.                 echo "                    <a class=\"px-3 text-dark\" href=\"";
  106.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("users");
  107.                 echo "\"><i class=\"fa fa-users\" aria-hidden=\"true\"></i>
  108.                         Пользователи</a>
  109.                 ";
  110.             }
  111.             // line 54
  112.             echo "                <a class=\"btn btn-outline-secondary\" href=\"";
  113.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_logout");
  114.             echo "\"><i class=\"fa fa-sign-out\" aria-hidden=\"true\"></i>
  115.                     Выйти</a>
  116.             </nav>
  117.         </div>
  118.     </div>
  119. ";
  120.         }
  121.         // line 60
  122.         $this->displayBlock('body'$context$blocks);
  123.         // line 61
  124.         $this->displayBlock('javascripts'$context$blocks);
  125.         // line 77
  126.         echo "</body>
  127. </html>";
  128.         
  129.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  130.         
  131.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  132.     }
  133.     // line 11
  134.     public function block_title($context, array $blocks = [])
  135.     {
  136.         $macros $this->macros;
  137.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  138.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  139.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  140.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  141.         echo "Вам газета";
  142.         
  143.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  144.         
  145.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  146.     }
  147.     // line 14
  148.     public function block_stylesheets($context, array $blocks = [])
  149.     {
  150.         $macros $this->macros;
  151.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  152.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  153.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  154.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  155.         // line 15
  156.         echo "        <link rel=\"stylesheet\" href=\"";
  157.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/bootstrap.min.cerulean.css"), "html"nulltrue);
  158.         echo "\">
  159.         <link rel=\"stylesheet\" href=\"";
  160.         // line 16
  161.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/app.css"), "html"nulltrue);
  162.         echo "\">
  163.         <link rel=\"stylesheet\" href=\"";
  164.         // line 17
  165.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/chosen.css"), "html"nulltrue);
  166.         echo "\">
  167.         <link rel=\"stylesheet\" href=\"";
  168.         // line 18
  169.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/font-awesome/css/font-awesome.css"), "html"nulltrue);
  170.         echo "\">
  171.         <link rel=\"stylesheet\" href=\"";
  172.         // line 19
  173.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/datepicker.min.css"), "html"nulltrue);
  174.         echo "\">
  175.         <!--<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css\" integrity=\"sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l\" crossorigin=\"anonymous\">
  176.         -->
  177.     ";
  178.         
  179.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  180.         
  181.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  182.     }
  183.     // line 60
  184.     public function block_body($context, array $blocks = [])
  185.     {
  186.         $macros $this->macros;
  187.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  188.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  189.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  190.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  191.         
  192.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  193.         
  194.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  195.     }
  196.     // line 61
  197.     public function block_javascripts($context, array $blocks = [])
  198.     {
  199.         $macros $this->macros;
  200.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  201.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  202.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  203.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  204.         // line 62
  205.         echo "    <script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js\"
  206.             integrity=\"sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==\" crossorigin=\"anonymous\"></script>
  207.     <script src=\"";
  208.         // line 64
  209.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/datepicker.min.js"), "html"nulltrue);
  210.         echo "\"/>
  211.     <script src=\"";
  212.         // line 65
  213.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/ru.js"), "html"nulltrue);
  214.         echo "\"/>
  215. ";
  216.         // line 68
  217.         echo "    <script src=\"https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js\"
  218.             integrity=\"sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN\" crossorigin=\"anonymous\"></script>
  219.     <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js\"
  220.             integrity=\"sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF\" crossorigin=\"anonymous\"></script>
  221.     <script src=\"https://cdn.rawgit.com/RobinHerbots/Inputmask/3.2.7/dist/min/jquery.inputmask.bundle.min.js\" type=\"text/javascript\"></script>
  222.     <script src=\"https://cdn.rawgit.com/andr-04/inputmask-multi/1.2.0/js/jquery.inputmask-multi.js\"></script>
  223.     <script src=\"";
  224.         // line 74
  225.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/app.js"), "html"nulltrue);
  226.         echo "\"></script>
  227.     <script src=\"";
  228.         // line 75
  229.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/chosen.jquery.min.js"), "html"nulltrue);
  230.         echo "\"></script>
  231. ";
  232.         
  233.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  234.         
  235.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  236.     }
  237.     public function getTemplateName()
  238.     {
  239.         return "base.html.twig";
  240.     }
  241.     public function isTraitable()
  242.     {
  243.         return false;
  244.     }
  245.     public function getDebugInfo()
  246.     {
  247.         return array (  259 => 75,  255 => 74,  247 => 68,  243 => 65,  239 => 64,  235 => 62,  225 => 61,  207 => 60,  192 => 19,  188 => 18,  184 => 17,  180 => 16,  175 => 15,  165 => 14,  146 => 11,  135 => 77,  133 => 61,  131 => 60,  121 => 54,  114 => 51,  112 => 50,  106 => 47,  102 => 46,  91 => 38,  85 => 35,  79 => 32,  72 => 27,  70 => 26,  66 => 24,  63 => 14,  59 => 11,  47 => 1,);
  248.     }
  249.     public function getSourceContext()
  250.     {
  251.         return new Source("<!DOCTYPE html>
  252. <html>
  253. <head>
  254.     <meta charset=\"UTF-8\">
  255.     <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\">
  256.     <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">
  257.     <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">
  258.     <link rel=\"manifest\" href=\"/site.webmanifest\">
  259.     <meta name=\"msapplication-TileColor\" content=\"#da532c\">
  260.     <meta name=\"theme-color\" content=\"#ffffff\">
  261.     <title>{% block title %}Вам газета{% endblock %}</title>
  262.     {# Run `composer require symfony/webpack-encore-bundle`
  263.     and uncomment the following Encore helpers to start using Symfony UX #}
  264.     {% block stylesheets %}
  265.         <link rel=\"stylesheet\" href=\"{{ asset('assets/css/bootstrap.min.cerulean.css') }}\">
  266.         <link rel=\"stylesheet\" href=\"{{ asset('assets/css/app.css') }}\">
  267.         <link rel=\"stylesheet\" href=\"{{ asset('assets/css/chosen.css') }}\">
  268.         <link rel=\"stylesheet\" href=\"{{ asset('assets/font-awesome/css/font-awesome.css') }}\">
  269.         <link rel=\"stylesheet\" href=\"{{ asset('assets/css/datepicker.min.css') }}\">
  270.         <!--<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css\" integrity=\"sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l\" crossorigin=\"anonymous\">
  271.         -->
  272.     {% endblock %}
  273. </head>
  274. <body>
  275. {% if app.user %}
  276.     <div class=\"d-flex flex-column flex-md-row align-items-center p-1 px-md-4 mb-3 bg-white border-bottom shadow-sm\">
  277.         <div class=\"container-fluid\">
  278.             <nav style=\"margin-left: -10px;\" class=\"navbar px-0 navbar-expand-lg navbar-light\">
  279.                 <h5 class=\"my-0 mr-md-auto font-weight-normal\">
  280.                     <a class=\"navbar-brand\" href=\"/\">
  281.                         <img style=\"max-height: 45px;\" src=\"{{ asset('assets/logo_crm.png') }}\">
  282.                     </a>
  283.                 </h5>
  284.                 <a class=\"px-3 text-dark\" href=\"{{ path('orders') }}\">
  285.                     <i class=\"fa fa-list-alt\" aria-hidden=\"true\"></i> Заказы
  286.                 </a>
  287.                 <a class=\"px-3 text-dark\" href=\"{{ path('agents') }}\">
  288.                     <i class=\"fa fa-user\" aria-hidden=\"true\"></i> Покупатели
  289.                 </a>
  290.                 <div class=\"nav-item dropdown\">
  291.                     <a class=\"px-3 text-dark nav-link dropdown-toggle\" href=\"#\" id=\"dropdownArchive\" data-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"false\">
  292.                         <i class=\"fa fa-archive\" aria-hidden=\"true\"></i> Архив
  293.                     </a>
  294.                     <div class=\"dropdown-menu\" aria-labelledby=\"dropdownArchive\">
  295.                         <a class=\"dropdown-item\" href=\"{{ path('archive') }}\">Остатки</a>
  296.                         <a class=\"dropdown-item\" href=\"{{ path('nomen') }}\">Номенклатура</a>
  297.                     </div>
  298.                 </div>
  299.                 {% if is_granted('ROLE_ADMIN') %}
  300.                     <a class=\"px-3 text-dark\" href=\"{{ path('users') }}\"><i class=\"fa fa-users\" aria-hidden=\"true\"></i>
  301.                         Пользователи</a>
  302.                 {% endif %}
  303.                 <a class=\"btn btn-outline-secondary\" href=\"{{ path('app_logout') }}\"><i class=\"fa fa-sign-out\" aria-hidden=\"true\"></i>
  304.                     Выйти</a>
  305.             </nav>
  306.         </div>
  307.     </div>
  308. {% endif %}
  309. {% block body %}{% endblock %}
  310. {% block javascripts %}
  311.     <script src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js\"
  312.             integrity=\"sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==\" crossorigin=\"anonymous\"></script>
  313.     <script src=\"{{ asset('assets/js/datepicker.min.js') }}\"/>
  314.     <script src=\"{{ asset('assets/js/ru.js') }}\"/>
  315. {#    <script src=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/js/bootstrap-datepicker.min.js\"></script>#}
  316. {#    <script src=\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/locales/bootstrap-datepicker.ru.min.js\"></script>#}
  317.     <script src=\"https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js\"
  318.             integrity=\"sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN\" crossorigin=\"anonymous\"></script>
  319.     <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js\"
  320.             integrity=\"sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF\" crossorigin=\"anonymous\"></script>
  321.     <script src=\"https://cdn.rawgit.com/RobinHerbots/Inputmask/3.2.7/dist/min/jquery.inputmask.bundle.min.js\" type=\"text/javascript\"></script>
  322.     <script src=\"https://cdn.rawgit.com/andr-04/inputmask-multi/1.2.0/js/jquery.inputmask-multi.js\"></script>
  323.     <script src=\"{{ asset(\"assets/js/app.js\") }}\"></script>
  324.     <script src=\"{{ asset(\"assets/js/chosen.jquery.min.js\") }}\"></script>
  325. {% endblock %}
  326. </body>
  327. </html>""base.html.twig""/var/www/crm.vamgazeta.ru/templates/base.html.twig");
  328.     }
  329. }