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

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