<?php 
 
use Twig\Environment; 
use Twig\Error\LoaderError; 
use Twig\Error\RuntimeError; 
use Twig\Extension\SandboxExtension; 
use Twig\Markup; 
use Twig\Sandbox\SecurityError; 
use Twig\Sandbox\SecurityNotAllowedTagError; 
use Twig\Sandbox\SecurityNotAllowedFilterError; 
use Twig\Sandbox\SecurityNotAllowedFunctionError; 
use Twig\Source; 
use Twig\Template; 
 
/* Frontend/landing/expertise.html.twig */ 
class __TwigTemplate_4f048337791058359018d5c454902bc8 extends \Twig\Template 
{ 
    private $source; 
    private $macros = []; 
 
    public function __construct(Environment $env) 
    { 
        parent::__construct($env); 
 
        $this->source = $this->getSourceContext(); 
 
        $this->blocks = [ 
            'meta_robot' => [$this, 'block_meta_robot'], 
            'meta_title' => [$this, 'block_meta_title'], 
            'meta_desc' => [$this, 'block_meta_desc'], 
            'body_content' => [$this, 'block_body_content'], 
        ]; 
    } 
 
    protected function doGetParent(array $context) 
    { 
        // line 1 
        return "frontend/frontend.html.twig"; 
    } 
 
    protected function doDisplay(array $context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/landing/expertise.html.twig")); 
 
        $__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"]; 
        $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/landing/expertise.html.twig")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/landing/expertise.html.twig")); 
 
        $this->parent = $this->loadTemplate("frontend/frontend.html.twig", "Frontend/landing/expertise.html.twig", 1); 
        $this->parent->display($context, array_merge($this->blocks, $blocks)); 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
         
        $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof); 
 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
    } 
 
    // line 3 
    public function block_meta_robot($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_robot")); 
 
        $__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"]; 
        $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_robot")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_robot")); 
 
        // line 4 
        echo "    "; 
        $this->displayParentBlock("meta_robot", $context, $blocks); 
        echo " 
    <link rel=\"canonical\" href=\""; 
        // line 5 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("frontend_expertise"); 
        echo "\"/> 
    "; 
        // line 6 
        echo twig_source($this->env, "stubs/seo/robots_index_follow.html.twig"); 
        echo " 
