var/cache/dev/twig/57/576aaa407e1f9189b2057c1155522a2015dde865ef25d518fb9a9a26eb271ff7.php line 55

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/Peaj/index.html.twig */
  14. class __TwigTemplate_c3cd3828b3248f331b197678c81e67e84e2f24e33b93ebf4144c76791364f18a 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.             'stylesheets' => [$this'block_stylesheets'],
  24.             'javascripts' => [$this'block_javascripts'],
  25.             'webpack_app' => [$this'block_webpack_app'],
  26.             'javascripts_app' => [$this'block_javascripts_app'],
  27.             'header' => [$this'block_header'],
  28.             'metatags' => [$this'block_metatags'],
  29.             'content' => [$this'block_content'],
  30.             'footer' => [$this'block_footer'],
  31.         ];
  32.     }
  33.     protected function doGetParent(array $context)
  34.     {
  35.         // line 1
  36.         return "@templates/Front/Shop/layout.html.twig";
  37.     }
  38.     protected function doDisplay(array $context, array $blocks = [])
  39.     {
  40.         $macros $this->macros;
  41.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  42.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@templates/Front/Peaj/index.html.twig"));
  43.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  44.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@templates/Front/Peaj/index.html.twig"));
  45.         $this->parent $this->loadTemplate("@templates/Front/Shop/layout.html.twig""@templates/Front/Peaj/index.html.twig"1);
  46.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  47.         
  48.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  49.         
  50.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  51.     }
  52.     // line 3
  53.     public function block_stylesheets($context, array $blocks = [])
  54.     {
  55.         $macros $this->macros;
  56.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  57.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  58.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  59.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  60.         // line 4
  61.         echo "    ";
  62.         $this->displayParentBlock("stylesheets"$context$blocks);
  63.         echo "
  64.     <link rel=\"stylesheet\" href=\"";
  65.         // line 5
  66.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/shop/css/toastr.min.css"), "html"nulltrue);
  67.         echo "\">
  68.     <link rel=\"stylesheet\" href=\"";
  69.         // line 6
  70.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/assets/shop/css/vignette_shop.v1.css"), "html"nulltrue);
  71.         echo "\">
  72.     ";
  73.         // line 7
  74.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("extra-options");
  75.         echo "
  76.     ";
  77.         // line 8
  78.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("peaj");
  79.         echo "
  80. ";
  81.         
  82.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  83.         
  84.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  85.     }
  86.     // line 11
  87.     public function block_javascripts($context, array $blocks = [])
  88.     {
  89.         $macros $this->macros;
  90.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  91.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  92.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  93.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  94.         // line 12
  95.         echo "    ";
  96.         $this->displayParentBlock("javascripts"$context$blocks);
  97.         echo "
  98.     <script type=\"application/javascript\">
  99.         MESSAGE_INVALID_REGISTRATION_PLATE = '";
  100.         // line 14
  101.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.ui.invalid_registration_plate"), "html"nulltrue);
  102.         echo "';
  103.         MESSAGE_INVALID_VIN = '";
  104.         // line 15
  105.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.ui.invalid_vin"), "html"nulltrue);
  106.         echo "';
  107.     </script>
  108.     ";
  109.         // line 17
  110.         $this->displayBlock('webpack_app'$context$blocks);
  111.         // line 18
  112.         echo "    <script src=\"";
  113.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/shop/js/toastr.min.js"), "html"nulltrue);
  114.         echo "\"></script>
  115.     <script src=\"";
  116.         // line 19
  117.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/shop/js/jquery.validate.min.js"), "html"nulltrue);
  118.         echo "\"></script>
  119.     ";
  120.         // line 20
  121.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("peaj");
  122.         echo "
  123. ";
  124.         
  125.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  126.         
  127.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  128.     }
  129.     // line 17
  130.     public function block_webpack_app($context, array $blocks = [])
  131.     {
  132.         $macros $this->macros;
  133.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  134.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""webpack_app"));
  135.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  136.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""webpack_app"));
  137.         echo "";
  138.         
  139.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  140.         
  141.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  142.     }
  143.     // line 23
  144.     public function block_javascripts_app($context, array $blocks = [])
  145.     {
  146.         $macros $this->macros;
  147.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  148.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts_app"));
  149.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  150.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts_app"));
  151.         // line 24
  152.         echo "    <script src=\"";
  153.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/shop/js/jquery.min.js"), "html"nulltrue);
  154.         echo "\"></script>
  155. ";
  156.         
  157.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  158.         
  159.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  160.     }
  161.     // line 27
  162.     public function block_header($context, array $blocks = [])
  163.     {
  164.         $macros $this->macros;
  165.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  166.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  167.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  168.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  169.         // line 28
  170.         echo "    ";
  171.         $this->loadTemplate("@templates/AdminCustom/Layout/loading.html.twig""@templates/Front/Peaj/index.html.twig"28)->display(twig_array_merge($context, ["showLoading" => true]));
  172.         // line 29
  173.         echo "    ";
  174.         $this->displayBlock('metatags'$context$blocks);
  175.         // line 32
  176.         echo "    <meta name=\"keywords\" content=\"";
  177.         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.'32$this->source); })())) > 0)) {
  178.             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.'32$this->source); })()), "content", [], "any"falsefalsefalse32), "html"nulltrue);
  179.         }
  180.         echo "\"/>
  181.     <div class=\"custom-container\">
  182.         <div style=\"max-width: 100%\">
  183.             <div class=\"bg-white\">
  184.                 <header>
  185.                     ";
  186.         // line 37
  187.         $this->loadTemplate("@templates/Front/Shop/v2/_header.html.twig""@templates/Front/Peaj/index.html.twig"37)->display($context);
  188.         // line 38
  189.         echo "
  190.                     ";
  191.         // line 39
  192.         echo call_user_func_array($this->env->getFunction('sonata_block_render_event')->getCallable(), ["sylius.shop.layout.after_header"]);
  193.         echo "
  194.                 </header>
  195.             </div>
  196.         </div>
  197.     </div>
  198. ";
  199.         
  200.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  201.         
  202.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  203.     }
  204.     // line 29
  205.     public function block_metatags($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""metatags"));
  210.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  211.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metatags"));
  212.         // line 30
  213.         echo "        <meta name=\"description\" content=\"";
  214.         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.'30$this->source); })())) > 0)) {
  215.             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.'30$this->source); })()), "content", [], "any"falsefalsefalse30), "html"nulltrue);
  216.         }
  217.         echo "\"/>
  218.     ";
  219.         
  220.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  221.         
  222.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  223.     }
  224.     // line 46
  225.     public function block_content($context, array $blocks = [])
  226.     {
  227.         $macros $this->macros;
  228.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  229.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  230.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  231.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  232.         // line 47
  233.         echo "    <div class=\"d-inline-flex align-items-center mx-3 bcrumb\">
  234.         <a href=\"";
  235.         // line 48
  236.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sylius_shop_homepage");
  237.         echo "\" class=\"section text-primary\" style=\"font-size: 0.8em;\">
  238.             ";
  239.         // line 49
  240.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sylius.ui.home"), "html"nulltrue);
  241.         echo "
  242.         </a>
  243.         <div class=\"divider\">/</div>
  244.         <small class=\"section active\">";
  245.         // line 54
  246.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.ui.toll_tax"), "html"nulltrue);
  247.         echo "</small>
  248.     </div>
  249.     ";
  250.         // line 57
  251.         $this->loadTemplate("@templates/Front/Peaj/_partials/content.html.twig""@templates/Front/Peaj/index.html.twig"57)->display($context);
  252.         
  253.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  254.         
  255.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  256.     }
  257.     // line 60
  258.     public function block_footer($context, array $blocks = [])
  259.     {
  260.         $macros $this->macros;
  261.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  262.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  263.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  264.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  265.         // line 61
  266.         echo "    ";
  267.         $this->displayParentBlock("footer"$context$blocks);
  268.         echo "
  269.     ";
  270.         // line 63
  271.         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.'63$this->source); })()), "peajStatus", [], "any"falsefalsefalse63)) {
  272.             // line 64
  273.             echo "        <script>
  274.             var locale = '";
  275.             // line 65
  276.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'65$this->source); })()), "request", [], "any"falsefalsefalse65), "getLocale", [], "method"falsefalsefalse65), "html"nulltrue);
  277.             echo "';
  278.         </script>
  279.         ";
  280.             // line 68
  281.             if (((isset($context["companyServicesPeajPage"]) || array_key_exists("companyServicesPeajPage"$context)) &&  !(null === (isset($context["companyServicesPeajPage"]) || array_key_exists("companyServicesPeajPage"$context) ? $context["companyServicesPeajPage"] : (function () { throw new RuntimeError('Variable "companyServicesPeajPage" does not exist.'68$this->source); })())))) {
  282.                 // line 69
  283.                 echo "            ";
  284.                 $this->loadTemplate("@templates/Front/Peaj/_partials/company-services-peaj-modal.html.twig""@templates/Front/Peaj/index.html.twig"69)->display($context);
  285.                 // line 70
  286.                 echo "        ";
  287.             }
  288.             // line 71
  289.             echo "    ";
  290.         }
  291.         
  292.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  293.         
  294.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  295.     }
  296.     public function getTemplateName()
  297.     {
  298.         return "@templates/Front/Peaj/index.html.twig";
  299.     }
  300.     public function isTraitable()
  301.     {
  302.         return false;
  303.     }
  304.     public function getDebugInfo()
  305.     {
  306.         return array (  343 => 71,  340 => 70,  337 => 69,  335 => 68,  329 => 65,  326 => 64,  324 => 63,  318 => 61,  308 => 60,  298 => 57,  292 => 54,  284 => 49,  280 => 48,  277 => 47,  267 => 46,  252 => 30,  242 => 29,  226 => 39,  223 => 38,  221 => 37,  210 => 32,  207 => 29,  204 => 28,  194 => 27,  181 => 24,  171 => 23,  152 => 17,  140 => 20,  136 => 19,  131 => 18,  129 => 17,  124 => 15,  120 => 14,  114 => 12,  104 => 11,  92 => 8,  88 => 7,  84 => 6,  80 => 5,  75 => 4,  65 => 3,  42 => 1,);
  307.     }
  308.     public function getSourceContext()
  309.     {
  310.         return new Source("{% extends '@templates/Front/Shop/layout.html.twig' %}
  311. {% block stylesheets %}
  312.     {{ parent() }}
  313.     <link rel=\"stylesheet\" href=\"{{ asset('/assets/shop/css/toastr.min.css') }}\">
  314.     <link rel=\"stylesheet\" href=\"{{ asset('/assets/shop/css/vignette_shop.v1.css') }}\">
  315.     {{ encore_entry_link_tags('extra-options') }}
  316.     {{ encore_entry_link_tags('peaj') }}
  317. {% endblock %}
  318. {% block javascripts %}
  319.     {{ parent() }}
  320.     <script type=\"application/javascript\">
  321.         MESSAGE_INVALID_REGISTRATION_PLATE = '{{ 'app.ui.invalid_registration_plate'|trans }}';
  322.         MESSAGE_INVALID_VIN = '{{ 'app.ui.invalid_vin'|trans }}';
  323.     </script>
  324.     {% block webpack_app '' %}
  325.     <script src=\"{{ asset('assets/shop/js/toastr.min.js') }}\"></script>
  326.     <script src=\"{{ asset('assets/shop/js/jquery.validate.min.js') }}\"></script>
  327.     {{ encore_entry_script_tags('peaj') }}
  328. {% endblock %}
  329. {% block javascripts_app %}
  330.     <script src=\"{{ asset('assets/shop/js/jquery.min.js') }}\"></script>
  331. {% endblock javascripts_app %}
  332. {% block header %}
  333.     {% include '@templates/AdminCustom/Layout/loading.html.twig' with { showLoading: true } %}
  334.     {% block metatags %}
  335.         <meta name=\"description\" content=\"{% if descriptionForSeo|length > 0 %}{{ descriptionForSeo.content }}{% endif %}\"/>
  336.     {% endblock %}
  337.     <meta name=\"keywords\" content=\"{% if keywordsForSeo|length > 0 %}{{ keywordsForSeo.content }}{% endif %}\"/>
  338.     <div class=\"custom-container\">
  339.         <div style=\"max-width: 100%\">
  340.             <div class=\"bg-white\">
  341.                 <header>
  342.                     {% include '@templates/Front/Shop/v2/_header.html.twig' %}
  343.                     {{ sonata_block_render_event('sylius.shop.layout.after_header') }}
  344.                 </header>
  345.             </div>
  346.         </div>
  347.     </div>
  348. {% endblock %}
  349. {% block content %}
  350.     <div class=\"d-inline-flex align-items-center mx-3 bcrumb\">
  351.         <a href=\"{{ path('sylius_shop_homepage') }}\" class=\"section text-primary\" style=\"font-size: 0.8em;\">
  352.             {{ 'sylius.ui.home'|trans }}
  353.         </a>
  354.         <div class=\"divider\">/</div>
  355.         <small class=\"section active\">{{ 'app.ui.toll_tax'|trans }}</small>
  356.     </div>
  357.     {% include '@templates/Front/Peaj/_partials/content.html.twig' %}
  358. {% endblock %}
  359. {% block footer %}
  360.     {{ parent() }}
  361.     {% if lastProductStatus.peajStatus %}
  362.         <script>
  363.             var locale = '{{ app.request.getLocale() }}';
  364.         </script>
  365.         {% if companyServicesPeajPage is defined and companyServicesPeajPage is not null %}
  366.             {% include '@templates/Front/Peaj/_partials/company-services-peaj-modal.html.twig' %}
  367.         {% endif %}
  368.     {% endif %}
  369. {% endblock %}
  370. ""@templates/Front/Peaj/index.html.twig""/vhosts/scalapay-qa/templates/Front/Peaj/index.html.twig");
  371.     }
  372. }