var/cache/dev/twig/7c/7c13189674a1444b2efeab423cfb85f09b46c95e6776e4e7cac0d1656cef8d59.php line 63

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/LicenseRecovery/license-recovery.html.twig */
  14. class __TwigTemplate_1f88285a93c0c8312a108bcd43491b15330d0daa22a218bafeaf82835df2a786 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/LicenseRecovery/license-recovery.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/LicenseRecovery/license-recovery.html.twig"));
  43.         $this->parent $this->loadTemplate("@templates/Front/Shop/layout.html.twig""@templates/Front/LicenseRecovery/license-recovery.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 2
  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 3
  59.         echo "    <head>
  60.         ";
  61.         // line 4
  62.         $this->displayBlock('title'$context$blocks);
  63.         // line 5
  64.         echo "        ";
  65.         $this->displayBlock('metatags'$context$blocks);
  66.         // line 8
  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.'8$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.'8$this->source); })()), "content", [], "any"falsefalsefalse8), "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 14
  81.         $this->displayBlock('stylesheets'$context$blocks);
  82.         // line 23
  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 24
  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 4
  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 5
  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 6
  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.'6$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.'6$this->source); })()), "content", [], "any"falsefalsefalse6), "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 14
  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 15
  144.         echo "            ";
  145.         $this->displayParentBlock("stylesheets"$context$blocks);
  146.         echo "
  147.             <link rel=\"stylesheet\" href=\"";
  148.         // line 16
  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 17
  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 18
  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 20
  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 21
  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 24
  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 25
  183.         echo "            ";
  184.         $this->displayParentBlock("javascripts"$context$blocks);
  185.         echo "
  186.             <script src=\"";
  187.         // line 26
  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 27
  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.         // line 28
  196.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("license-recovery");
  197.         echo "
  198.         ";
  199.         
  200.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  201.         
  202.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  203.     }
  204.     // line 32
  205.     public function block_content($context, array $blocks = [])
  206.     {
  207.         $macros $this->macros;
  208.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  209.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  210.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  211.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  212.         // line 33
  213.         echo "    <div id=\"loadingScreen\" class=\"loading-screen\">
  214.         <div class=\"card\">
  215.             <div class=\"card-body\">
  216.                 <img src=\"";
  217.         // line 36
  218.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/shop/images/spinner.gif"), "html"nulltrue);
  219.         echo "\" alt=\"loading\" style=\"width: 75px\"/>
  220.                 <h5>Va rugam asteptati</h5>
  221.             </div>
  222.         </div>
  223.     </div>
  224.     <div id=\"app\" style=\"font-family: Open Sans;\">
  225.         <div class=\"w-100 mt-2\">
  226.             <div class=\"death-insurance-title w-100 font-weight-bolder\">Recuperare permis auto de conducere</div>
  227.         </div>
  228.         <license-recovery-page ref=\"licenseRecoveryPage\"></license-recovery-page>
  229.     </div>
  230.     ";
  231.         // line 47
  232.         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.'47$this->source); })())) > 0)) {
  233.             // line 48
  234.             echo "        <div class=\"bs-stepper-content\">
  235.             <div class=\"row my-3\">
  236.                 ";
  237.             // line 50
  238.             $context['_parent'] = $context;
  239.             $context['_seq'] = twig_ensure_traversable((isset($context["accordionBlocksFaq"]) || array_key_exists("accordionBlocksFaq"$context) ? $context["accordionBlocksFaq"] : (function () { throw new RuntimeError('Variable "accordionBlocksFaq" does not exist.'50$this->source); })()));
  240.             foreach ($context['_seq'] as $context["key"] => $context["block"]) {
  241.                 // line 51
  242.                 echo "                    <div class=\"col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 my-3\">
  243.                         <button class=\"accordion\" type=\"button\" data-toggle=\"collapse\" data-target=\"#collapse";
  244.                 // line 52
  245.                 echo twig_escape_filter($this->env$context["key"], "html"nulltrue);
  246.                 echo "\" aria-expanded=\"false\" aria-controls=\"collapse";
  247.                 echo twig_escape_filter($this->env$context["key"], "html"nulltrue);
  248.                 echo "\">";
  249.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["block"], "name", [], "any"falsefalsefalse52), "html"nulltrue);
  250.                 echo "</button>
  251.                         <div class=\"collapse\" id=\"collapse";
  252.                 // line 53
  253.                 echo twig_escape_filter($this->env$context["key"], "html"nulltrue);
  254.                 echo "\">
  255.                             <div class=\"card card-body border\">";
  256.                 // line 54
  257.                 echo twig_get_attribute($this->env$this->source$context["block"], "content", [], "any"falsefalsefalse54);
  258.                 echo "</div>
  259.                         </div>
  260.                     </div>
  261.                 ";
  262.             }
  263.             $_parent $context['_parent'];
  264.             unset($context['_seq'], $context['_iterated'], $context['key'], $context['block'], $context['_parent'], $context['loop']);
  265.             $context array_intersect_key($context$_parent) + $_parent;
  266.             // line 58
  267.             echo "            </div>
  268.         </div>
  269.     ";
  270.         }
  271.         // line 61
  272.         echo "    ";
  273.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("vue");
  274.         echo "
  275. ";
  276.         
  277.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  278.         
  279.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  280.     }
  281.     public function getTemplateName()
  282.     {
  283.         return "@templates/Front/LicenseRecovery/license-recovery.html.twig";
  284.     }
  285.     public function isTraitable()
  286.     {
  287.         return false;
  288.     }
  289.     public function getDebugInfo()
  290.     {
  291.         return array (  311 => 61,  306 => 58,  296 => 54,  292 => 53,  284 => 52,  281 => 51,  277 => 50,  273 => 48,  271 => 47,  257 => 36,  252 => 33,  242 => 32,  230 => 28,  226 => 27,  222 => 26,  217 => 25,  207 => 24,  195 => 21,  191 => 20,  186 => 18,  182 => 17,  178 => 16,  173 => 15,  163 => 14,  146 => 6,  136 => 5,  115 => 4,  104 => 30,  102 => 24,  97 => 23,  95 => 14,  81 => 8,  78 => 5,  76 => 4,  73 => 3,  63 => 2,  40 => 1,);
  292.     }
  293.     public function getSourceContext()
  294.     {
  295.         return new Source("{% extends '@templates/Front/Shop/layout.html.twig' %}
  296. {% block head %}
  297.     <head>
  298.         {% block title %} <title>{{'app.ui.homepage_meta_title'|trans}} </title> {% endblock %}
  299.         {% block metatags %}
  300.             <meta name=\"description\" content=\"{% if descriptionForSeo|length > 0 %} {{ descriptionForSeo.content }} {% endif %}\"/>
  301.         {% endblock %}
  302.         <meta name=\"keywords\" content=\"{% if keywordsForSeo|length > 0 %} {{ keywordsForSeo.content }} {% endif %}\"/>
  303.         <meta charset=\"utf-8\">
  304.         <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  305.         <meta http-equiv=\"Content-Language\" content=\"ro\">
  306.         <meta name=\"google-site-verification\" content=\"BEtIqk-choaMawpOxG98NtbWKAZK5MuTxV_2-pSHGFQ\">
  307.         <meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
  308.         {% block stylesheets %}
  309.             {{ parent() }}
  310.             <link rel=\"stylesheet\" href=\"{{ asset('/assets/shop/css/toast.min.css') }}\">
  311.             <link rel=\"stylesheet\" href=\"{{ asset('/assets/shop/css/vue-select.min.css') }}\">
  312.             <link rel=\"stylesheet\" href=\"{{ asset('/assets/shop/css/bootstrap.min.css') }}\">
  313.             <link rel=\"stylesheet\" href=\"/assets/shop/css/vignette_shop.v1.css\">
  314.             <link rel=\"stylesheet\" href=\"{{ asset('/assets/shop/css/toast.min.css') }}\">
  315.             {{ encore_entry_link_tags('extra-options') }}
  316.         {% endblock %}
  317.         {{ sonata_block_render_event('sylius.shop.layout.head') }}
  318.         {% block javascripts %}
  319.             {{ parent() }}
  320.             <script src=\"{{ asset('/assets/shop/js/babel.min.js') }}\"></script>
  321.             <script src=\"{{ asset('/assets/shop/js/float_label.js') }}\" type=\"text/babel\"></script>
  322.             {{ encore_entry_script_tags('license-recovery') }}
  323.         {% endblock %}
  324.     </head>
  325. {% endblock %}
  326. {% block content %}
  327.     <div id=\"loadingScreen\" class=\"loading-screen\">
  328.         <div class=\"card\">
  329.             <div class=\"card-body\">
  330.                 <img src=\"{{ asset('assets/shop/images/spinner.gif') }}\" alt=\"loading\" style=\"width: 75px\"/>
  331.                 <h5>Va rugam asteptati</h5>
  332.             </div>
  333.         </div>
  334.     </div>
  335.     <div id=\"app\" style=\"font-family: Open Sans;\">
  336.         <div class=\"w-100 mt-2\">
  337.             <div class=\"death-insurance-title w-100 font-weight-bolder\">Recuperare permis auto de conducere</div>
  338.         </div>
  339.         <license-recovery-page ref=\"licenseRecoveryPage\"></license-recovery-page>
  340.     </div>
  341.     {% if accordionBlocksFaq|length > 0 %}
  342.         <div class=\"bs-stepper-content\">
  343.             <div class=\"row my-3\">
  344.                 {% for key, block in accordionBlocksFaq %}
  345.                     <div class=\"col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 my-3\">
  346.                         <button class=\"accordion\" type=\"button\" data-toggle=\"collapse\" data-target=\"#collapse{{ key }}\" aria-expanded=\"false\" aria-controls=\"collapse{{ key }}\">{{ block.name }}</button>
  347.                         <div class=\"collapse\" id=\"collapse{{ key }}\">
  348.                             <div class=\"card card-body border\">{{ block.content|raw }}</div>
  349.                         </div>
  350.                     </div>
  351.                 {% endfor %}
  352.             </div>
  353.         </div>
  354.     {% endif %}
  355.     {{ encore_entry_script_tags('vue') }}
  356. {% endblock %}
  357. ""@templates/Front/LicenseRecovery/license-recovery.html.twig""/vhosts/roviniete-testing.roviniete.ro/templates/Front/LicenseRecovery/license-recovery.html.twig");
  358.     }
  359. }