{% extends 'frontend/frontend_pro.html.twig' %}
{% block meta_robot %}
{{ parent() }}
<link rel="canonical" href="{{ url('frontend_withdrawal_vo_pro') }}"/>
{{ source('stubs/seo/robots_index_follow.html.twig') }}
{% endblock %}
{% block tawkto '' %}
{% block meta_title %}{{ 'seo.landing.withdrawal-vo-pro.title'|trans({}, "seo") }}{% endblock %}
{% block meta_desc %}{{ 'seo.landing.withdrawal-vo-pro.desc'|trans({}, "seo") }}{% endblock %}
{% block body_content %}
<div class="retrait-vo-pro">
<div class="landing-header">
<h1 class="titre05">
{{ 'frontend.landing.withdrawal-vo-pro.header.title'|trans({}, 'landing') }}
</h1>
</div>
<div class="landing-content">
<div>
<div class="grid-container block-bg01">
<div class="grid-20 tab-l-100 tab-p-100 m-100">
<div>
<img src="{{ asset('bundles/vpauto/frontend/images/pro/icon-retrait-vo01.png') }}" alt="picto facture">
<h3>{{ 'frontend.landing.withdrawal-vo-pro.content.block01.title'|trans({}, 'landing') }}</h3>
<p>{{ 'frontend.landing.withdrawal-vo-pro.content.block01.desc'|trans({}, 'landing') }}</p>
</div>
</div>
<div class="grid-20 tab-l-100 tab-p-100 m-100">
<div>
<img src="{{ asset('bundles/vpauto/frontend/images/pro/icon-retrait-vo02.png') }}" alt="picto paiement">
<h3>{{ 'frontend.landing.withdrawal-vo-pro.content.block02.title'|trans({}, 'landing') }}</h3>
<p>{{ 'frontend.landing.withdrawal-vo-pro.content.block02.desc'|trans({}, 'landing') }}</p>
</div>
</div>
<div class="grid-20 tab-l-100 tab-p-100 m-100">
<div>
<img src="{{ asset('bundles/vpauto/frontend/images/pro/icon-retrait-vo03.png') }}" alt="picto attestation">
<h3>{{ 'frontend.landing.withdrawal-vo-pro.content.block03.title'|trans({}, 'landing') }}</h3>
<p>{{ 'frontend.landing.withdrawal-vo-pro.content.block03.desc'|trans({}, 'landing') }}</p>
</div>
</div>
<div class="grid-20 tab-l-100 tab-p-100 m-100">
<div>
<img src="{{ asset('bundles/vpauto/frontend/images/pro/icon-retrait-vo04.png') }}" alt="picto enlevement">
<h3>{{ 'frontend.landing.withdrawal-vo-pro.content.block04.title'|trans({}, 'landing') }}</h3>
<p>{{ 'frontend.landing.withdrawal-vo-pro.content.block04.desc'|trans({}, 'landing') }}</p>
</div>
</div>
<div class="grid-20 tab-l-100 tab-p-100 m-100">
<div>
<img src="{{ asset('bundles/vpauto/frontend/images/pro/icon-retrait-vo05.png') }}" alt="picto retrait">
<h3>{{ 'frontend.landing.withdrawal-vo-pro.content.block05.title'|trans({}, 'landing') }}</h3>
<p>{{ 'frontend.landing.withdrawal-vo-pro.content.block05.desc'|trans({}, 'landing')|raw }}</p>
</div>
</div>
</div>
<p class="marginT60 txtcenter">
{% if is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL')) %}
<a href="{{ path('frontend_transport_pro') }}" class="lien11">{{ 'frontend.landing.withdrawal-vo-pro.bottom.button02.label'|trans({}, 'landing') }}</a>
{% else %}
<a href="{{ path('frontend_engagement_pro') }}" class="lien11">{{ 'frontend.landing.withdrawal-vo-pro.bottom.button01.label'|trans({}, 'landing') }}</a>
{% endif %}
</p>
</div>
</div>
</div>
{% endblock body_content %}