src/Resources/views/Frontend/landing/withdrawal-vo-pro.html.twig line 1

Open in your IDE?
  1. {% extends 'frontend/frontend_pro.html.twig' %}
  2. {% block meta_robot %}
  3.     {{ parent() }}
  4.     <link rel="canonical" href="{{ url('frontend_withdrawal_vo_pro') }}"/>
  5.     {{ source('stubs/seo/robots_index_follow.html.twig') }}
  6. {% endblock %}
  7. {% block tawkto '' %}
  8. {% block meta_title %}{{ 'seo.landing.withdrawal-vo-pro.title'|trans({}, "seo") }}{% endblock %}
  9. {% block meta_desc %}{{ 'seo.landing.withdrawal-vo-pro.desc'|trans({}, "seo") }}{% endblock %}
  10. {% block body_content %}
  11. <div class="retrait-vo-pro">
  12.     <div class="landing-header">
  13.         <h1 class="titre05">
  14.             {{ 'frontend.landing.withdrawal-vo-pro.header.title'|trans({}, 'landing') }}
  15.         </h1>
  16.     </div>
  17.     <div class="landing-content">
  18.         <div>
  19.             <div class="grid-container block-bg01">
  20.                 <div class="grid-20 tab-l-100 tab-p-100 m-100">
  21.                     <div>
  22.                         <img src="{{ asset('bundles/vpauto/frontend/images/pro/icon-retrait-vo01.png') }}" alt="picto facture">
  23.                         <h3>{{ 'frontend.landing.withdrawal-vo-pro.content.block01.title'|trans({}, 'landing') }}</h3>
  24.                         <p>{{ 'frontend.landing.withdrawal-vo-pro.content.block01.desc'|trans({}, 'landing') }}</p>
  25.                     </div>
  26.                 </div>
  27.                 <div class="grid-20 tab-l-100 tab-p-100 m-100">
  28.                     <div>
  29.                         <img src="{{ asset('bundles/vpauto/frontend/images/pro/icon-retrait-vo02.png') }}" alt="picto paiement">
  30.                         <h3>{{ 'frontend.landing.withdrawal-vo-pro.content.block02.title'|trans({}, 'landing') }}</h3>
  31.                         <p>{{ 'frontend.landing.withdrawal-vo-pro.content.block02.desc'|trans({}, 'landing') }}</p>
  32.                     </div>
  33.                 </div>
  34.                 <div class="grid-20 tab-l-100 tab-p-100 m-100">
  35.                     <div>
  36.                         <img src="{{ asset('bundles/vpauto/frontend/images/pro/icon-retrait-vo03.png') }}" alt="picto attestation">
  37.                         <h3>{{ 'frontend.landing.withdrawal-vo-pro.content.block03.title'|trans({}, 'landing') }}</h3>
  38.                         <p>{{ 'frontend.landing.withdrawal-vo-pro.content.block03.desc'|trans({}, 'landing') }}</p>
  39.                     </div>
  40.                 </div>
  41.                 <div class="grid-20 tab-l-100 tab-p-100 m-100">
  42.                     <div>
  43.                         <img src="{{ asset('bundles/vpauto/frontend/images/pro/icon-retrait-vo04.png') }}" alt="picto enlevement">
  44.                         <h3>{{ 'frontend.landing.withdrawal-vo-pro.content.block04.title'|trans({}, 'landing') }}</h3>
  45.                         <p>{{ 'frontend.landing.withdrawal-vo-pro.content.block04.desc'|trans({}, 'landing') }}</p>
  46.                     </div>
  47.                 </div>
  48.                 <div class="grid-20 tab-l-100 tab-p-100 m-100">
  49.                     <div>
  50.                         <img src="{{ asset('bundles/vpauto/frontend/images/pro/icon-retrait-vo05.png') }}" alt="picto retrait">
  51.                         <h3>{{ 'frontend.landing.withdrawal-vo-pro.content.block05.title'|trans({}, 'landing') }}</h3>
  52.                         <p>{{ 'frontend.landing.withdrawal-vo-pro.content.block05.desc'|trans({}, 'landing')|raw }}</p>
  53.                     </div>
  54.                 </div>
  55.             </div>
  56.             <p class="marginT60 txtcenter">
  57.                 {% if is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL')) %}
  58.                     <a href="{{ path('frontend_transport_pro') }}" class="lien11">{{ 'frontend.landing.withdrawal-vo-pro.bottom.button02.label'|trans({}, 'landing') }}</a>
  59.                 {% else %}
  60.                     <a href="{{ path('frontend_engagement_pro') }}" class="lien11">{{ 'frontend.landing.withdrawal-vo-pro.bottom.button01.label'|trans({}, 'landing') }}</a>
  61.                 {% endif %}
  62.             </p>
  63.         </div>
  64.     </div>
  65. </div>
  66. {% endblock body_content %}