var/cache/dev/twig/fb/fba444513f5ac42ea2969ed678a215281ce2cfc89737403ac03ca51930f1e043.php line 128

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_530fa71e2d49db47194695f34b1d038f549dc43bfa9d30014becdef466e10db7 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.     ";
  41.         // line 3
  42.         $context["route_name"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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.'3$this->source); })()), "request", [], "any"falsefalsefalse3), "attributes", [], "any"falsefalsefalse3), "get", ["_route"], "method"falsefalsefalse3);
  43.         // line 4
  44.         echo "    <head>
  45.         <meta charset=\"UTF-8\">
  46.         <title>";
  47.         // line 6
  48.         $this->displayBlock('title'$context$blocks);
  49.         echo "</title>
  50.         ";
  51.         // line 7
  52.         $this->displayBlock('stylesheets'$context$blocks);
  53.         // line 24
  54.         echo "    </head>
  55.     <body>
  56.         <ul class=\"nav nav-tabs\">
  57.             <li class=\"nav-item\">
  58.                 <a ";
  59.         // line 28
  60.         if (((isset($context["route_name"]) || array_key_exists("route_name"$context) ? $context["route_name"] : (function () { throw new RuntimeError('Variable "route_name" does not exist.'28$this->source); })()) == "upload")) {
  61.             echo " class=\"nav-link active\" ";
  62.         } else {
  63.             echo " class=\"nav-link\" ";
  64.         }
  65.         echo " href=\"/\">Subir Archivo</a>
  66.             </li>
  67.             <li class=\"nav-item\">
  68.                 <a ";
  69.         // line 31
  70.         if (((isset($context["route_name"]) || array_key_exists("route_name"$context) ? $context["route_name"] : (function () { throw new RuntimeError('Variable "route_name" does not exist.'31$this->source); })()) == "_shipments")) {
  71.             echo " class=\"nav-link active\" ";
  72.         } else {
  73.             echo " class=\"nav-link\" ";
  74.         }
  75.         echo " href=\"/shipments\">Listado</a>
  76.             </li>
  77.             <li class=\"nav-item\">
  78.                 <a ";
  79.         // line 34
  80.         if (((isset($context["route_name"]) || array_key_exists("route_name"$context) ? $context["route_name"] : (function () { throw new RuntimeError('Variable "route_name" does not exist.'34$this->source); })()) == "_rutas")) {
  81.             echo " class=\"nav-link active\" ";
  82.         } else {
  83.             echo " class=\"nav-link\" ";
  84.         }
  85.         echo " href=\"/rutas\">Rutas</a>
  86.             </li>
  87.             <li class=\"nav-item\">
  88.                 <a ";
  89.         // line 37
  90.         if (((isset($context["route_name"]) || array_key_exists("route_name"$context) ? $context["route_name"] : (function () { throw new RuntimeError('Variable "route_name" does not exist.'37$this->source); })()) == "_truck_report")) {
  91.             echo " class=\"nav-link active\" ";
  92.         } else {
  93.             echo " class=\"nav-link\" ";
  94.         }
  95.         echo " href=\"/truckReport\">Truck Capacity Report</a>
  96.             </li>
  97.             <li class=\"nav-item\">
  98.                 <a  ";
  99.         // line 40
  100.         if (((isset($context["route_name"]) || array_key_exists("route_name"$context) ? $context["route_name"] : (function () { throw new RuntimeError('Variable "route_name" does not exist.'40$this->source); })()) == "_grafica")) {
  101.             echo " class=\"nav-link active\" ";
  102.         } else {
  103.             echo " class=\"nav-link\" ";
  104.         }
  105.         echo " href=\"/grafica\">Gráfica</a>
  106.             </li>
  107.             <li class=\"nav-item\">
  108.                 <a ";
  109.         // line 43
  110.         if (((isset($context["route_name"]) || array_key_exists("route_name"$context) ? $context["route_name"] : (function () { throw new RuntimeError('Variable "route_name" does not exist.'43$this->source); })()) == "_dashboard")) {
  111.             echo " class=\"nav-link active\" ";
  112.         } else {
  113.             echo " class=\"nav-link\" ";
  114.         }
  115.         echo " class=\"nav-link\" href=\"/dashboard\">Dashboard</a>
  116.             </li>
  117.             ";
  118.         // line 45
  119.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_ANONYMOUS")) {
  120.             // line 46
  121.             echo "            <li class=\"nav-item\">
  122.                 <a ";
  123.             // line 47
  124.             if (((isset($context["route_name"]) || array_key_exists("route_name"$context) ? $context["route_name"] : (function () { throw new RuntimeError('Variable "route_name" does not exist.'47$this->source); })()) == "app_login")) {
  125.                 echo " class=\"nav-link active\" ";
  126.             } else {
  127.                 echo " class=\"nav-link\" ";
  128.             }
  129.             echo " class=\"nav-link\" href=\"/login\">Login</a>
  130.             </li>
  131.             ";
  132.         }
  133.         // line 50
  134.         echo "            ";
  135.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_ADMIN")) {
  136.             // line 51
  137.             echo "            <li>
  138.                 <a class=\"nav-link\" href=\"/metas\">Metas</a>
  139.             </li>
  140.             <li>
  141.                 <a class=\"nav-link\" href=\"/logout\">Salir</a>
  142.             </li>
  143.             ";
  144.         }
  145.         // line 58
  146.         echo "        </ul>
  147.         ";
  148.         // line 59
  149.         $this->displayBlock('body'$context$blocks);
  150.         // line 60
  151.         echo "        ";
  152.         $this->displayBlock('javascripts'$context$blocks);
  153.         // line 80
  154.         echo "    </body>
  155. </html>
  156. ";
  157.         
  158.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  159.         
  160.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  161.     }
  162.     // line 6
  163.     public function block_title($context, array $blocks = [])
  164.     {
  165.         $macros $this->macros;
  166.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  167.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  168.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  169.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  170.         echo "Truck Capacity RC";
  171.         
  172.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  173.         
  174.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  175.     }
  176.     // line 7
  177.     public function block_stylesheets($context, array $blocks = [])
  178.     {
  179.         $macros $this->macros;
  180.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  181.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  182.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  183.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  184.         // line 8
  185.         echo "            <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\" integrity=\"sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk\" crossorigin=\"anonymous\">
  186.             <script src=\"https://code.jquery.com/jquery-3.5.1.min.js\" integrity=\"sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=\" crossorigin=\"anonymous\"></script>
  187.             <script src=\"https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js\"></script>
  188.             <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css\" integrity=\"sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==\" crossorigin=\"anonymous\" />
  189.             <link href=\"https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css\" rel=\"stylesheet\" />
  190.             <link href=\"https://fonts.googleapis.com/css?family=Montserrat:300, 400, 600\" rel=\"stylesheet\">
  191.             <link rel=\"stylesheet\" href=\"https://unpkg.com/vue-multiselect@2.1.6/dist/vue-multiselect.min.css\">
  192.             <style>
  193.                 * {
  194.                     font-family: Montserrat;
  195.                 }
  196.                 .row {
  197.                     margin: 0px;
  198.                 }
  199.             </style>
  200.         ";
  201.         
  202.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  203.         
  204.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  205.     }
  206.     // line 59
  207.     public function block_body($context, array $blocks = [])
  208.     {
  209.         $macros $this->macros;
  210.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  211.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  212.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  213.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  214.         
  215.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  216.         
  217.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  218.     }
  219.     // line 60
  220.     public function block_javascripts($context, array $blocks = [])
  221.     {
  222.         $macros $this->macros;
  223.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  224.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  225.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  226.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  227.         // line 61
  228.         echo "        <script>
  229.             \$(document).ready(function(){
  230.                 Vue.component('multiselect', window.VueMultiselect.default);
  231.             });
  232.         </script>
  233.             <script src=\"https://code.jquery.com/ui/1.12.1/jquery-ui.js\"></script>
  234.             <script src=\"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js\" integrity=\"sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49\" crossorigin=\"anonymous\"></script>
  235.             <script src=\"https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.min.js\"></script>
  236.             <script src=\"https://cdn.jsdelivr.net/npm/vue@2.6.12/dist/vue.js\"></script>
  237.             <script src=\"https://unpkg.com/vue-multiselect@2.1.6\"></script>
  238.             <script src=\"";
  239.         // line 72
  240.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/base.js"), "html"nulltrue);
  241.         echo "\"></script>
  242.             <script>
  243.                 var pushEmpate = \"";
  244.         // line 75
  245.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("_push_empate");
  246.         echo "\";
  247.                 
  248.             </script>
  249.         ";
  250.         
  251.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  252.         
  253.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  254.     }
  255.     /**
  256.      * @codeCoverageIgnore
  257.      */
  258.     public function getTemplateName()
  259.     {
  260.         return "base.html.twig";
  261.     }
  262.     /**
  263.      * @codeCoverageIgnore
  264.      */
  265.     public function isTraitable()
  266.     {
  267.         return false;
  268.     }
  269.     /**
  270.      * @codeCoverageIgnore
  271.      */
  272.     public function getDebugInfo()
  273.     {
  274.         return array (  276 => 75,  270 => 72,  257 => 61,  247 => 60,  229 => 59,  204 => 8,  194 => 7,  175 => 6,  163 => 80,  160 => 60,  158 => 59,  155 => 58,  146 => 51,  143 => 50,  133 => 47,  130 => 46,  128 => 45,  119 => 43,  109 => 40,  99 => 37,  89 => 34,  79 => 31,  69 => 28,  63 => 24,  61 => 7,  57 => 6,  53 => 4,  51 => 3,  47 => 1,);
  275.     }
  276.     public function getSourceContext()
  277.     {
  278.         return new Source("<!DOCTYPE html>
  279. <html>
  280.     {% set route_name = app.request.attributes.get('_route') %}
  281.     <head>
  282.         <meta charset=\"UTF-8\">
  283.         <title>{% block title %}Truck Capacity RC{% endblock %}</title>
  284.         {% block stylesheets %}
  285.             <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css\" integrity=\"sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk\" crossorigin=\"anonymous\">
  286.             <script src=\"https://code.jquery.com/jquery-3.5.1.min.js\" integrity=\"sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=\" crossorigin=\"anonymous\"></script>
  287.             <script src=\"https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js\"></script>
  288.             <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css\" integrity=\"sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==\" crossorigin=\"anonymous\" />
  289.             <link href=\"https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css\" rel=\"stylesheet\" />
  290.             <link href=\"https://fonts.googleapis.com/css?family=Montserrat:300, 400, 600\" rel=\"stylesheet\">
  291.             <link rel=\"stylesheet\" href=\"https://unpkg.com/vue-multiselect@2.1.6/dist/vue-multiselect.min.css\">
  292.             <style>
  293.                 * {
  294.                     font-family: Montserrat;
  295.                 }
  296.                 .row {
  297.                     margin: 0px;
  298.                 }
  299.             </style>
  300.         {% endblock %}
  301.     </head>
  302.     <body>
  303.         <ul class=\"nav nav-tabs\">
  304.             <li class=\"nav-item\">
  305.                 <a {% if route_name == 'upload' %} class=\"nav-link active\" {% else %} class=\"nav-link\" {% endif %} href=\"/\">Subir Archivo</a>
  306.             </li>
  307.             <li class=\"nav-item\">
  308.                 <a {% if route_name == '_shipments' %} class=\"nav-link active\" {% else %} class=\"nav-link\" {% endif %} href=\"/shipments\">Listado</a>
  309.             </li>
  310.             <li class=\"nav-item\">
  311.                 <a {% if route_name == '_rutas' %} class=\"nav-link active\" {% else %} class=\"nav-link\" {% endif %} href=\"/rutas\">Rutas</a>
  312.             </li>
  313.             <li class=\"nav-item\">
  314.                 <a {% if route_name == '_truck_report' %} class=\"nav-link active\" {% else %} class=\"nav-link\" {% endif %} href=\"/truckReport\">Truck Capacity Report</a>
  315.             </li>
  316.             <li class=\"nav-item\">
  317.                 <a  {% if route_name == '_grafica' %} class=\"nav-link active\" {% else %} class=\"nav-link\" {% endif %} href=\"/grafica\">Gráfica</a>
  318.             </li>
  319.             <li class=\"nav-item\">
  320.                 <a {% if route_name == '_dashboard' %} class=\"nav-link active\" {% else %} class=\"nav-link\" {% endif %} class=\"nav-link\" href=\"/dashboard\">Dashboard</a>
  321.             </li>
  322.             {% if is_granted('IS_ANONYMOUS') %}
  323.             <li class=\"nav-item\">
  324.                 <a {% if route_name == 'app_login' %} class=\"nav-link active\" {% else %} class=\"nav-link\" {% endif %} class=\"nav-link\" href=\"/login\">Login</a>
  325.             </li>
  326.             {% endif %}
  327.             {% if is_granted('ROLE_ADMIN') %}
  328.             <li>
  329.                 <a class=\"nav-link\" href=\"/metas\">Metas</a>
  330.             </li>
  331.             <li>
  332.                 <a class=\"nav-link\" href=\"/logout\">Salir</a>
  333.             </li>
  334.             {% endif %}
  335.         </ul>
  336.         {% block body %}{% endblock %}
  337.         {% block javascripts %}
  338.         <script>
  339.             \$(document).ready(function(){
  340.                 Vue.component('multiselect', window.VueMultiselect.default);
  341.             });
  342.         </script>
  343.             <script src=\"https://code.jquery.com/ui/1.12.1/jquery-ui.js\"></script>
  344.             <script src=\"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js\" integrity=\"sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49\" crossorigin=\"anonymous\"></script>
  345.             <script src=\"https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.min.js\"></script>
  346.             <script src=\"https://cdn.jsdelivr.net/npm/vue@2.6.12/dist/vue.js\"></script>
  347.             <script src=\"https://unpkg.com/vue-multiselect@2.1.6\"></script>
  348.             <script src=\"{{ asset('js/base.js') }}\"></script>
  349.             <script>
  350.                 var pushEmpate = \"{{path ('_push_empate')}}\";
  351.                 
  352.             </script>
  353.         {% endblock %}
  354.     </body>
  355. </html>
  356. ""base.html.twig""/var/www/templates/base.html.twig");
  357.     }
  358. }