var/cache/dev/fr/vpauto/twig/6a/6adf8e177de60dee00a4abebb5339f98.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. /* Frontend/landing/customer-space-pro.html.twig */
  14. class __TwigTemplate_9a6502dc1f68a0fc3b962d80405c98f8 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.             'meta_robot' => [$this'block_meta_robot'],
  24.             'tawkto' => [$this'block_tawkto'],
  25.             'meta_title' => [$this'block_meta_title'],
  26.             'meta_desc' => [$this'block_meta_desc'],
  27.             'body_content' => [$this'block_body_content'],
  28.         ];
  29.     }
  30.     protected function doGetParent(array $context)
  31.     {
  32.         // line 1
  33.         return "frontend/frontend_pro.html.twig";
  34.     }
  35.     protected function doDisplay(array $context, array $blocks = [])
  36.     {
  37.         $macros $this->macros;
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/landing/customer-space-pro.html.twig"));
  40.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  41.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/landing/customer-space-pro.html.twig"));
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/landing/customer-space-pro.html.twig"));
  44.         $this->parent $this->loadTemplate("frontend/frontend_pro.html.twig""Frontend/landing/customer-space-pro.html.twig"1);
  45.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  46.         
  47.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  48.         
  49.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  50.         
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  52.     }
  53.     // line 3
  54.     public function block_meta_robot($context, array $blocks = [])
  55.     {
  56.         $macros $this->macros;
  57.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  58.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robot"));
  59.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  60.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robot"));
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  62.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robot"));
  63.         // line 4
  64.         echo "    ";
  65.         $this->displayParentBlock("meta_robot"$context$blocks);
  66.         echo "
  67.     <link rel=\"canonical\" href=\"";
  68.         // line 5
  69.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("frontend_customer_space_pro");
  70.         echo "\"/>
  71.     ";
  72.         // line 6
  73.         echo twig_source($this->env"stubs/seo/robots_noindex_nofollow.html.twig");
  74.         echo "
  75. ";
  76.         
  77.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  78.         
  79.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  80.         
  81.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  82.     }
  83.     // line 9
  84.     public function block_tawkto($context, array $blocks = [])
  85.     {
  86.         $macros $this->macros;
  87.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  88.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tawkto"));
  89.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  90.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tawkto"));
  91.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  92.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""tawkto"));
  93.         echo "";
  94.         
  95.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  96.         
  97.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  98.         
  99.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  100.     }
  101.     // line 11
  102.     public function block_meta_title($context, array $blocks = [])
  103.     {
  104.         $macros $this->macros;
  105.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  106.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  107.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  108.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  109.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  110.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  111.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.customer-space-pro.title", [], "seo"), "html"nulltrue);
  112.         
  113.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  114.         
  115.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  116.         
  117.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  118.     }
  119.     // line 12
  120.     public function block_meta_desc($context, array $blocks = [])
  121.     {
  122.         $macros $this->macros;
  123.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  124.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  125.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  126.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  127.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  128.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  129.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.customer-space-pro.desc", [], "seo"), "html"nulltrue);
  130.         
  131.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  132.         
  133.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  134.         
  135.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  136.     }
  137.     // line 14
  138.     public function block_body_content($context, array $blocks = [])
  139.     {
  140.         $macros $this->macros;
  141.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  142.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  143.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  144.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  145.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  146.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  147.         // line 15
  148.         echo "<div class=\"espace-client-pro\">
  149.     <div class=\"landing-header\">
  150.         <h1 class=\"titre05\">
  151.             ";
  152.         // line 18
  153.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.customer-space-pro.header.title", [], "landing"), "html"nulltrue);
  154.         echo "
  155.         </h1>
  156.     </div>
  157.     <div class=\"landing-content\">
  158.         <div>
  159.             <h2 class=\"titre01\">";
  160.         // line 23
  161.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.customer-space-pro.content.title", [], "landing");
  162.         echo "</h2>
  163.             <p class=\"marginT20 marginB30\">";
  164.         // line 24
  165.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.customer-space-pro.content.desc", [], "landing"), "html"nulltrue);
  166.         echo "</p>
  167.             <ul>
  168.                 <li>
  169.                     <span><a href=\"";
  170.         // line 27
  171.         if (( !(null === twig_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.'27$this->source); })()), "user", [], "any"falsefalsefalse27)) && $this->env->getTest('pro')->getCallable()(twig_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.'27$this->source); })()), "user", [], "any"falsefalsefalse27)))) {
  172.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_profile_edit");
  173.         } else {
  174.             echo "#";
  175.         }
  176.         echo "\" title=\"\"><i class=\"icon-sidentifier\"></i><span>";
  177.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.customer-space-pro.content.item01.title", [], "landing"), "html"nulltrue);
  178.         echo "</span></a></span>
  179.                     <span>";
  180.         // line 28
  181.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.customer-space-pro.content.item01.desc", [], "landing");
  182.         echo "</span>
  183.                 </li>
  184.                 <li>
  185.                     <span><a href=\"";
  186.         // line 31
  187.         if (( !(null === twig_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.'31$this->source); })()), "user", [], "any"falsefalsefalse31)) && $this->env->getTest('pro')->getCallable()(twig_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.'31$this->source); })()), "user", [], "any"falsefalsefalse31)))) {
  188.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_auction_list");
  189.         } else {
  190.             echo "#";
  191.         }
  192.         echo "\" title=\"\"><i class=\"icon-ordres-achat\"></i><span>";
  193.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.customer-space-pro.content.item02.title", [], "landing"), "html"nulltrue);
  194.         echo "</span></a></span>
  195.                     <span>";
  196.         // line 32
  197.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.customer-space-pro.content.item02.desc", [], "landing");
  198.         echo "</span>
  199.                 </li>
  200.                 <li>
  201.                     <span><a href=\"";
  202.         // line 35
  203.         if (( !(null === twig_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.'35$this->source); })()), "user", [], "any"falsefalsefalse35)) && $this->env->getTest('pro')->getCallable()(twig_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.'35$this->source); })()), "user", [], "any"falsefalsefalse35)))) {
  204.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_user_purchase");
  205.         } else {
  206.             echo "#";
  207.         }
  208.         echo "\" title=\"\"><i class=\"icon-commande\"></i><span>";
  209.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.customer-space-pro.content.item03.title", [], "landing"), "html"nulltrue);
  210.         echo "</span></a></span>
  211.                     <span>";
  212.         // line 36
  213.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.customer-space-pro.content.item03.desc", [], "landing");
  214.         echo "</span>
  215.                 </li>
  216.                 <li>
  217.                     <span><a href=\"";
  218.         // line 39
  219.         if (( !(null === twig_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.'39$this->source); })()), "user", [], "any"falsefalsefalse39)) && $this->env->getTest('pro')->getCallable()(twig_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.'39$this->source); })()), "user", [], "any"falsefalsefalse39)))) {
  220.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_adviser");
  221.         } else {
  222.             echo "#";
  223.         }
  224.         echo "\" title=\"\"><i class=\"icon-conseiller\"></i><span>";
  225.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.customer-space-pro.content.item04.title", [], "landing"), "html"nulltrue);
  226.         echo "</span></a></span>
  227.                     <span>";
  228.         // line 40
  229.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.customer-space-pro.content.item04.desc", [], "landing");
  230.         echo "</span>
  231.                 </li>
  232.                 <li>
  233.                     <span><a href=\"";
  234.         // line 43
  235.         if (( !(null === twig_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.'43$this->source); })()), "user", [], "any"falsefalsefalse43)) && $this->env->getTest('pro')->getCallable()(twig_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.'43$this->source); })()), "user", [], "any"falsefalsefalse43)))) {
  236.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_optin");
  237.         } else {
  238.             echo "#";
  239.         }
  240.         echo "\" title=\"\"><i class=\"icon-mail01\"></i><span>";
  241.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.customer-space-pro.content.item05.title", [], "landing"), "html"nulltrue);
  242.         echo "</span></a></span>
  243.                     <span>";
  244.         // line 44
  245.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.customer-space-pro.content.item05.desc", [], "landing");
  246.         echo "</span>
  247.                 </li>
  248.                 <li>
  249.                     <span><a href=\"";
  250.         // line 47
  251.         if (( !(null === twig_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.'47$this->source); })()), "user", [], "any"falsefalsefalse47)) && $this->env->getTest('pro')->getCallable()(twig_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.'47$this->source); })()), "user", [], "any"falsefalsefalse47)))) {
  252.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_sms_alert_list");
  253.         } else {
  254.             echo "#";
  255.         }
  256.         echo "\" title=\"\"><i class=\"icon-tel02\"></i><span>";
  257.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.customer-space-pro.content.item08.title", [], "landing"), "html"nulltrue);
  258.         echo "</span></a></span>
  259.                     <span>";
  260.         // line 48
  261.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.customer-space-pro.content.item08.desc", [], "landing");
  262.         echo "</span>
  263.                 </li>
  264.                 <li>
  265.                     <span><a href=\"";
  266.         // line 51
  267.         if (( !(null === twig_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.'51$this->source); })()), "user", [], "any"falsefalsefalse51)) && $this->env->getTest('pro')->getCallable()(twig_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.'51$this->source); })()), "user", [], "any"falsefalsefalse51)))) {
  268.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_vehicle_alert_search");
  269.         } else {
  270.             echo "#";
  271.         }
  272.         echo "\" title=\"\"><i class=\"icon-alerte04\"></i><span>";
  273.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.customer-space-pro.content.item06.title", [], "landing"), "html"nulltrue);
  274.         echo "</span></a></span>
  275.                     <span>";
  276.         // line 52
  277.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.customer-space-pro.content.item06.desc", [], "landing");
  278.         echo "</span>
  279.                 </li>
  280.                 <li>
  281.                     <span><a href=\"";
  282.         // line 55
  283.         if (( !(null === twig_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.'55$this->source); })()), "user", [], "any"falsefalsefalse55)) && $this->env->getTest('pro')->getCallable()(twig_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.'55$this->source); })()), "user", [], "any"falsefalsefalse55)))) {
  284.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_assistance_contact");
  285.         } else {
  286.             echo "#";
  287.         }
  288.         echo "\" title=\"\"><i class=\"icon-aide-contact\"></i><span>";
  289.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.customer-space-pro.content.item07.title", [], "landing"), "html"nulltrue);
  290.         echo "</span></a></span>
  291.                     <span>";
  292.         // line 56
  293.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.customer-space-pro.content.item07.desc", [], "landing");
  294.         echo "</span>
  295.                 </li>
  296.             </ul>
  297.             <p class=\"marginT40 txtcenter\"><a href=\"";
  298.         // line 59
  299.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_purchase_format_pro");
  300.         echo "\" title=\"\" class=\"lien11\">";
  301.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.customer-space-pro.content.button01.label", [], "landing"), "html"nulltrue);
  302.         echo "</a></p>
  303.         </div>
  304.     </div>
  305. </div>
  306. ";
  307.         
  308.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  309.         
  310.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  311.         
  312.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  313.     }
  314.     public function getTemplateName()
  315.     {
  316.         return "Frontend/landing/customer-space-pro.html.twig";
  317.     }
  318.     public function isTraitable()
  319.     {
  320.         return false;
  321.     }
  322.     public function getDebugInfo()
  323.     {
  324.         return array (  344 => 59,  338 => 56,  328 => 55,  322 => 52,  312 => 51,  306 => 48,  296 => 47,  290 => 44,  280 => 43,  274 => 40,  264 => 39,  258 => 36,  248 => 35,  242 => 32,  232 => 31,  226 => 28,  216 => 27,  210 => 24,  206 => 23,  198 => 18,  193 => 15,  180 => 14,  155 => 12,  130 => 11,  105 => 9,  90 => 6,  86 => 5,  81 => 4,  68 => 3,  39 => 1,);
  325.     }
  326.     public function getSourceContext()
  327.     {
  328.         return new Source("{% extends 'frontend/frontend_pro.html.twig' %}
  329. {% block meta_robot %}
  330.     {{ parent() }}
  331.     <link rel=\"canonical\" href=\"{{ url('frontend_customer_space_pro') }}\"/>
  332.     {{ source('stubs/seo/robots_noindex_nofollow.html.twig') }}
  333. {% endblock %}
  334. {% block tawkto '' %}
  335. {% block meta_title %}{{ 'seo.landing.customer-space-pro.title'|trans({}, \"seo\") }}{% endblock %}
  336. {% block meta_desc %}{{ 'seo.landing.customer-space-pro.desc'|trans({}, \"seo\") }}{% endblock %}
  337. {% block body_content %}
  338. <div class=\"espace-client-pro\">
  339.     <div class=\"landing-header\">
  340.         <h1 class=\"titre05\">
  341.             {{ 'frontend.landing.customer-space-pro.header.title'|trans({}, 'landing') }}
  342.         </h1>
  343.     </div>
  344.     <div class=\"landing-content\">
  345.         <div>
  346.             <h2 class=\"titre01\">{{ 'frontend.landing.customer-space-pro.content.title'|trans({}, 'landing')|raw }}</h2>
  347.             <p class=\"marginT20 marginB30\">{{ 'frontend.landing.customer-space-pro.content.desc'|trans({}, 'landing') }}</p>
  348.             <ul>
  349.                 <li>
  350.                     <span><a href=\"{% if app.user is not null and app.user is pro %}{{ path('fos_user_profile_edit') }}{% else %}#{% endif %}\" title=\"\"><i class=\"icon-sidentifier\"></i><span>{{ 'frontend.landing.customer-space-pro.content.item01.title'|trans({}, 'landing') }}</span></a></span>
  351.                     <span>{{ 'frontend.landing.customer-space-pro.content.item01.desc'|trans({}, 'landing')|raw }}</span>
  352.                 </li>
  353.                 <li>
  354.                     <span><a href=\"{% if app.user is not null and app.user is pro %}{{ path('frontend_auction_list') }}{% else %}#{% endif %}\" title=\"\"><i class=\"icon-ordres-achat\"></i><span>{{ 'frontend.landing.customer-space-pro.content.item02.title'|trans({}, 'landing') }}</span></a></span>
  355.                     <span>{{ 'frontend.landing.customer-space-pro.content.item02.desc'|trans({}, 'landing')|raw }}</span>
  356.                 </li>
  357.                 <li>
  358.                     <span><a href=\"{% if app.user is not null and app.user is pro %}{{ path('frontend_user_purchase') }}{% else %}#{% endif %}\" title=\"\"><i class=\"icon-commande\"></i><span>{{ 'frontend.landing.customer-space-pro.content.item03.title'|trans({}, 'landing') }}</span></a></span>
  359.                     <span>{{ 'frontend.landing.customer-space-pro.content.item03.desc'|trans({}, 'landing')|raw }}</span>
  360.                 </li>
  361.                 <li>
  362.                     <span><a href=\"{% if app.user is not null and app.user is pro %}{{ path('frontend_adviser') }}{% else %}#{% endif %}\" title=\"\"><i class=\"icon-conseiller\"></i><span>{{ 'frontend.landing.customer-space-pro.content.item04.title'|trans({}, 'landing') }}</span></a></span>
  363.                     <span>{{ 'frontend.landing.customer-space-pro.content.item04.desc'|trans({}, 'landing')|raw }}</span>
  364.                 </li>
  365.                 <li>
  366.                     <span><a href=\"{% if app.user is not null and app.user is pro %}{{ path('frontend_optin') }}{% else %}#{% endif %}\" title=\"\"><i class=\"icon-mail01\"></i><span>{{ 'frontend.landing.customer-space-pro.content.item05.title'|trans({}, 'landing') }}</span></a></span>
  367.                     <span>{{ 'frontend.landing.customer-space-pro.content.item05.desc'|trans({}, 'landing')|raw }}</span>
  368.                 </li>
  369.                 <li>
  370.                     <span><a href=\"{% if app.user is not null and app.user is pro %}{{ path('frontend_sms_alert_list') }}{% else %}#{% endif %}\" title=\"\"><i class=\"icon-tel02\"></i><span>{{ 'frontend.landing.customer-space-pro.content.item08.title'|trans({}, 'landing') }}</span></a></span>
  371.                     <span>{{ 'frontend.landing.customer-space-pro.content.item08.desc'|trans({}, 'landing')|raw }}</span>
  372.                 </li>
  373.                 <li>
  374.                     <span><a href=\"{% if app.user is not null and app.user is pro %}{{ path('frontend_vehicle_alert_search') }}{% else %}#{% endif %}\" title=\"\"><i class=\"icon-alerte04\"></i><span>{{ 'frontend.landing.customer-space-pro.content.item06.title'|trans({}, 'landing') }}</span></a></span>
  375.                     <span>{{ 'frontend.landing.customer-space-pro.content.item06.desc'|trans({}, 'landing')|raw }}</span>
  376.                 </li>
  377.                 <li>
  378.                     <span><a href=\"{% if app.user is not null and app.user is pro %}{{ path('frontend_assistance_contact') }}{% else %}#{% endif %}\" title=\"\"><i class=\"icon-aide-contact\"></i><span>{{ 'frontend.landing.customer-space-pro.content.item07.title'|trans({}, 'landing') }}</span></a></span>
  379.                     <span>{{ 'frontend.landing.customer-space-pro.content.item07.desc'|trans({}, 'landing')|raw }}</span>
  380.                 </li>
  381.             </ul>
  382.             <p class=\"marginT40 txtcenter\"><a href=\"{{ path('frontend_purchase_format_pro') }}\" title=\"\" class=\"lien11\">{{ 'frontend.landing.customer-space-pro.content.button01.label'|trans({}, 'landing') }}</a></p>
  383.         </div>
  384.     </div>
  385. </div>
  386. {% endblock body_content %}
  387. ""Frontend/landing/customer-space-pro.html.twig""/srv/src/Resources/views/Frontend/landing/customer-space-pro.html.twig");
  388.     }
  389. }