var/cache/dev/twig/26/26ecd262946ea79bc5b3ddefe45c0a776ab5eca857815f65d709bc9587a40976.php line 100

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