var/cache/dev/twig/f4/f4666257601cb0c9d7562f2917cb1c125871412b9045e68468dec20b2a9ea002.php line 53

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. /* @templates/Front/RoadAssistance/index.html.twig */
  14. class __TwigTemplate_98effea744f92ed0f6414f17e25a133f0eed3584f279842a3fe435c5d64d705a extends \Twig\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->blocks = [
  23.             'head' => [$this'block_head'],
  24.             'title' => [$this'block_title'],
  25.             'metatags' => [$this'block_metatags'],
  26.             'stylesheets' => [$this'block_stylesheets'],
  27.             'javascripts' => [$this'block_javascripts'],
  28.             'content' => [$this'block_content'],
  29.         ];
  30.     }
  31.     protected function doGetParent(array $context)
  32.     {
  33.         // line 1
  34.         return "@templates/Front/Shop/layout.html.twig";
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = [])
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@templates/Front/RoadAssistance/index.html.twig"));
  41.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@templates/Front/RoadAssistance/index.html.twig"));
  43.         $this->parent $this->loadTemplate("@templates/Front/Shop/layout.html.twig""@templates/Front/RoadAssistance/index.html.twig"1);
  44.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  47.         
  48.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  49.     }
  50.     // line 3
  51.     public function block_head($context, array $blocks = [])
  52.     {
  53.         $macros $this->macros;
  54.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  55.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  56.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  57.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head"));
  58.         // line 4
  59.         echo "    <head>
  60.         ";
  61.         // line 5
  62.         $this->displayBlock('title'$context$blocks);
  63.         // line 6
  64.         echo "        ";
  65.         $this->displayBlock('metatags'$context$blocks);
  66.         // line 9
  67.         echo "        <meta name=\"keywords\" content=\"";
  68.         if ((twig_length_filter($this->env, (isset($context["keywordsForSeo"]) || array_key_exists("keywordsForSeo"$context) ? $context["keywordsForSeo"] : (function () { throw new RuntimeError('Variable "keywordsForSeo" does not exist.'9$this->source); })())) > 0)) {
  69.             echo " ";
  70.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["keywordsForSeo"]) || array_key_exists("keywordsForSeo"$context) ? $context["keywordsForSeo"] : (function () { throw new RuntimeError('Variable "keywordsForSeo" does not exist.'9$this->source); })()), "content", [], "any"falsefalsefalse9), "html"nulltrue);
  71.             echo " ";
  72.         }
  73.         echo "\"/>
  74.         <meta charset=\"utf-8\">
  75.         <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  76.         <meta http-equiv=\"Content-Language\" content=\"ro\">
  77.         <meta name=\"google-site-verification\" content=\"BEtIqk-choaMawpOxG98NtbWKAZK5MuTxV_2-pSHGFQ\">
  78.         <meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
  79.         ";
  80.         // line 15
  81.         $this->displayBlock('stylesheets'$context$blocks);
  82.         // line 24
  83.         echo "        ";
  84.         echo call_user_func_array($this->env->getFunction('sonata_block_render_event')->getCallable(), ["sylius.shop.layout.head"]);
  85.         echo "
  86.         ";
  87.         // line 25
  88.         $this->displayBlock('javascripts'$context$blocks);
  89.         // line 30
  90.         echo "    </head>
  91. ";
  92.         
  93.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  94.         
  95.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  96.     }
  97.     // line 5
  98.     public function block_title($context, array $blocks = [])
  99.     {
  100.         $macros $this->macros;
  101.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  102.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  103.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  104.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  105.         echo " <title>";
  106.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.ui.homepage_meta_title"), "html"nulltrue);
  107.         echo " </title> ";
  108.         
  109.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  110.         
  111.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  112.     }
  113.     // line 6
  114.     public function block_metatags($context, array $blocks = [])
  115.     {
  116.         $macros $this->macros;
  117.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  118.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metatags"));
  119.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  120.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metatags"));
  121.         // line 7
  122.         echo "            <meta name=\"description\" content=\"";
  123.         if ((twig_length_filter($this->env, (isset($context["descriptionForSeo"]) || array_key_exists("descriptionForSeo"$context) ? $context["descriptionForSeo"] : (function () { throw new RuntimeError('Variable "descriptionForSeo" does not exist.'7$this->source); })())) > 0)) {
  124.             echo " ";
  125.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["descriptionForSeo"]) || array_key_exists("descriptionForSeo"$context) ? $context["descriptionForSeo"] : (function () { throw new RuntimeError('Variable "descriptionForSeo" does not exist.'7$this->source); })()), "content", [], "any"falsefalsefalse7), "html"nulltrue);
  126.             echo " ";
  127.         }
  128.         echo "\"/>
  129.         ";
  130.         
  131.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  132.         
  133.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  134.     }
  135.     // line 15
  136.     public function block_stylesheets($context, array $blocks = [])
  137.     {
  138.         $macros $this->macros;
  139.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  140.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  141.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  142.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  143.         // line 16
  144.         echo "            ";
  145.         $this->displayParentBlock("stylesheets"$context$blocks);
  146.         echo "
  147.             <link rel=\"stylesheet\" href=\"";
  148.         // line 17
  149.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/shop/css/toast.min.css"), "html"nulltrue);
  150.         echo "\">
  151.             <link rel=\"stylesheet\" href=\"";
  152.         // line 18
  153.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/shop/css/vue-select.min.css"), "html"nulltrue);
  154.         echo "\">
  155.             <link rel=\"stylesheet\" href=\"";
  156.         // line 19
  157.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/shop/css/bootstrap.min.css"), "html"nulltrue);
  158.         echo "\">
  159.             <link rel=\"stylesheet\" href=\"/assets/shop/css/vignette_shop.v1.css\">
  160.             <link rel=\"stylesheet\" href=\"";
  161.         // line 21
  162.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/shop/css/toast.min.css"), "html"nulltrue);
  163.         echo "\">
  164.             ";
  165.         // line 22
  166.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("extra-options");
  167.         echo "
  168.         ";
  169.         
  170.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  171.         
  172.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  173.     }
  174.     // line 25
  175.     public function block_javascripts($context, array $blocks = [])
  176.     {
  177.         $macros $this->macros;
  178.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  179.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  180.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  181.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  182.         // line 26
  183.         echo "            ";
  184.         $this->displayParentBlock("javascripts"$context$blocks);
  185.         echo "
  186.             <script src=\"";
  187.         // line 27
  188.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/shop/js/babel.min.js"), "html"nulltrue);
  189.         echo "\"></script>
  190.             <script src=\"";
  191.         // line 28
  192.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/shop/js/float_label.js"), "html"nulltrue);
  193.         echo "\" type=\"text/babel\"></script>
  194.         ";
  195.         
  196.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  197.         
  198.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  199.     }
  200.     // line 33
  201.     public function block_content($context, array $blocks = [])
  202.     {
  203.         $macros $this->macros;
  204.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  205.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  206.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  207.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  208.         // line 34
  209.         echo "    <div id=\"loadingScreen\" class=\"loading-screen\">
  210.         <div class=\"card\">
  211.             <div class=\"card-body\">
  212.                 <img src=\"";
  213.         // line 37
  214.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/shop/images/spinner.gif"), "html"nulltrue);
  215.         echo "\" alt=\"loading\" style=\"width: 75px\"/>
  216.                 <h5>Va rugam asteptati</h5>
  217.             </div>
  218.         </div>
  219.     </div>
  220.     <div id=\"app\" style=\"font-family: Open Sans;\">
  221.         <div class=\"w-100 mt-2\">
  222.             <div class=\"death-insurance-title w-100 font-weight-bolder ml-4\">";
  223.         // line 45
  224.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.ui.road_assistance_page_title"), "html"nulltrue);
  225.         echo "</div>
  226.         </div>
  227.         <road-assistance-page ref=\"roadAssistancePage\" :product-price=\"";
  228.         // line 48
  229.         echo twig_escape_filter($this->env, (isset($context["productPrice"]) || array_key_exists("productPrice"$context) ? $context["productPrice"] : (function () { throw new RuntimeError('Variable "productPrice" does not exist.'48$this->source); })()), "html"nulltrue);
  230.         echo "\"></road-assistance-page>
  231.     </div>
  232.     ";
  233.         // line 50
  234.         if ((twig_length_filter($this->env, (isset($context["accordionBlocksFaq"]) || array_key_exists("accordionBlocksFaq"$context) ? $context["accordionBlocksFaq"] : (function () { throw new RuntimeError('Variable "accordionBlocksFaq" does not exist.'50$this->source); })())) > 0)) {
  235.             // line 51
  236.             echo "        <div class=\"bs-stepper-content\">
  237.             <div class=\"row my-3\">
  238.                 ";
  239.             // line 53
  240.             $context['_parent'] = $context;
  241.             $context['_seq'] = twig_ensure_traversable((isset($context["accordionBlocksFaq"]) || array_key_exists("accordionBlocksFaq"$context) ? $context["accordionBlocksFaq"] : (function () { throw new RuntimeError('Variable "accordionBlocksFaq" does not exist.'53$this->source); })()));
  242.             foreach ($context['_seq'] as $context["key"] => $context["block"]) {
  243.                 // line 54
  244.                 echo "                    <div class=\"col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 my-3\">
  245.                         <button class=\"accordion\" type=\"button\" data-toggle=\"collapse\" data-target=\"#collapse";
  246.                 // line 55
  247.                 echo twig_escape_filter($this->env$context["key"], "html"nulltrue);
  248.                 echo "\" aria-expanded=\"false\" aria-controls=\"collapse";
  249.                 echo twig_escape_filter($this->env$context["key"], "html"nulltrue);
  250.                 echo "\">";
  251.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["block"], "name", [], "any"falsefalsefalse55), "html"nulltrue);
  252.                 echo "</button>
  253.                         <div class=\"collapse\" id=\"collapse";
  254.                 // line 56
  255.                 echo twig_escape_filter($this->env$context["key"], "html"nulltrue);
  256.                 echo "\">
  257.                             <div class=\"card card-body border\">";
  258.                 // line 57
  259.                 echo twig_get_attribute($this->env$this->source$context["block"], "content", [], "any"falsefalsefalse57);
  260.                 echo "</div>
  261.                         </div>
  262.                     </div>
  263.                 ";
  264.             }
  265.             $_parent $context['_parent'];
  266.             unset($context['_seq'], $context['_iterated'], $context['key'], $context['block'], $context['_parent'], $context['loop']);
  267.             $context array_intersect_key($context$_parent) + $_parent;
  268.             // line 61
  269.             echo "            </div>
  270.         </div>
  271.     ";
  272.         }
  273.         // line 64
  274.         echo "    ";
  275.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("vue");
  276.         echo "
  277. ";
  278.         
  279.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  280.         
  281.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  282.     }
  283.     public function getTemplateName()
  284.     {
  285.         return "@templates/Front/RoadAssistance/index.html.twig";
  286.     }
  287.     public function isTraitable()
  288.     {
  289.         return false;
  290.     }
  291.     public function getDebugInfo()
  292.     {
  293.         return array (  315 => 64,  310 => 61,  300 => 57,  296 => 56,  288 => 55,  285 => 54,  281 => 53,  277 => 51,  275 => 50,  270 => 48,  264 => 45,  253 => 37,  248 => 34,  238 => 33,  226 => 28,  222 => 27,  217 => 26,  207 => 25,  195 => 22,  191 => 21,  186 => 19,  182 => 18,  178 => 17,  173 => 16,  163 => 15,  146 => 7,  136 => 6,  115 => 5,  104 => 30,  102 => 25,  97 => 24,  95 => 15,  81 => 9,  78 => 6,  76 => 5,  73 => 4,  63 => 3,  40 => 1,);
  294.     }
  295.     public function getSourceContext()
  296.     {
  297.         return new Source("{% extends '@templates/Front/Shop/layout.html.twig' %}
  298. {% block head %}
  299.     <head>
  300.         {% block title %} <title>{{'app.ui.homepage_meta_title'|trans}} </title> {% endblock %}
  301.         {% block metatags %}
  302.             <meta name=\"description\" content=\"{% if descriptionForSeo|length > 0 %} {{ descriptionForSeo.content }} {% endif %}\"/>
  303.         {% endblock %}
  304.         <meta name=\"keywords\" content=\"{% if keywordsForSeo|length > 0 %} {{ keywordsForSeo.content }} {% endif %}\"/>
  305.         <meta charset=\"utf-8\">
  306.         <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  307.         <meta http-equiv=\"Content-Language\" content=\"ro\">
  308.         <meta name=\"google-site-verification\" content=\"BEtIqk-choaMawpOxG98NtbWKAZK5MuTxV_2-pSHGFQ\">
  309.         <meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
  310.         {% block stylesheets %}
  311.             {{ parent() }}
  312.             <link rel=\"stylesheet\" href=\"{{ asset('/assets/shop/css/toast.min.css') }}\">
  313.             <link rel=\"stylesheet\" href=\"{{ asset('/assets/shop/css/vue-select.min.css') }}\">
  314.             <link rel=\"stylesheet\" href=\"{{ asset('/assets/shop/css/bootstrap.min.css') }}\">
  315.             <link rel=\"stylesheet\" href=\"/assets/shop/css/vignette_shop.v1.css\">
  316.             <link rel=\"stylesheet\" href=\"{{ asset('/assets/shop/css/toast.min.css') }}\">
  317.             {{ encore_entry_link_tags('extra-options') }}
  318.         {% endblock %}
  319.         {{ sonata_block_render_event('sylius.shop.layout.head') }}
  320.         {% block javascripts %}
  321.             {{ parent() }}
  322.             <script src=\"{{ asset('/assets/shop/js/babel.min.js') }}\"></script>
  323.             <script src=\"{{ asset('/assets/shop/js/float_label.js') }}\" type=\"text/babel\"></script>
  324.         {% endblock %}
  325.     </head>
  326. {% endblock %}
  327. {% block content %}
  328.     <div id=\"loadingScreen\" class=\"loading-screen\">
  329.         <div class=\"card\">
  330.             <div class=\"card-body\">
  331.                 <img src=\"{{ asset('assets/shop/images/spinner.gif') }}\" alt=\"loading\" style=\"width: 75px\"/>
  332.                 <h5>Va rugam asteptati</h5>
  333.             </div>
  334.         </div>
  335.     </div>
  336.     <div id=\"app\" style=\"font-family: Open Sans;\">
  337.         <div class=\"w-100 mt-2\">
  338.             <div class=\"death-insurance-title w-100 font-weight-bolder ml-4\">{{ 'app.ui.road_assistance_page_title'|trans }}</div>
  339.         </div>
  340.         <road-assistance-page ref=\"roadAssistancePage\" :product-price=\"{{ productPrice }}\"></road-assistance-page>
  341.     </div>
  342.     {% if accordionBlocksFaq|length > 0 %}
  343.         <div class=\"bs-stepper-content\">
  344.             <div class=\"row my-3\">
  345.                 {% for key, block in accordionBlocksFaq %}
  346.                     <div class=\"col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 my-3\">
  347.                         <button class=\"accordion\" type=\"button\" data-toggle=\"collapse\" data-target=\"#collapse{{ key }}\" aria-expanded=\"false\" aria-controls=\"collapse{{ key }}\">{{ block.name }}</button>
  348.                         <div class=\"collapse\" id=\"collapse{{ key }}\">
  349.                             <div class=\"card card-body border\">{{ block.content|raw }}</div>
  350.                         </div>
  351.                     </div>
  352.                 {% endfor %}
  353.             </div>
  354.         </div>
  355.     {% endif %}
  356.     {{ encore_entry_script_tags('vue') }}
  357. {% endblock %}
  358. ""@templates/Front/RoadAssistance/index.html.twig""/vhosts/newrca.roviniete.ro/templates/Front/RoadAssistance/index.html.twig");
  359.     }
  360. }