var/cache/dev/twig/c8/c8d5cf702b32227f0999bde94bb566def04ef9b8753aef3ecbf1f59801ba6f95.php line 163

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/DeathInsurance/death-insurance.html.twig */
  14. class __TwigTemplate_8c5ce832f2902680ed00806615576cab19096d493d5bcdbff34c4ae18d02bc71 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/DeathInsurance/death-insurance.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/DeathInsurance/death-insurance.html.twig"));
  43.         $this->parent $this->loadTemplate("@templates/Front/Shop/layout.html.twig""@templates/DeathInsurance/death-insurance.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("hu-vignette");
  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 d-none\">
  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.                 <div id=\"autoInitRequiredMessage\" class=\"d-none\">
  221.                     <h3>Este necesara reinitializarea automata a vinietelor deoarece comanda este mai veche de 2 ore.</h3>
  222.                 </div>
  223.                 <h5>Va rugam asteptati</h5>
  224.             </div>
  225.         </div>
  226.     </div>
  227.     <div id=\"app\" style=\"font-family: Open Sans;\">
  228.         ";
  229.         // line 45
  230.         if (twig_get_attribute($this->env$this->source, (isset($context["lastProductStatus"]) || array_key_exists("lastProductStatus"$context) ? $context["lastProductStatus"] : (function () { throw new RuntimeError('Variable "lastProductStatus" does not exist.'45$this->source); })()), "deathInsuranceStatus", [], "any"falsefalsefalse45)) {
  231.             // line 46
  232.             echo "            <death-insurance-page
  233.                 ref=\"deathInsurancePage\"
  234.                 :issue-data-list=\"";
  235.             // line 48
  236.             echo twig_escape_filter($this->envjson_encode((isset($context["issueDataList"]) || array_key_exists("issueDataList"$context) ? $context["issueDataList"] : (function () { throw new RuntimeError('Variable "issueDataList" does not exist.'48$this->source); })())), "html"nulltrue);
  237.             echo "\">
  238.             </death-insurance-page>
  239.         ";
  240.         } else {
  241.             // line 51
  242.             echo "            <div class=\"card text-center my-3\">
  243.                 <div class=\"card-header\">
  244.                     <h2>";
  245.             // line 53
  246.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.ui.disabled_temporary"), "html"nulltrue);
  247.             echo "</h2>
  248.                 </div>
  249.                 <div class=\"card-body\">
  250.                     <a href=\"";
  251.             // line 56
  252.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sylius_shop_homepage");
  253.             echo "\">";
  254.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sylius.ui.back_to_store"), "html"nulltrue);
  255.             echo "</a>
  256.                 </div>
  257.             </div>
  258.         ";
  259.         }
  260.         // line 60
  261.         echo "    </div>
  262.     ";
  263.         // line 61
  264.         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.'61$this->source); })())) > 0)) {
  265.             // line 62
  266.             echo "    <div class=\"bs-stepper-content\">
  267.         <div class=\"row my-3\">
  268.                 ";
  269.             // line 64
  270.             $context['_parent'] = $context;
  271.             $context['_seq'] = twig_ensure_traversable((isset($context["accordionBlocksFaq"]) || array_key_exists("accordionBlocksFaq"$context) ? $context["accordionBlocksFaq"] : (function () { throw new RuntimeError('Variable "accordionBlocksFaq" does not exist.'64$this->source); })()));
  272.             foreach ($context['_seq'] as $context["key"] => $context["block"]) {
  273.                 // line 65
  274.                 echo "                    <div class=\"col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 my-3\">
  275.                         <button class=\"accordion\" type=\"button\" data-toggle=\"collapse\" data-target=\"#collapse";
  276.                 // line 66
  277.                 echo twig_escape_filter($this->env$context["key"], "html"nulltrue);
  278.                 echo "\" aria-expanded=\"false\" aria-controls=\"collapse";
  279.                 echo twig_escape_filter($this->env$context["key"], "html"nulltrue);
  280.                 echo "\">";
  281.                 echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["block"], "name", [], "any"falsefalsefalse66), "html"nulltrue);
  282.                 echo "</button>
  283.                         <div class=\"collapse\" id=\"collapse";
  284.                 // line 67
  285.                 echo twig_escape_filter($this->env$context["key"], "html"nulltrue);
  286.                 echo "\">
  287.                             <div class=\"card card-body border\">";
  288.                 // line 68
  289.                 echo twig_get_attribute($this->env$this->source$context["block"], "content", [], "any"falsefalsefalse68);
  290.                 echo "</div>
  291.                         </div>
  292.                     </div>
  293.                 ";
  294.             }
  295.             $_parent $context['_parent'];
  296.             unset($context['_seq'], $context['_iterated'], $context['key'], $context['block'], $context['_parent'], $context['loop']);
  297.             $context array_intersect_key($context$_parent) + $_parent;
  298.             // line 72
  299.             echo "        </div>
  300.     </div>
  301.     ";
  302.         }
  303.         // line 75
  304.         echo "    ";
  305.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("vue");
  306.         echo "
  307. ";
  308.         
  309.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  310.         
  311.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  312.     }
  313.     public function getTemplateName()
  314.     {
  315.         return "@templates/DeathInsurance/death-insurance.html.twig";
  316.     }
  317.     public function isTraitable()
  318.     {
  319.         return false;
  320.     }
  321.     public function getDebugInfo()
  322.     {
  323.         return array (  343 => 75,  338 => 72,  328 => 68,  324 => 67,  316 => 66,  313 => 65,  309 => 64,  305 => 62,  303 => 61,  300 => 60,  291 => 56,  285 => 53,  281 => 51,  275 => 48,  271 => 46,  269 => 45,  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,);
  324.     }
  325.     public function getSourceContext()
  326.     {
  327.         return new Source("{% extends '@templates/Front/Shop/layout.html.twig' %}
  328. {% block head %}
  329.     <head>
  330.         {% block title %} <title>{{'app.ui.homepage_meta_title'|trans}} </title> {% endblock %}
  331.         {% block metatags %}
  332.             <meta name=\"description\" content=\"{% if descriptionForSeo|length > 0 %} {{ descriptionForSeo.content }} {% endif %}\"/>
  333.         {% endblock %}
  334.         <meta name=\"keywords\" content=\"{% if keywordsForSeo|length > 0 %} {{ keywordsForSeo.content }} {% endif %}\"/>
  335.         <meta charset=\"utf-8\">
  336.         <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  337.         <meta http-equiv=\"Content-Language\" content=\"ro\">
  338.         <meta name=\"google-site-verification\" content=\"BEtIqk-choaMawpOxG98NtbWKAZK5MuTxV_2-pSHGFQ\">
  339.         <meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
  340.         {% block stylesheets %}
  341.             {{ parent() }}
  342.             <link rel=\"stylesheet\" href=\"{{ asset('/assets/shop/css/toast.min.css') }}\">
  343.             <link rel=\"stylesheet\" href=\"{{ asset('/assets/shop/css/vue-select.min.css') }}\">
  344.             <link rel=\"stylesheet\" href=\"{{ asset('/assets/shop/css/bootstrap.min.css') }}\">
  345.             <link rel=\"stylesheet\" href=\"/assets/shop/css/vignette_shop.v1.css\">
  346.             <link rel=\"stylesheet\" href=\"{{ asset('/assets/shop/css/toast.min.css') }}\">
  347.             {{ encore_entry_link_tags('extra-options') }}
  348.         {% endblock %}
  349.         {{ sonata_block_render_event('sylius.shop.layout.head') }}
  350.         {% block javascripts %}
  351.             {{ parent() }}
  352.             <script src=\"{{ asset('/assets/shop/js/babel.min.js') }}\"></script>
  353.             <script src=\"{{ asset('/assets/shop/js/float_label.js') }}\" type=\"text/babel\"></script>
  354.             {{ encore_entry_script_tags('hu-vignette') }}
  355.         {% endblock %}
  356.     </head>
  357. {% endblock %}
  358. {% block content %}
  359.     <div id=\"loadingScreen\" class=\"loading-screen d-none\">
  360.         <div class=\"card\">
  361.             <div class=\"card-body\">
  362.                 <img src=\"{{ asset('assets/shop/images/spinner.gif') }}\" alt=\"loading\" style=\"width: 75px\"/>
  363.                 <div id=\"autoInitRequiredMessage\" class=\"d-none\">
  364.                     <h3>Este necesara reinitializarea automata a vinietelor deoarece comanda este mai veche de 2 ore.</h3>
  365.                 </div>
  366.                 <h5>Va rugam asteptati</h5>
  367.             </div>
  368.         </div>
  369.     </div>
  370.     <div id=\"app\" style=\"font-family: Open Sans;\">
  371.         {% if lastProductStatus.deathInsuranceStatus %}
  372.             <death-insurance-page
  373.                 ref=\"deathInsurancePage\"
  374.                 :issue-data-list=\"{{ issueDataList|json_encode }}\">
  375.             </death-insurance-page>
  376.         {% else %}
  377.             <div class=\"card text-center my-3\">
  378.                 <div class=\"card-header\">
  379.                     <h2>{{ 'app.ui.disabled_temporary'|trans }}</h2>
  380.                 </div>
  381.                 <div class=\"card-body\">
  382.                     <a href=\"{{ path('sylius_shop_homepage') }}\">{{ 'sylius.ui.back_to_store'|trans }}</a>
  383.                 </div>
  384.             </div>
  385.         {% endif %}
  386.     </div>
  387.     {% if accordionBlocksFaq|length > 0 %}
  388.     <div class=\"bs-stepper-content\">
  389.         <div class=\"row my-3\">
  390.                 {% for key, block in accordionBlocksFaq %}
  391.                     <div class=\"col-12 col-sm-6 col-md-6 col-lg-3 col-xl-3 my-3\">
  392.                         <button class=\"accordion\" type=\"button\" data-toggle=\"collapse\" data-target=\"#collapse{{ key }}\" aria-expanded=\"false\" aria-controls=\"collapse{{ key }}\">{{ block.name }}</button>
  393.                         <div class=\"collapse\" id=\"collapse{{ key }}\">
  394.                             <div class=\"card card-body border\">{{ block.content|raw }}</div>
  395.                         </div>
  396.                     </div>
  397.                 {% endfor %}
  398.         </div>
  399.     </div>
  400.     {% endif %}
  401.     {{ encore_entry_script_tags('vue') }}
  402. {% endblock %}
  403. ""@templates/DeathInsurance/death-insurance.html.twig""/vhosts/newrca.roviniete.ro/templates/DeathInsurance/death-insurance.html.twig");
  404.     }
  405. }