var/cache/dev/fr/vpauto/twig/20/207a3d7bb1d26548f77e50fc25be463e.php line 154

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/expertise.html.twig */
  14. class __TwigTemplate_4f048337791058359018d5c454902bc8 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/expertise.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/expertise.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/expertise.html.twig"));
  43.         $this->parent $this->loadTemplate("frontend/frontend.html.twig""Frontend/landing/expertise.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_expertise");
  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.expertise.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.expertise.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=\"expertise\">
  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.expertise.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.expertise.header.subtitle", [], "landing"), "html"nulltrue);
  140.         echo "</span>
  141. \t\t</h1>
  142. \t</div>
  143. \t<div class=\"landing-content\">
  144.         <div>
  145.             <div>
  146.                 <h2 class=\"titre01\">";
  147.         // line 24
  148.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.title01", [], "landing");
  149.         echo "</h2>
  150.                 <p class=\"marginT20\">";
  151.         // line 25
  152.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.desc01", [], "landing");
  153.         echo "</p>
  154.             </div>
  155.             <div class=\"grid-container block-bg\">
  156.                 <div class=\"grid-33 tab-l-100 tab-p-100 m-100\">
  157.                     <div>
  158.                         <p><i class=\"icon-expertise04\"></i></p>
  159.                         <h2><strong>";
  160.         // line 31
  161.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block01.title", [], "landing"), "html"nulltrue);
  162.         echo "</strong></h2>
  163.                         <ul>
  164.                             <li>- ";
  165.         // line 33
  166.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block01.text01", [], "landing");
  167.         echo "</li>
  168.                             <li>- ";
  169.         // line 34
  170.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block01.text02", [], "landing");
  171.         echo "</li>
  172.                             <li>- ";
  173.         // line 35
  174.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block01.text03", [], "landing");
  175.         echo "</li>
  176.                         </ul>
  177.                     </div>
  178.                 </div>
  179.                 <div class=\"grid-33 tab-l-100 tab-p-100 m-100\">
  180.                     <div>
  181.                         <p><i class=\"icon-expertise05\"></i></p>
  182.                         <h2><strong>";
  183.         // line 42
  184.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block02.title", [], "landing"), "html"nulltrue);
  185.         echo "</strong></h2>
  186.                         <ul>
  187.                             <li>- ";
  188.         // line 44
  189.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block02.text01", [], "landing");
  190.         echo "</li>
  191.                             <li>- ";
  192.         // line 45
  193.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block02.text02", [], "landing");
  194.         echo "</li>
  195.                             <li>- ";
  196.         // line 46
  197.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block02.text03", [], "landing");
  198.         echo "</li>
  199.                         </ul>
  200.                     </div>
  201.                 </div>
  202.                 <div class=\"grid-33 tab-l-100 tab-p-100 m-100\">
  203.                     <div>
  204.                         <p><i class=\"icon-expertise06\"></i></p>
  205.                         <h2><strong>";
  206.         // line 53
  207.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block03.title", [], "landing"), "html"nulltrue);
  208.         echo "</strong></h2>
  209.                         <ul>
  210.                             <li>- ";
  211.         // line 55
  212.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block03.text01", [], "landing");
  213.         echo "</li>
  214.                             <li>- ";
  215.         // line 56
  216.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block03.text02", [], "landing");
  217.         echo "</li>
  218.                             <li>- ";
  219.         // line 57
  220.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block03.text03", [], "landing");
  221.         echo "</li>
  222.                         </ul>
  223.                     </div>
  224.                 </div>
  225.             </div>
  226.             <div class=\"grid-container marginT60\">
  227.                 <h2 class=\"titre04\"><strong>";
  228.         // line 64
  229.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.title02", [], "landing"), "html"nulltrue);
  230.         echo "</strong></h2>
  231.                 <p class=\"marginT20\">";
  232.         // line 65
  233.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.desc02", [], "landing"), "html"nulltrue);
  234.         echo "</p>
  235.                 ";
  236.         // line 66
  237.         if ( !$this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL"))) {
  238.             // line 67
  239.             echo "                    <p>";
  240.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.desc03", [], "landing"), "html"nulltrue);
  241.             echo "</p>
  242.                 ";
  243.         }
  244.         // line 69
  245.         echo "                <p class=\"marginT20\">
  246.     \t            <a class=\"lien09 marginR60 marginB20\" href=\"";
  247.         // line 70
  248.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_bilan_expert");
  249.         echo "\">";
  250.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.button01.label", [], "landing"), "html"nulltrue);
  251.         echo "</a>
  252.                     ";
  253.         // line 71
  254.         if ( !$this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL"))) {
  255.             // line 72
  256.             echo "    \t               <a class=\"lien08\" href=\"http://blog.vpauto.fr/lessentiel-pour-comprendre-un-controle-technique\" target=\"_blank\">";
  257.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.button02.label", [], "landing"), "html"nulltrue);
  258.             echo "</a>
  259.                     ";
  260.         }
  261.         // line 74
  262.         echo "    \t        </p>
  263.     \t\t</div>
  264.         </div>
  265. \t\t<div class=\"bg-img02 tab-p-hide m-hide\">
  266. \t\t\t<div>";
  267.         // line 79
  268.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block04.title", [], "landing");
  269.         echo "</div>
  270. \t\t</div>
  271. \t</div>
  272. </div>
  273. <!--Footer -->
  274. ";
  275.         // line 84
  276.         $this->loadTemplate("frontend/footer.html.twig""Frontend/landing/expertise.html.twig"84)->display($context);
  277.         // line 85
  278.         echo "<!-- FIN Footer -->
  279. ";
  280.         
  281.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  282.         
  283.         $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
  284.         
  285.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  286.     }
  287.     public function getTemplateName()
  288.     {
  289.         return "Frontend/landing/expertise.html.twig";
  290.     }
  291.     public function isTraitable()
  292.     {
  293.         return false;
  294.     }
  295.     public function getDebugInfo()
  296.     {
  297.         return array (  318 => 85,  316 => 84,  308 => 79,  301 => 74,  295 => 72,  293 => 71,  287 => 70,  284 => 69,  278 => 67,  276 => 66,  272 => 65,  268 => 64,  258 => 57,  254 => 56,  250 => 55,  245 => 53,  235 => 46,  231 => 45,  227 => 44,  222 => 42,  212 => 35,  208 => 34,  204 => 33,  199 => 31,  190 => 25,  186 => 24,  177 => 18,  173 => 17,  167 => 13,  154 => 12,  129 => 10,  104 => 9,  89 => 6,  85 => 5,  80 => 4,  67 => 3,  38 => 1,);
  298.     }
  299.     public function getSourceContext()
  300.     {
  301.         return new Source("{% extends 'frontend/frontend.html.twig' %}
  302. {% block meta_robot %}
  303.     {{ parent() }}
  304.     <link rel=\"canonical\" href=\"{{ url('frontend_expertise') }}\"/>
  305.     {{ source('stubs/seo/robots_index_follow.html.twig') }}
  306. {% endblock %}
  307. {% block meta_title %}{{ 'seo.landing.expertise.title'|trans({}, \"seo\") }}{% endblock %}
  308. {% block meta_desc %}{{ 'seo.landing.expertise.desc'|trans({}, \"seo\") }}{% endblock %}
  309. {% block body_content %}
  310. <div class=\"expertise\">
  311. \t<div class=\"landing-header\">
  312. \t\t<h1 class=\"titre05\">
  313. \t\t\t{{ 'frontend.landing.expertise.header.title'|trans({}, 'landing') }}
  314. \t\t\t<span>{{ 'frontend.landing.expertise.header.subtitle'|trans({}, 'landing') }}</span>
  315. \t\t</h1>
  316. \t</div>
  317. \t<div class=\"landing-content\">
  318.         <div>
  319.             <div>
  320.                 <h2 class=\"titre01\">{{ 'frontend.landing.expertise.content.title01'|trans({}, 'landing')|raw }}</h2>
  321.                 <p class=\"marginT20\">{{ 'frontend.landing.expertise.content.desc01'|trans({}, 'landing')|raw }}</p>
  322.             </div>
  323.             <div class=\"grid-container block-bg\">
  324.                 <div class=\"grid-33 tab-l-100 tab-p-100 m-100\">
  325.                     <div>
  326.                         <p><i class=\"icon-expertise04\"></i></p>
  327.                         <h2><strong>{{ 'frontend.landing.expertise.content.block01.title'|trans({}, 'landing') }}</strong></h2>
  328.                         <ul>
  329.                             <li>- {{ 'frontend.landing.expertise.content.block01.text01'|trans({}, 'landing')|raw }}</li>
  330.                             <li>- {{ 'frontend.landing.expertise.content.block01.text02'|trans({}, 'landing')|raw }}</li>
  331.                             <li>- {{ 'frontend.landing.expertise.content.block01.text03'|trans({}, 'landing')|raw }}</li>
  332.                         </ul>
  333.                     </div>
  334.                 </div>
  335.                 <div class=\"grid-33 tab-l-100 tab-p-100 m-100\">
  336.                     <div>
  337.                         <p><i class=\"icon-expertise05\"></i></p>
  338.                         <h2><strong>{{ 'frontend.landing.expertise.content.block02.title'|trans({}, 'landing') }}</strong></h2>
  339.                         <ul>
  340.                             <li>- {{ 'frontend.landing.expertise.content.block02.text01'|trans({}, 'landing')|raw }}</li>
  341.                             <li>- {{ 'frontend.landing.expertise.content.block02.text02'|trans({}, 'landing')|raw }}</li>
  342.                             <li>- {{ 'frontend.landing.expertise.content.block02.text03'|trans({}, 'landing')|raw }}</li>
  343.                         </ul>
  344.                     </div>
  345.                 </div>
  346.                 <div class=\"grid-33 tab-l-100 tab-p-100 m-100\">
  347.                     <div>
  348.                         <p><i class=\"icon-expertise06\"></i></p>
  349.                         <h2><strong>{{ 'frontend.landing.expertise.content.block03.title'|trans({}, 'landing') }}</strong></h2>
  350.                         <ul>
  351.                             <li>- {{ 'frontend.landing.expertise.content.block03.text01'|trans({}, 'landing')|raw }}</li>
  352.                             <li>- {{ 'frontend.landing.expertise.content.block03.text02'|trans({}, 'landing')|raw }}</li>
  353.                             <li>- {{ 'frontend.landing.expertise.content.block03.text03'|trans({}, 'landing')|raw }}</li>
  354.                         </ul>
  355.                     </div>
  356.                 </div>
  357.             </div>
  358.             <div class=\"grid-container marginT60\">
  359.                 <h2 class=\"titre04\"><strong>{{ 'frontend.landing.expertise.content.title02'|trans({}, 'landing') }}</strong></h2>
  360.                 <p class=\"marginT20\">{{ 'frontend.landing.expertise.content.desc02'|trans({}, 'landing') }}</p>
  361.                 {% if not is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_PORTUGAL')) %}
  362.                     <p>{{ 'frontend.landing.expertise.content.desc03'|trans({}, 'landing') }}</p>
  363.                 {% endif %}
  364.                 <p class=\"marginT20\">
  365.     \t            <a class=\"lien09 marginR60 marginB20\" href=\"{{ path('frontend_bilan_expert') }}\">{{ 'frontend.landing.expertise.content.button01.label'|trans({}, 'landing') }}</a>
  366.                     {% if not is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_PORTUGAL')) %}
  367.     \t               <a class=\"lien08\" href=\"http://blog.vpauto.fr/lessentiel-pour-comprendre-un-controle-technique\" target=\"_blank\">{{ 'frontend.landing.expertise.content.button02.label'|trans({}, 'landing') }}</a>
  368.                     {% endif %}
  369.     \t        </p>
  370.     \t\t</div>
  371.         </div>
  372. \t\t<div class=\"bg-img02 tab-p-hide m-hide\">
  373. \t\t\t<div>{{ 'frontend.landing.expertise.content.block04.title'|trans({}, 'landing')|raw }}</div>
  374. \t\t</div>
  375. \t</div>
  376. </div>
  377. <!--Footer -->
  378. {% include 'frontend/footer.html.twig' %}
  379. <!-- FIN Footer -->
  380. {% endblock body_content %}
  381. ""Frontend/landing/expertise.html.twig""/srv/src/Resources/views/Frontend/landing/expertise.html.twig");
  382.     }
  383. }