"; 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
    } 
 
    // line 9 
    public function block_meta_title($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title")); 
 
        $__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"]; 
        $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_title")); 
 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.expertise.title", [], "seo"), "html", null, true); 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
    } 
 
    // line 10 
    public function block_meta_desc($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc")); 
 
        $__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"]; 
        $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_desc")); 
 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seo.landing.expertise.desc", [], "seo"), "html", null, true); 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
    } 
 
    // line 12 
    public function block_body_content($context, array $blocks = []) 
    { 
        $macros = $this->macros; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; 
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_content")); 
 
        $__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"]; 
        $__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_content")); 
 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; 
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body_content")); 
 
        // line 13 
        echo " 
<div class=\"expertise\"> 
\t<div class=\"landing-header\"> 
\t\t<h1 class=\"titre05\"> 
\t\t\t"; 
        // line 17 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.header.title", [], "landing"), "html", null, true); 
        echo " 
\t\t\t<span>"; 
        // line 18 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.header.subtitle", [], "landing"), "html", null, true); 
        echo "</span> 
\t\t</h1> 
\t</div> 
\t<div class=\"landing-content\"> 
        <div> 
            <div> 
                <h2 class=\"titre01\">"; 
        // line 24 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.title01", [], "landing"); 
        echo "</h2> 
                <p class=\"marginT20\">"; 
        // line 25 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.desc01", [], "landing"); 
        echo "</p> 
            </div> 
            <div class=\"grid-container block-bg\"> 
                <div class=\"grid-33 tab-l-100 tab-p-100 m-100\"> 
                    <div> 
                        <p><i class=\"icon-expertise04\"></i></p> 
                        <h2><strong>"; 
        // line 31 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block01.title", [], "landing"), "html", null, true); 
        echo "</strong></h2> 
                        <ul> 
                            <li>- "; 
        // line 33 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block01.text01", [], "landing"); 
        echo "</li> 
                            <li>- "; 
        // line 34 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block01.text02", [], "landing"); 
        echo "</li> 
                            <li>- "; 
        // line 35 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block01.text03", [], "landing"); 
        echo "</li> 
                        </ul> 
                    </div> 
                </div> 
                <div class=\"grid-33 tab-l-100 tab-p-100 m-100\"> 
                    <div> 
                        <p><i class=\"icon-expertise05\"></i></p> 
                        <h2><strong>"; 
        // line 42 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block02.title", [], "landing"), "html", null, true); 
        echo "</strong></h2> 
                        <ul> 
                            <li>- "; 
        // line 44 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block02.text01", [], "landing"); 
        echo "</li> 
                            <li>- "; 
        // line 45 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block02.text02", [], "landing"); 
        echo "</li> 
                            <li>- "; 
        // line 46 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block02.text03", [], "landing"); 
        echo "</li> 
                        </ul> 
                    </div> 
                </div> 
                <div class=\"grid-33 tab-l-100 tab-p-100 m-100\"> 
                    <div> 
                        <p><i class=\"icon-expertise06\"></i></p> 
                        <h2><strong>"; 
        // line 53 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block03.title", [], "landing"), "html", null, true); 
        echo "</strong></h2> 
                        <ul> 
                            <li>- "; 
        // line 55 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block03.text01", [], "landing"); 
        echo "</li> 
                            <li>- "; 
        // line 56 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block03.text02", [], "landing"); 
        echo "</li> 
                            <li>- "; 
        // line 57 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block03.text03", [], "landing"); 
        echo "</li> 
                        </ul> 
                    </div> 
                </div> 
            </div> 
 
            <div class=\"grid-container marginT60\"> 
                <h2 class=\"titre04\"><strong>"; 
        // line 64 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.title02", [], "landing"), "html", null, true); 
        echo "</strong></h2> 
                <p class=\"marginT20\">"; 
        // line 65 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.desc02", [], "landing"), "html", null, true); 
        echo "</p> 
                "; 
        // line 66 
        if ( !$this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL"))) { 
            // line 67 
            echo "                    <p>"; 
            echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.desc03", [], "landing"), "html", null, true); 
            echo "</p> 
                "; 
        } 
        // line 69 
        echo "                <p class=\"marginT20\"> 
    \t            <a class=\"lien09 marginR60 marginB20\" href=\""; 
        // line 70 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("frontend_bilan_expert"); 
        echo "\">"; 
        echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.button01.label", [], "landing"), "html", null, true); 
        echo "</a> 
                    "; 
        // line 71 
        if ( !$this->extensions['App\Twig\Extension\CountryExtension']->isCurrentCountry(twig_constant("App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL"))) { 
            // line 72 
            echo "    \t               <a class=\"lien08\" href=\"http://blog.vpauto.fr/lessentiel-pour-comprendre-un-controle-technique\" target=\"_blank\">"; 
            echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.button02.label", [], "landing"), "html", null, true); 
            echo "</a> 
                    "; 
        } 
        // line 74 
        echo "    \t        </p> 
    \t\t</div> 
        </div> 
 
\t\t<div class=\"bg-img02 tab-p-hide m-hide\"> 
\t\t\t<div>"; 
        // line 79 
        echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("frontend.landing.expertise.content.block04.title", [], "landing"); 
        echo "</div> 
\t\t</div> 
\t</div> 
</div> 
<!--Footer --> 
"; 
        // line 84 
        $this->loadTemplate("frontend/footer.html.twig", "Frontend/landing/expertise.html.twig", 84)->display($context); 
        // line 85 
        echo "<!-- FIN Footer --> 
"; 
         
        $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); 
 
         
        $__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof); 
 
         
        $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); 
 
    } 
 
    public function getTemplateName() 
    { 
        return "Frontend/landing/expertise.html.twig"; 
    } 
 
    public function isTraitable() 
    { 
        return false; 
    } 
 
    public function getDebugInfo() 
    { 
        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,); 
    } 
 
    public function getSourceContext() 
    { 
        return new Source("{% extends 'frontend/frontend.html.twig' %} 
 
{% block meta_robot %} 
    {{ parent() }} 
    <link rel=\"canonical\" href=\"{{ url('frontend_expertise') }}\"/> 
    {{ source('stubs/seo/robots_index_follow.html.twig') }} 
{% endblock %} 
 
{% block meta_title %}{{ 'seo.landing.expertise.title'|trans({}, \"seo\") }}{% endblock %} 
{% block meta_desc %}{{ 'seo.landing.expertise.desc'|trans({}, \"seo\") }}{% endblock %} 
 
{% block body_content %} 
 
<div class=\"expertise\"> 
\t<div class=\"landing-header\"> 
\t\t<h1 class=\"titre05\"> 
\t\t\t{{ 'frontend.landing.expertise.header.title'|trans({}, 'landing') }} 
\t\t\t<span>{{ 'frontend.landing.expertise.header.subtitle'|trans({}, 'landing') }}</span> 
\t\t</h1> 
\t</div> 
\t<div class=\"landing-content\"> 
        <div> 
            <div> 
                <h2 class=\"titre01\">{{ 'frontend.landing.expertise.content.title01'|trans({}, 'landing')|raw }}</h2> 
                <p class=\"marginT20\">{{ 'frontend.landing.expertise.content.desc01'|trans({}, 'landing')|raw }}</p> 
            </div> 
            <div class=\"grid-container block-bg\"> 
                <div class=\"grid-33 tab-l-100 tab-p-100 m-100\"> 
                    <div> 
                        <p><i class=\"icon-expertise04\"></i></p> 
                        <h2><strong>{{ 'frontend.landing.expertise.content.block01.title'|trans({}, 'landing') }}</strong></h2> 
                        <ul> 
                            <li>- {{ 'frontend.landing.expertise.content.block01.text01'|trans({}, 'landing')|raw }}</li> 
                            <li>- {{ 'frontend.landing.expertise.content.block01.text02'|trans({}, 'landing')|raw }}</li> 
                            <li>- {{ 'frontend.landing.expertise.content.block01.text03'|trans({}, 'landing')|raw }}</li> 
                        </ul> 
                    </div> 
                </div> 
                <div class=\"grid-33 tab-l-100 tab-p-100 m-100\"> 
                    <div> 
                        <p><i class=\"icon-expertise05\"></i></p> 
                        <h2><strong>{{ 'frontend.landing.expertise.content.block02.title'|trans({}, 'landing') }}</strong></h2> 
                        <ul> 
                            <li>- {{ 'frontend.landing.expertise.content.block02.text01'|trans({}, 'landing')|raw }}</li> 
                            <li>- {{ 'frontend.landing.expertise.content.block02.text02'|trans({}, 'landing')|raw }}</li> 
                            <li>- {{ 'frontend.landing.expertise.content.block02.text03'|trans({}, 'landing')|raw }}</li> 
                        </ul> 
                    </div> 
                </div> 
                <div class=\"grid-33 tab-l-100 tab-p-100 m-100\"> 
                    <div> 
                        <p><i class=\"icon-expertise06\"></i></p> 
                        <h2><strong>{{ 'frontend.landing.expertise.content.block03.title'|trans({}, 'landing') }}</strong></h2> 
                        <ul> 
                            <li>- {{ 'frontend.landing.expertise.content.block03.text01'|trans({}, 'landing')|raw }}</li> 
                            <li>- {{ 'frontend.landing.expertise.content.block03.text02'|trans({}, 'landing')|raw }}</li> 
                            <li>- {{ 'frontend.landing.expertise.content.block03.text03'|trans({}, 'landing')|raw }}</li> 
                        </ul> 
                    </div> 
                </div> 
            </div> 
 
            <div class=\"grid-container marginT60\"> 
                <h2 class=\"titre04\"><strong>{{ 'frontend.landing.expertise.content.title02'|trans({}, 'landing') }}</strong></h2> 
                <p class=\"marginT20\">{{ 'frontend.landing.expertise.content.desc02'|trans({}, 'landing') }}</p> 
                {% if not is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_PORTUGAL')) %} 
                    <p>{{ 'frontend.landing.expertise.content.desc03'|trans({}, 'landing') }}</p> 
                {% endif %} 
                <p class=\"marginT20\"> 
    \t            <a class=\"lien09 marginR60 marginB20\" href=\"{{ path('frontend_bilan_expert') }}\">{{ 'frontend.landing.expertise.content.button01.label'|trans({}, 'landing') }}</a> 
                    {% if not is_current_country(constant('App\\\\Twig\\\\Extension\\\\CountryExtension::COUNTRY_PORTUGAL')) %} 
    \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> 
                    {% endif %} 
    \t        </p> 
    \t\t</div> 
        </div> 
 
\t\t<div class=\"bg-img02 tab-p-hide m-hide\"> 
\t\t\t<div>{{ 'frontend.landing.expertise.content.block04.title'|trans({}, 'landing')|raw }}</div> 
\t\t</div> 
\t</div> 
</div> 
<!--Footer --> 
{% include 'frontend/footer.html.twig' %} 
<!-- FIN Footer --> 
{% endblock body_content %} 
", "Frontend/landing/expertise.html.twig", "/srv/src/Resources/views/Frontend/landing/expertise.html.twig"); 
    } 
}