var/cache/dev/fr/vpauto/twig/36/36598edf457ff475deee36e0ec11dea8.php line 41

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/faq.html.twig */
  14. class __TwigTemplate_367ae103c0b6859d24cd59b0b10ba65c 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.             'meta_title' => [$this'block_meta_title'],
  25.             'meta_desc' => [$this'block_meta_desc'],
  26.             'body_content' => [$this'block_body_content'],
  27.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return "frontend/frontend.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/landing/faq.html.twig"));
  39.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  40.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/landing/faq.html.twig"));
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/landing/faq.html.twig"));
  43.         $this->parent $this->loadTemplate("frontend/frontend.html.twig""Frontend/landing/faq.html.twig"1);
  44.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  45.         
  46.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  47.         
  48.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  49.         
  50.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  51.     }
  52.     // line 3
  53.     public function block_meta_robot($context, array $blocks = [])
  54.     {
  55.         $macros $this->macros;
  56.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  57.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robot"));
  58.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  59.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robot"));
  60.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_robot"));
  62.         // line 4
  63.         echo "    ";
  64.         $this->displayParentBlock("meta_robot"$context$blocks);
  65.         echo "
  66.     <link rel=\"canonical\" href=\"";
  67.         // line 5
  68.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("frontend_faq");
  69.         echo "\"/>
  70.     ";
  71.         // line 6
  72.         echo twig_source($this->env"stubs/seo/robots_index_follow.html.twig");
  73.         echo "
  74. ";
  75.         
  76.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  77.         
  78.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  79.         
  80.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  81.     }
  82.     // line 9
  83.     public function block_meta_title($context, array $blocks = [])
  84.     {
  85.         $macros $this->macros;
  86.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  87.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  88.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  89.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  90.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  91.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  92.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.faq.title", [], "seo"), "html"nulltrue);
  93.         
  94.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  95.         
  96.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  97.         
  98.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  99.     }
  100.     // line 10
  101.     public function block_meta_desc($context, array $blocks = [])
  102.     {
  103.         $macros $this->macros;
  104.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  105.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  106.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  107.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  108.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  109.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_desc"));
  110.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.faq.desc", [], "seo"), "html"nulltrue);
  111.         
  112.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  113.         
  114.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  115.         
  116.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  117.     }
  118.     // line 12
  119.     public function block_body_content($context, array $blocks = [])
  120.     {
  121.         $macros $this->macros;
  122.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  123.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  124.         $__internal_b91a4435ea3baf1e2b6bfda56133dace $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
  125.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  126.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  127.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_content"));
  128.         // line 13
  129.         echo "
  130. <div class=\"faq\">
  131. \t<div class=\"landing-header\">
  132. \t\t<h1 class=\"titre05\">
  133. \t\t\t";
  134.         // line 17
  135.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.header.title", [], "landing"), "html"nulltrue);
  136.         echo "
  137. \t\t\t<span>";
  138.         // line 18
  139.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.header.subtitle", [], "landing"), "html"nulltrue);
  140.         echo "</span>
  141. \t\t</h1>
  142. \t</div>
  143. \t<div class=\"landing-content\">
  144. \t\t<div>
  145. \t\t\t";
  146.         // line 23
  147.         if ($this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL"))) {
  148.             // line 24
  149.             echo "\t\t\t\t";
  150.             $context["tel"] = $this->extensions['App\Twig\Extension\ParameterExtension']->getParameter("vpautopro.contact.phone_portugal");
  151.             // line 25
  152.             echo "\t\t\t";
  153.         } elseif ($this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_BELGIUM"))) {
  154.             // line 26
  155.             echo "\t\t\t\t";
  156.             $context["tel"] = $this->extensions['App\Twig\Extension\ParameterExtension']->getParameter("vpautopro.contact.phone_belgique");
  157.             // line 27
  158.             echo "\t\t\t";
  159.         } elseif ($this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_SPAIN"))) {
  160.             // line 28
  161.             echo "\t\t\t\t";
  162.             $context["tel"] = $this->extensions['App\Twig\Extension\ParameterExtension']->getParameter("vpautopro.contact.phone_espagne");
  163.             // line 29
  164.             echo "\t\t\t";
  165.         } else {
  166.             // line 30
  167.             echo "\t\t\t\t";
  168.             $context["tel"] = $this->extensions['App\Twig\Extension\ParameterExtension']->getParameter("vpautopro.contact.phone_france");
  169.             // line 31
  170.             echo "\t\t\t";
  171.         }
  172.         // line 32
  173.         echo "\t\t\t<h2><strong>";
  174.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.title", ["%tel%" => (isset($context["tel"]) || array_key_exists("tel"$context) ? $context["tel"] : (function () { throw new RuntimeError('Variable "tel" does not exist.'32$this->source); })())], "landing"), "html"nulltrue);
  175.         echo "</strong></h2>
  176. \t\t\t<p class=\"titre03 marginT20\"><strong>";
  177.         // line 33
  178.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.subtitle", [], "landing"), "html"nulltrue);
  179.         echo "</strong></p>
  180. \t\t\t<h2 class=\"titre01\">";
  181.         // line 35
  182.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section01.title", [], "landing"), "html"nulltrue);
  183.         echo "</h2>
  184. \t\t\t<div>
  185. \t\t\t\t<h3><strong>> ";
  186.         // line 37
  187.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section01.question01", [], "landing"), "html"nulltrue);
  188.         echo "</strong></h3>
  189. \t\t\t\t<span>";
  190.         // line 38
  191.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section01.answer01.part01", [], "landing"), "html"nulltrue);
  192.         echo "</span>
  193. \t\t\t</div>
  194. \t\t\t<p>";
  195.         // line 40
  196.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section01.answer01.part02", [], "landing");
  197.         echo "</p>
  198. \t\t\t";
  199.         // line 41
  200.         if ( !$this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry([=> twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_BELGIUM"), => twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_SPAIN")])) {
  201.             // line 42
  202.             echo "\t\t\t\t<p>";
  203.             echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section01.answer01.part03", [], "landing");
  204.             echo "</p>
  205. \t\t\t";
  206.         }
  207.         // line 44
  208.         echo "\t\t\t<p>";
  209.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section01.answer01.part04", [], "landing");
  210.         echo "</p>
  211. \t\t\t<h2 class=\"titre01\">";
  212.         // line 46
  213.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section02.title", [], "landing"), "html"nulltrue);
  214.         echo "</h2>
  215. \t\t\t<div>
  216. \t\t\t\t<h3><strong>> ";
  217.         // line 48
  218.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section02.question01", [], "landing"), "html"nulltrue);
  219.         echo "</strong></h3>
  220. \t\t\t\t<p>";
  221.         // line 49
  222.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section02.answer01.part01", [], "landing"), "html"nulltrue);
  223.         echo "</p>
  224. \t\t\t\t<p class=\"marginT10\">- ";
  225.         // line 50
  226.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section02.answer01.part02", [], "landing"), "html"nulltrue);
  227.         echo "</p>
  228. \t\t\t\t<p class=\"marginT10\">- ";
  229.         // line 51
  230.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section02.answer01.part03", [], "landing");
  231.         echo "</p>
  232.                 ";
  233.         // line 53
  234.         echo "                ";
  235.         if (("fr" == twig_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.'53$this->source); })()), "request", [], "any"falsefalsefalse53), "locale", [], "any"falsefalsefalse53))) {
  236.             // line 54
  237.             echo "\t\t\t\t\t<a href=\"/bundles/vpauto/pdf/Listedespointscontroles2016.pdf\" target=\"_blank\">";
  238.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section02.answer01.link01", [], "landing"), "html"nulltrue);
  239.             echo "</a>
  240. \t\t\t\t";
  241.         }
  242.         // line 56
  243.         echo "\t\t\t</div>
  244. \t\t\t<h2 class=\"titre01\">";
  245.         // line 58
  246.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section03.title", [], "landing"), "html"nulltrue);
  247.         echo "</h2>
  248. \t\t\t<div>
  249. \t\t\t\t<h3><strong>> ";
  250.         // line 60
  251.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section03.question01", [], "landing"), "html"nulltrue);
  252.         echo "</strong></h3>
  253. \t\t\t\t<span>";
  254.         // line 61
  255.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section03.answer01", [], "landing"), "html"nulltrue);
  256.         echo "</span>
  257. \t\t\t</div>
  258. \t\t\t";
  259.         // line 63
  260.         if ( !$this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL"))) {
  261.             // line 64
  262.             echo "\t\t\t<div>
  263. \t\t\t\t<h3><strong>> ";
  264.             // line 65
  265.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section03.question02", [], "landing"), "html"nulltrue);
  266.             echo "</strong></h3>
  267. \t\t\t\t<span>";
  268.             // line 66
  269.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section03.answer02", [], "landing"), "html"nulltrue);
  270.             echo "</span>
  271. \t\t\t</div>
  272. \t\t\t";
  273.         }
  274.         // line 69
  275.         echo "\t\t\t<div>
  276. \t\t\t\t";
  277.         // line 70
  278.         $context["fee"] = (((($this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL")) || $this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_BELGIUM"))) || $this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_SPAIN")))) ? (100) : (150));
  279.         // line 77
  280.         echo "\t\t\t\t<h3><strong>> ";
  281.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section03.question03", [], "landing"), "html"nulltrue);
  282.         echo "</strong></h3>
  283. \t\t\t\t<span>";
  284.         // line 78
  285.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section03.answer03", ["%fee%" => (isset($context["fee"]) || array_key_exists("fee"$context) ? $context["fee"] : (function () { throw new RuntimeError('Variable "fee" does not exist.'78$this->source); })())], "landing"), "html"nulltrue);
  286.         echo "</span>
  287. \t\t\t</div>
  288. \t\t\t<h2 class=\"titre01\">";
  289.         // line 81
  290.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section04.title", [], "landing"), "html"nulltrue);
  291.         echo "</h2>
  292. \t\t\t<div>
  293. \t\t\t\t<h3><strong>> ";
  294.         // line 83
  295.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section04.question01", [], "landing"), "html"nulltrue);
  296.         echo "</strong></h3>
  297. \t\t\t\t<span>";
  298.         // line 84
  299.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section04.answer01", [], "landing"), "html"nulltrue);
  300.         echo "</span>
  301. \t\t\t</div>
  302. \t\t\t<div>
  303. \t\t\t\t<h3><strong>> ";
  304.         // line 87
  305.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section04.question02", [], "landing"), "html"nulltrue);
  306.         echo "</strong></h3>
  307. \t\t\t\t<span>";
  308.         // line 88
  309.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section04.answer02", [], "landing"), "html"nulltrue);
  310.         echo "</span>
  311. \t\t\t</div>
  312. \t\t\t<div>
  313. \t\t\t\t<h3><strong>> ";
  314.         // line 91
  315.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section04.question03", [], "landing"), "html"nulltrue);
  316.         echo "</strong></h3>
  317. \t\t\t\t<span>";
  318.         // line 92
  319.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section04.answer03", [], "landing");
  320.         echo "</span>
  321. \t\t\t</div>
  322. \t\t\t<p>";
  323.         // line 94
  324.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section04.text01", [], "landing"), "html"nulltrue);
  325.         echo "</p>
  326. \t\t\t<h2 class=\"titre01\">";
  327.         // line 96
  328.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section05.title", [], "landing"), "html"nulltrue);
  329.         echo "</h2>
  330. \t\t\t<div>
  331. \t\t\t\t<h3><strong>> ";
  332.         // line 98
  333.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section05.question01", [], "landing"), "html"nulltrue);
  334.         echo "</strong></h3>
  335. \t\t\t\t<span>";
  336.         // line 99
  337.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section05.answer01.part01", [], "landing");
  338.         echo "</span>
  339. \t\t\t</div>
  340. \t\t\t<p>
  341. \t\t\t\t";
  342.         // line 102
  343.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section05.answer01.part02", ["%href%" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_online_purchase")], "landing");
  344.         echo "
  345. \t\t\t</p>
  346. \t\t\t<div>
  347. \t\t\t\t<h3><strong>> ";
  348.         // line 105
  349.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section05.question02", [], "landing"), "html"nulltrue);
  350.         echo "</strong></h3>
  351. \t\t\t\t<span>";
  352.         // line 106
  353.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section05.answer02.part01", [], "landing"), "html"nulltrue);
  354.         echo "</span>
  355. \t\t\t</div>
  356. \t\t\t<p>";
  357.         // line 108
  358.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section05.answer02.part02", [], "landing"), "html"nulltrue);
  359.         echo "</p>
  360. \t\t\t<p>";
  361.         // line 109
  362.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section05.answer02.part03", [], "landing"), "html"nulltrue);
  363.         echo "</p>
  364. \t\t\t<p>";
  365.         // line 110
  366.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section05.answer02.part04", [], "landing");
  367.         echo "</p>
  368. \t\t\t";
  369.         // line 111
  370.         if ($this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_FRANCE"))) {
  371.             // line 112
  372.             echo "\t\t\t\t<p>";
  373.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section05.answer02.part05", [], "landing"), "html"nulltrue);
  374.             echo "</p>
  375. \t\t\t\t<p>";
  376.             // line 113
  377.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section05.answer02.part06", [], "landing"), "html"nulltrue);
  378.             echo "</p>
  379. \t\t\t";
  380.         }
  381.         // line 115
  382.         echo "\t\t\t<div>
  383. \t\t\t\t<h3><strong>> ";
  384.         // line 116
  385.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section05.question03", [], "landing"), "html"nulltrue);
  386.         echo "</strong></h3>
  387. \t\t\t\t<span>";
  388.         // line 117
  389.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section05.answer03", ["%tel%" => (isset($context["tel"]) || array_key_exists("tel"$context) ? $context["tel"] : (function () { throw new RuntimeError('Variable "tel" does not exist.'117$this->source); })())], "landing");
  390.         echo "</span>
  391. \t\t\t</div>
  392. \t\t\t<div>
  393. \t\t\t\t<h3><strong>> ";
  394.         // line 120
  395.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section05.question04", [], "landing"), "html"nulltrue);
  396.         echo "</strong></h3>
  397. \t\t\t\t<span>";
  398.         // line 121
  399.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section05.answer04.part01", [], "landing");
  400.         echo "</span>
  401. \t\t\t</div>
  402. \t\t\t<p>";
  403.         // line 123
  404.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section05.answer04.part02", [], "landing");
  405.         echo "</p>
  406. \t\t\t<div>
  407. \t\t\t\t<h3><strong>> ";
  408.         // line 125
  409.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section05.question05", [], "landing"), "html"nulltrue);
  410.         echo "</strong></h3>
  411. \t\t\t\t<span>";
  412.         // line 126
  413.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section05.answer05", ["%tel%" => (isset($context["tel"]) || array_key_exists("tel"$context) ? $context["tel"] : (function () { throw new RuntimeError('Variable "tel" does not exist.'126$this->source); })())], "landing");
  414.         echo "</span>
  415. \t\t\t</div>
  416. \t\t\t<h2 class=\"titre01\">";
  417.         // line 129
  418.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section06.title", [], "landing"), "html"nulltrue);
  419.         echo "</h2>
  420. \t\t\t<div>
  421. \t\t\t\t<h3><strong>> ";
  422.         // line 131
  423.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section06.question01", [], "landing"), "html"nulltrue);
  424.         echo "</strong></h3>
  425. \t\t\t\t<span>";
  426.         // line 132
  427.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section06.answer01", [], "landing"), "html"nulltrue);
  428.         echo "</span>
  429. \t\t\t</div>
  430. \t\t\t<div>
  431. \t\t\t\t<h3><strong>> ";
  432.         // line 135
  433.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section06.question02", [], "landing"), "html"nulltrue);
  434.         echo "</strong></h3>
  435. \t\t\t\t<span>";
  436.         // line 136
  437.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section06.answer02", [], "landing"), "html"nulltrue);
  438.         echo "</span>
  439. \t\t\t</div>
  440. \t\t\t<div>
  441. \t\t\t\t<h3><strong>> ";
  442.         // line 139
  443.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section06.question03", [], "landing"), "html"nulltrue);
  444.         echo "</strong></h3>
  445. \t\t\t\t<span>";
  446.         // line 140
  447.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.faq.content.section06.answer03", [], "landing");
  448.         echo "</span>
  449. \t\t\t</div>
  450.         </div>
  451. \t</div>
  452. \t<a href=\"#\" id=\"scrollup01\">Haut</a>
  453. </div>
  454. <!--Footer -->
  455. ";
  456.         // line 148
  457.         $this->loadTemplate("frontend/footer.html.twig""Frontend/landing/faq.html.twig"148)->display($context);
  458.         // line 149
  459.         echo "<!-- FIN Footer -->
  460. ";
  461.         
  462.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  463.         
  464.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  465.         
  466.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  467.     }
  468.     public function getTemplateName()
  469.     {
  470.         return "Frontend/landing/faq.html.twig";
  471.     }
  472.     public function isTraitable()
  473.     {
  474.         return false;
  475.     }
  476.     public function getDebugInfo()
  477.     {
  478.         return array (  504 => 149,  502 => 148,  491 => 140,  487 => 139,  481 => 136,  477 => 135,  471 => 132,  467 => 131,  462 => 129,  456 => 126,  452 => 125,  447 => 123,  442 => 121,  438 => 120,  432 => 117,  428 => 116,  425 => 115,  420 => 113,  415 => 112,  413 => 111,  409 => 110,  405 => 109,  401 => 108,  396 => 106,  392 => 105,  386 => 102,  380 => 99,  376 => 98,  371 => 96,  366 => 94,  361 => 92,  357 => 91,  351 => 88,  347 => 87,  341 => 84,  337 => 83,  332 => 81,  326 => 78,  321 => 77,  319 => 70,  316 => 69,  310 => 66,  306 => 65,  303 => 64,  301 => 63,  296 => 61,  292 => 60,  287 => 58,  283 => 56,  277 => 54,  274 => 53,  270 => 51,  266 => 50,  262 => 49,  258 => 48,  253 => 46,  247 => 44,  241 => 42,  239 => 41,  235 => 40,  230 => 38,  226 => 37,  221 => 35,  216 => 33,  211 => 32,  208 => 31,  205 => 30,  202 => 29,  199 => 28,  196 => 27,  193 => 26,  190 => 25,  187 => 24,  185 => 23,  177 => 18,  173 => 17,  167 => 13,  154 => 12,  129 => 10,  104 => 9,  89 => 6,  85 => 5,  80 => 4,  67 => 3,  38 => 1,);
  479.     }
  480.     public function getSourceContext()
  481.     {
  482.         return new Source("{% extends 'frontend/frontend.html.twig' %}
  483. {% block meta_robot %}
  484.     {{ parent() }}
  485.     <link rel=\"canonical\" href=\"{{ url('frontend_faq') }}\"/>
  486.     {{ source('stubs/seo/robots_index_follow.html.twig') }}
  487. {% endblock %}
  488. {% block meta_title %}{{ 'seo.landing.faq.title'|trans({}, \"seo\") }}{% endblock %}
  489. {% block meta_desc %}{{ 'seo.landing.faq.desc'|trans({}, \"seo\") }}{% endblock %}
  490. {% block body_content %}
  491. <div class=\"faq\">
  492. \t<div class=\"landing-header\">
  493. \t\t<h1 class=\"titre05\">
  494. \t\t\t{{ 'frontend.landing.faq.header.title'|trans({}, 'landing') }}
  495. \t\t\t<span>{{ 'frontend.landing.faq.header.subtitle'|trans({}, 'landing') }}</span>
  496. \t\t</h1>
  497. \t</div>
  498. \t<div class=\"landing-content\">
  499. \t\t<div>
  500. \t\t\t{% if is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_PORTUGAL')) %}
  501. \t\t\t\t{% set tel = getParameter('vpautopro.contact.phone_portugal') %}
  502. \t\t\t{% elseif is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_BELGIUM')) %}
  503. \t\t\t\t{% set tel = getParameter('vpautopro.contact.phone_belgique') %}
  504. \t\t\t{% elseif is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_SPAIN')) %}
  505. \t\t\t\t{% set tel = getParameter('vpautopro.contact.phone_espagne') %}
  506. \t\t\t{% else %}
  507. \t\t\t\t{% set tel = getParameter('vpautopro.contact.phone_france') %}
  508. \t\t\t{% endif %}
  509. \t\t\t<h2><strong>{{ 'frontend.landing.faq.content.title'|trans({'%tel%' : tel}, 'landing') }}</strong></h2>
  510. \t\t\t<p class=\"titre03 marginT20\"><strong>{{ 'frontend.landing.faq.content.subtitle'|trans({}, 'landing') }}</strong></p>
  511. \t\t\t<h2 class=\"titre01\">{{ 'frontend.landing.faq.content.section01.title'|trans({}, 'landing') }}</h2>
  512. \t\t\t<div>
  513. \t\t\t\t<h3><strong>> {{ 'frontend.landing.faq.content.section01.question01'|trans({}, 'landing') }}</strong></h3>
  514. \t\t\t\t<span>{{ 'frontend.landing.faq.content.section01.answer01.part01'|trans({}, 'landing') }}</span>
  515. \t\t\t</div>
  516. \t\t\t<p>{{ 'frontend.landing.faq.content.section01.answer01.part02'|trans({}, 'landing')|raw }}</p>
  517. \t\t\t{% if not is_current_country([constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_BELGIUM'), constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_SPAIN')]) %}
  518. \t\t\t\t<p>{{ 'frontend.landing.faq.content.section01.answer01.part03'|trans({}, 'landing')|raw }}</p>
  519. \t\t\t{% endif %}
  520. \t\t\t<p>{{ 'frontend.landing.faq.content.section01.answer01.part04'|trans({}, 'landing')|raw }}</p>
  521. \t\t\t<h2 class=\"titre01\">{{ 'frontend.landing.faq.content.section02.title'|trans({}, 'landing') }}</h2>
  522. \t\t\t<div>
  523. \t\t\t\t<h3><strong>> {{ 'frontend.landing.faq.content.section02.question01'|trans({}, 'landing') }}</strong></h3>
  524. \t\t\t\t<p>{{ 'frontend.landing.faq.content.section02.answer01.part01'|trans({}, 'landing') }}</p>
  525. \t\t\t\t<p class=\"marginT10\">- {{ 'frontend.landing.faq.content.section02.answer01.part02'|trans({}, 'landing') }}</p>
  526. \t\t\t\t<p class=\"marginT10\">- {{ 'frontend.landing.faq.content.section02.answer01.part03'|trans({}, 'landing')|raw }}</p>
  527.                 {# locale based : editorial content #}
  528.                 {% if 'fr' == app.request.locale %}
  529. \t\t\t\t\t<a href=\"/bundles/vpauto/pdf/Listedespointscontroles2016.pdf\" target=\"_blank\">{{ 'frontend.landing.faq.content.section02.answer01.link01'|trans({}, 'landing') }}</a>
  530. \t\t\t\t{% endif %}
  531. \t\t\t</div>
  532. \t\t\t<h2 class=\"titre01\">{{ 'frontend.landing.faq.content.section03.title'|trans({}, 'landing') }}</h2>
  533. \t\t\t<div>
  534. \t\t\t\t<h3><strong>> {{ 'frontend.landing.faq.content.section03.question01'|trans({}, 'landing') }}</strong></h3>
  535. \t\t\t\t<span>{{ 'frontend.landing.faq.content.section03.answer01'|trans({}, 'landing') }}</span>
  536. \t\t\t</div>
  537. \t\t\t{% if not is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_PORTUGAL')) %}
  538. \t\t\t<div>
  539. \t\t\t\t<h3><strong>> {{ 'frontend.landing.faq.content.section03.question02'|trans({}, 'landing') }}</strong></h3>
  540. \t\t\t\t<span>{{ 'frontend.landing.faq.content.section03.answer02'|trans({}, 'landing') }}</span>
  541. \t\t\t</div>
  542. \t\t\t{% endif %}
  543. \t\t\t<div>
  544. \t\t\t\t{% set fee = (
  545. \t\t\t\t\tis_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_PORTUGAL'))
  546. \t\t\t\t\tor 
  547. \t\t\t\t\tis_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_BELGIUM'))
  548. \t\t\t\t\tor
  549. \t\t\t\t\tis_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_SPAIN'))
  550. \t\t\t\t) ? 100 : 150 %}
  551. \t\t\t\t<h3><strong>> {{ 'frontend.landing.faq.content.section03.question03'|trans({}, 'landing') }}</strong></h3>
  552. \t\t\t\t<span>{{ 'frontend.landing.faq.content.section03.answer03'|trans({'%fee%': fee}, 'landing') }}</span>
  553. \t\t\t</div>
  554. \t\t\t<h2 class=\"titre01\">{{ 'frontend.landing.faq.content.section04.title'|trans({}, 'landing') }}</h2>
  555. \t\t\t<div>
  556. \t\t\t\t<h3><strong>> {{ 'frontend.landing.faq.content.section04.question01'|trans({}, 'landing') }}</strong></h3>
  557. \t\t\t\t<span>{{ 'frontend.landing.faq.content.section04.answer01'|trans({}, 'landing') }}</span>
  558. \t\t\t</div>
  559. \t\t\t<div>
  560. \t\t\t\t<h3><strong>> {{ 'frontend.landing.faq.content.section04.question02'|trans({}, 'landing') }}</strong></h3>
  561. \t\t\t\t<span>{{ 'frontend.landing.faq.content.section04.answer02'|trans({}, 'landing') }}</span>
  562. \t\t\t</div>
  563. \t\t\t<div>
  564. \t\t\t\t<h3><strong>> {{ 'frontend.landing.faq.content.section04.question03'|trans({}, 'landing') }}</strong></h3>
  565. \t\t\t\t<span>{{ 'frontend.landing.faq.content.section04.answer03'|trans({}, 'landing')|raw }}</span>
  566. \t\t\t</div>
  567. \t\t\t<p>{{ 'frontend.landing.faq.content.section04.text01'|trans({}, 'landing') }}</p>
  568. \t\t\t<h2 class=\"titre01\">{{ 'frontend.landing.faq.content.section05.title'|trans({}, 'landing') }}</h2>
  569. \t\t\t<div>
  570. \t\t\t\t<h3><strong>> {{ 'frontend.landing.faq.content.section05.question01'|trans({}, 'landing') }}</strong></h3>
  571. \t\t\t\t<span>{{ 'frontend.landing.faq.content.section05.answer01.part01'|trans({}, 'landing')|raw }}</span>
  572. \t\t\t</div>
  573. \t\t\t<p>
  574. \t\t\t\t{{ 'frontend.landing.faq.content.section05.answer01.part02'|trans({'%href%': path('frontend_online_purchase')}, 'landing')|raw }}
  575. \t\t\t</p>
  576. \t\t\t<div>
  577. \t\t\t\t<h3><strong>> {{ 'frontend.landing.faq.content.section05.question02'|trans({}, 'landing') }}</strong></h3>
  578. \t\t\t\t<span>{{ 'frontend.landing.faq.content.section05.answer02.part01'|trans({}, 'landing') }}</span>
  579. \t\t\t</div>
  580. \t\t\t<p>{{ 'frontend.landing.faq.content.section05.answer02.part02'|trans({}, 'landing') }}</p>
  581. \t\t\t<p>{{ 'frontend.landing.faq.content.section05.answer02.part03'|trans({}, 'landing') }}</p>
  582. \t\t\t<p>{{ 'frontend.landing.faq.content.section05.answer02.part04'|trans({}, 'landing')|raw }}</p>
  583. \t\t\t{% if is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_FRANCE')) %}
  584. \t\t\t\t<p>{{ 'frontend.landing.faq.content.section05.answer02.part05'|trans({}, 'landing') }}</p>
  585. \t\t\t\t<p>{{ 'frontend.landing.faq.content.section05.answer02.part06'|trans({}, 'landing') }}</p>
  586. \t\t\t{% endif %}
  587. \t\t\t<div>
  588. \t\t\t\t<h3><strong>> {{ 'frontend.landing.faq.content.section05.question03'|trans({}, 'landing') }}</strong></h3>
  589. \t\t\t\t<span>{{ 'frontend.landing.faq.content.section05.answer03'|trans({'%tel%' : tel}, 'landing')|raw }}</span>
  590. \t\t\t</div>
  591. \t\t\t<div>
  592. \t\t\t\t<h3><strong>> {{ 'frontend.landing.faq.content.section05.question04'|trans({}, 'landing') }}</strong></h3>
  593. \t\t\t\t<span>{{ 'frontend.landing.faq.content.section05.answer04.part01'|trans({}, 'landing')|raw }}</span>
  594. \t\t\t</div>
  595. \t\t\t<p>{{ 'frontend.landing.faq.content.section05.answer04.part02'|trans({}, 'landing')|raw }}</p>
  596. \t\t\t<div>
  597. \t\t\t\t<h3><strong>> {{ 'frontend.landing.faq.content.section05.question05'|trans({}, 'landing') }}</strong></h3>
  598. \t\t\t\t<span>{{ 'frontend.landing.faq.content.section05.answer05'|trans({'%tel%' : tel}, 'landing')|raw }}</span>
  599. \t\t\t</div>
  600. \t\t\t<h2 class=\"titre01\">{{ 'frontend.landing.faq.content.section06.title'|trans({}, 'landing') }}</h2>
  601. \t\t\t<div>
  602. \t\t\t\t<h3><strong>> {{ 'frontend.landing.faq.content.section06.question01'|trans({}, 'landing') }}</strong></h3>
  603. \t\t\t\t<span>{{ 'frontend.landing.faq.content.section06.answer01'|trans({}, 'landing') }}</span>
  604. \t\t\t</div>
  605. \t\t\t<div>
  606. \t\t\t\t<h3><strong>> {{ 'frontend.landing.faq.content.section06.question02'|trans({}, 'landing') }}</strong></h3>
  607. \t\t\t\t<span>{{ 'frontend.landing.faq.content.section06.answer02'|trans({}, 'landing') }}</span>
  608. \t\t\t</div>
  609. \t\t\t<div>
  610. \t\t\t\t<h3><strong>> {{ 'frontend.landing.faq.content.section06.question03'|trans({}, 'landing') }}</strong></h3>
  611. \t\t\t\t<span>{{ 'frontend.landing.faq.content.section06.answer03'|trans({}, 'landing')|raw }}</span>
  612. \t\t\t</div>
  613.         </div>
  614. \t</div>
  615. \t<a href=\"#\" id=\"scrollup01\">Haut</a>
  616. </div>
  617. <!--Footer -->
  618. {% include 'frontend/footer.html.twig' %}
  619. <!-- FIN Footer -->
  620. {% endblock body_content %}
  621. ""Frontend/landing/faq.html.twig""/srv/src/Resources/views/Frontend/landing/faq.html.twig");
  622.     }
  623. }