{% extends 'frontend/frontend_pro.html.twig' %}
{% block meta_robot %}
{{ parent() }}
<link rel="canonical" href="{{ url('frontend_customer_complaint_pro') }}"/>
{{ source('stubs/seo/robots_index_follow.html.twig') }}
{% endblock %}
{% block tawkto '' %}
{% block meta_title %}{{ 'seo.landing.customer-complaint-pro.title'|trans({}, "seo") }}{% endblock %}
{% block meta_desc %}{{ 'seo.landing.customer-complaint-pro.desc'|trans({}, "seo") }}{% endblock %}
{% block body_content %}
<div class="reclamation-pro">
<div class="landing-header">
<h1 class="titre05">
{{ 'frontend.landing.customer-complaint-pro.header.title'|trans({}, 'landing') }}
</h1>
</div>
<div class="landing-content">
<div>
<h2 class="titre01">{{ 'frontend.landing.customer-complaint-pro.content.title01'|trans({}, 'landing')|raw }}</h2>
<p class="marginT20 marginB30">{{ 'frontend.landing.customer-complaint-pro.content.text01'|trans({}, 'landing') }}</p>
<div class="grid-container block-bg01">
<div class="grid-33 tab-l-33 tab-p-100 m-100">
<div>
<img src="{{ asset('bundles/vpauto/frontend/images/pro/reclamation01.png') }}" alt="picto reglementation">
<p>{{ 'frontend.landing.customer-complaint-pro.content.block01.text'|trans({}, 'landing') }} <a href="{{ path('frontend_cgv_pro') }}" title="" class="lien01">CGV</a></p>
</div>
</div>
<div class="grid-33 tab-l-33 tab-p-100 m-100">
<div>
<img src="{{ asset('bundles/vpauto/frontend/images/pro/reclamation02.png') }}" alt="picto pieces justificatives">
<p>{{ 'frontend.landing.customer-complaint-pro.content.block02.text'|trans({}, 'landing') }}</p>
</div>
</div>
<div class="grid-33 tab-l-33 tab-p-100 m-100">
<div>
<img src="{{ asset('bundles/vpauto/frontend/images/pro/reclamation03.png') }}" alt="picto formulaire en ligne">
<p>{{ 'frontend.landing.customer-complaint-pro.content.block03.text'|trans({}, 'landing') }}</p>
</div>
</div>
</div>
<h2 class="titre01 marginT60">{{ 'frontend.landing.customer-complaint-pro.content.title02'|trans({}, 'landing')|raw }}</h2>
<p class="marginT20">{{ 'frontend.landing.customer-complaint-pro.content.text02'|trans({}, 'landing') }}</p>
<ul class="marginT20">
<li>- {{ 'frontend.landing.customer-complaint-pro.content.list.item01'|trans({}, 'landing') }} (<a href="{{ path('frontend_cgv_pro') }}" title="" class="lien03">CGV</a>)</li>
<li>- {{ 'frontend.landing.customer-complaint-pro.content.list.item02'|trans({}, 'landing') }}</li>
<li>- {{ 'frontend.landing.customer-complaint-pro.content.list.item03'|trans({}, 'landing') }}</li>
<li>- {{ 'frontend.landing.customer-complaint-pro.content.list.item04'|trans({}, 'landing') }}</li>
</ul>
{% if not is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL')) %}
<h2 class="titre01 marginT60">{{ 'frontend.landing.customer-complaint-pro.content.title03'|trans({}, 'landing')|raw }}</h2>
<div class="grid-container block-bg02">
<div class="grid-33 tab-l-33 tab-p-100 m-100">
<div>
<img src="{{ asset('bundles/vpauto/frontend/images/pro/reclamation04.png') }}" alt="picto administratif">
<h3>{{ 'frontend.landing.customer-complaint-pro.content.block04.title'|trans({}, 'landing') }}</h3>
<p>{{ 'frontend.landing.customer-complaint-pro.content.block04.desc'|trans({}, 'landing')|raw }}</p>
</div>
</div>
<div class="grid-33 tab-l-33 tab-p-100 m-100">
<div>
<img src="{{ asset('bundles/vpauto/frontend/images/pro/reclamation05.png') }}" alt="picto requete vehicule">
<h3>{{ 'frontend.landing.customer-complaint-pro.content.block05.title'|trans({}, 'landing') }}</h3>
<p>
<span>{{ 'frontend.landing.customer-complaint-pro.content.block05.desc01'|trans({}, 'landing')|raw }}</span><br>
<span>{{ 'frontend.landing.customer-complaint-pro.content.block05.desc02'|trans({}, 'landing')|raw }}</span><br>
<span>{{ 'frontend.landing.customer-complaint-pro.content.block05.desc03'|trans({}, 'landing')|raw }}</span>
</p>
</div>
</div>
<div class="grid-33 tab-l-33 tab-p-100 m-100">
<div>
<img src="{{ asset('bundles/vpauto/frontend/images/pro/reclamation06.png') }}" alt="picto requete transport">
<h3>{{ 'frontend.landing.customer-complaint-pro.content.block06.title'|trans({}, 'landing') }}</h3>
<p>{{ 'frontend.landing.customer-complaint-pro.content.block06.desc'|trans({}, 'landing')|raw }}</p>
</div>
</div>
</div>
{% endif %}
<h2 class="titre01 marginT60">{{ 'frontend.landing.customer-complaint-pro.content.title04'|trans({}, 'landing')|raw }}</h2>
<p class="marginT20 titre03"><strong>{{ 'frontend.landing.customer-complaint-pro.content.text03'|trans({}, 'landing') }}</strong></p>
<p class="marginT60 txtcenter"><a href="{{ path('frontend_contact_pro') }}" class="lien11">{{ 'frontend.landing.customer-complaint-pro.content.button01.label'|trans({}, 'landing') }}</a></p>
</div>
</div>
</div>
{% endblock body_content %}