src/Resources/views/Frontend/landing/auction.html.twig line 1

Open in your IDE?
  1. {% extends 'frontend/frontend.html.twig' %}
  2. {% block meta_robot %}
  3.     {{ parent() }}
  4.     <link rel="canonical" href="{{ url('frontend_understand_auction') }}"/>
  5.     {{ source('stubs/seo/robots_index_follow.html.twig') }}
  6. {% endblock %}
  7. {% block meta_title %}{{ 'seo.landing.auction.title'|trans({}, "seo") }}{% endblock %}
  8. {% block meta_desc %}{{ 'seo.landing.auction.desc'|trans({}, "seo") }}{% endblock %}
  9. {% block body_content %}
  10. <div class="comprendre-encheres">
  11.     <div class="landing-header">
  12.         <h1 class="titre05">
  13.             {{ 'frontend.landing.auction.header.title'|trans({}, 'landing') }}
  14.         </h1>
  15.     </div>
  16.     <div class="landing-content bg-color01">
  17.         <div>
  18.             <div>
  19.                 <h2 class="titre01 txtnormal"><strong>{{ 'frontend.landing.auction.content.item01.title'|trans({}, 'landing') }}</strong></h2>
  20.                 <p class="marginT20">{{ 'frontend.landing.auction.content.item01.desc'|trans({}, 'landing') }}</p>
  21.                 <ul class="liste01 marginT20">
  22.                     <li class="txtcenter padding10">
  23.                         <img src="{{ asset('bundles/vpauto/frontend/images/icone07.svg') }}" alt="Grand choix de véhicules" />
  24.                         <span class="block marginT10"><strong>{{ 'frontend.landing.auction.content.item01.label01'|trans({}, 'landing') }}</strong></span>
  25.                     </li>
  26.                     <li class="txtcenter padding10">
  27.                         <img src="{{ asset('bundles/vpauto/frontend/images/icone09.svg') }}" alt="Véhicules testés et contrôlés" />
  28.                         <span class="block marginT10"><strong>{{ 'frontend.landing.auction.content.item01.label02'|trans({}, 'landing') }}</strong></span>
  29.                     </li>
  30.                     <li class="txtcenter padding10">
  31.                         <img src="{{ asset('bundles/vpauto/frontend/images/icone04.svg') }}" alt="Véhicules garantis" />
  32.                         <span class="block marginT10"><strong>{{ 'frontend.landing.auction.content.item01.label03'|trans({}, 'landing') }}</strong></span>
  33.                     </li>
  34.                     <li class="txtcenter padding10">
  35.                         <img src="{{ asset('bundles/vpauto/frontend/images/icone10.svg') }}" alt="Meilleurs prix du marché" />
  36.                         <span class="block marginT10"><strong>{{ 'frontend.landing.auction.content.item01.label04'|trans({}, 'landing') }}</strong></span>
  37.                     </li>
  38.                 </ul>
  39.             </div>
  40.             <div>
  41.                 <h2 class="titre01 txtnormal flex">
  42.                     <span><strong>{{ 'frontend.landing.auction.content.item02.title'|trans({}, 'landing') }}</strong></span>
  43.                     <img src="{{ asset('bundles/vpauto/frontend/images/fleche01.webp') }}" class="marginT10 marginL10 tab-l-hide tab-p-hide m-hide" alt="Découvrez les enchères VPauto en vidéo" />
  44.                 </h2>
  45.                 <div class="video-container video" >
  46.                     {% if is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_SPAIN')) %}
  47.                         <object type="application/x-shockwave-flash"  data="https://www.youtube.com/v/K7Vl9j9uZpI">
  48.                             <param name="movie" value="https://www.youtube.com/v/K7Vl9j9uZpI" />
  49.                             <param name="wmode" value="transparent" />
  50.                         </object>
  51.                     {% elseif is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_BELGIUM')) or app.request.locale == 'nl' %}
  52.                         {% if app.request.locale == 'fr' %}
  53.                             <object type="application/x-shockwave-flash"  data="https://www.youtube.com/v/0mDPEZfhJN4">
  54.                                 <param name="movie" value="https://www.youtube.com/v/0mDPEZfhJN4" />
  55.                                 <param name="wmode" value="transparent" />
  56.                             </object>
  57.                         {% else %}
  58.                             <object type="application/x-shockwave-flash"  data="https://www.youtube.com/v/kxV3D4aG0KU">
  59.                             <param name="movie" value="https://www.youtube.com/v/kxV3D4aG0KU" />
  60.                             <param name="wmode" value="transparent" />
  61.                         </object>
  62.                         {% endif %}
  63.                     {% else %}
  64.                         <object type="application/x-shockwave-flash"  data="https://www.youtube.com/v/fS1zmquHKQs">
  65.                             <param name="movie" value="https://www.youtube.com/v/fS1zmquHKQs" />
  66.                             <param name="wmode" value="transparent" />
  67.                         </object>
  68.                     {% endif %}
  69.                 </div>
  70.             </div>
  71.             <div class="grid-container block-flex block-box-shadow marginT60 flex">
  72.                 <div class="grid-40 tab-l-40 tab-p-40 m-100 flex justify-content-center">
  73.                     <div class="marginT20 marginR20 marginL20 flex align-items-end">
  74.                         <img src="{{ asset('bundles/vpauto/frontend/images/comprendre-encheres01.webp') }}" class="img01" alt="rechercher" />
  75.                     </div>
  76.                 </div>
  77.                 <div class="grid-60 tab-l-60 tab-p-60 m-100">
  78.                     <div class="marginT20 paddingR20 marginB20 marginL20">
  79.                         <h3 class="titre03 color03"><strong>{{ 'frontend.landing.auction.content.item03.title'|trans({}, 'landing') }}</strong></h3>
  80.                         <p class="marginT20 paddingB20">{{ 'frontend.landing.auction.content.item03.desc'|trans({}, 'landing')|raw }}</p>
  81.                         <p><a href="{{ path('frontend_vehicle_list') }}" class="lien14 bg02" title="">{{ 'frontend.landing.auction.content.item03.link'|trans({}, 'landing') }}</a></p>
  82.                     </div>
  83.                 </div>
  84.             </div>
  85.             <div class="grid-container block-flex block-box-shadow marginT60 flex">
  86.                 <div class="grid-60 tab-l-60 tab-p-60 m-100 order-2">
  87.                     <div class="marginT20 paddingR20 marginB20 marginL20">
  88.                         <h3 class="titre03 color11"><strong>{{ 'frontend.landing.auction.content.item04.title'|trans({}, 'landing') }}</strong></h3>
  89.                         <p class="marginT20 paddingB20">{{ 'frontend.landing.auction.content.item04.desc'|trans({}, 'landing')|raw }}</p>
  90.                         <p><a href="{{ path('frontend_visit_vehicle') }}" class="lien14 bg03" title="">{{ 'frontend.landing.auction.content.item04.link'|trans({}, 'landing') }}</a></p>
  91.                     </div>
  92.                 </div>
  93.                 <div class="grid-40 tab-l-40 tab-p-40 m-100 flex justify-content-center">
  94.                     <div class="marginT20 marginR20 marginL20 flex align-items-end">
  95.                         <img src="{{ asset('bundles/vpauto/frontend/images/comprendre-encheres02.webp') }}" class="img01" alt="visiter le véhicule" />
  96.                     </div>
  97.                 </div>
  98.             </div>
  99.             <div class="grid-container block-flex block-box-shadow marginT60 flex">
  100.                 <div class="grid-45 tab-l-40 tab-p-40 m-100 flex justify-content-center">
  101.                     <div class="marginT20 marginR20 marginL20 flex align-items-end">
  102.                         <img src="{{ asset('bundles/vpauto/frontend/images/comprendre-encheres03.webp') }}" class="img02" alt="enchérir" />
  103.                     </div>
  104.                 </div>
  105.                 <div class="grid-55 tab-l-60 tab-p-60 m-100">
  106.                     <div class="marginT20 paddingR20 marginB20 marginL20">
  107.                         <h3 class="titre03 color05"><strong>{{ 'frontend.landing.auction.content.item05.title'|trans({}, 'landing') }}</strong></h3>
  108.                         <p class="marginT20 paddingB20">{{ 'frontend.landing.auction.content.item05.desc'|trans({}, 'landing')|raw }}</p>
  109.                         <p><a href="{{ path('registration_step', {step: 2}) }}" class="lien14 bg01" title="">{{ 'frontend.landing.auction.content.item05.link'|trans({}, 'landing') }}</a></p>
  110.                     </div>
  111.                 </div>
  112.             </div>
  113.             <div class="grid-container block-flex block-box-shadow marginT60 flex">
  114.                 <div class="grid-60 tab-l-60 tab-p-60 m-100 order-2">
  115.                     <div class="marginT20 paddingR20 marginB20 marginL20">
  116.                         <h3 class="titre03 color03"><strong>{{ 'frontend.landing.auction.content.item06.title'|trans({}, 'landing') }}</strong></h3>
  117.                         <p class="marginT20 paddingB20">{{ 'frontend.landing.auction.content.item06.desc'|trans({}, 'landing')|raw }}</p>
  118.                         <p><a href="http://landing.vpauto.pages.mydialoginsight.com/offre-de-transport_2023?utm_source=home-btob&utm_medium=bandeau&utm_campaign=NouvelleOffreTransport020223" class="lien14 bg02" title="" target="_blank">{{ 'frontend.landing.auction.content.item06.link'|trans({}, 'landing') }}</a></p>
  119.                     </div>
  120.                 </div>
  121.                 <div class="grid-40 tab-l-40 tab-p-40 m-100 flex justify-content-center">
  122.                     <div class="marginT20 marginR20 marginL20 flex align-items-end">
  123.                         <img src="{{ asset('bundles/vpauto/frontend/images/comprendre-encheres04.webp') }}" class="img01" alt="livraison du véhicule" />
  124.                     </div>
  125.                 </div>
  126.             </div>
  127.             <div class="block01 marginT60">
  128.                 <img src="{{ asset('bundles/vpauto/frontend/images/comprendre-encheres05.webp') }}" class="img03" alt="Contactez nous" />
  129.                 <div>
  130.                     <h2 class="titre01 txtnormal"><strong>{{ 'frontend.landing.auction.content.item07.title'|trans({}, 'landing') }}</strong></h2>
  131.                     <p class="marginT20 paddingB20">{{ 'frontend.landing.auction.content.item07.desc'|trans({}, 'landing')|raw }}</p>
  132.                     <p class="titre03 bold">
  133.                         info@vpauto.eu
  134.                         <span class="tab-p-hide m-hide">|</span>
  135.                         <br class="grid-hide tab-l-hide tab-p-visible m-visible">
  136.                         <span class="m-hide">02 97 76 62 00</span>
  137.                         <a href="tel:0297766200" title="" class="lien-tel-m bold grid-hide tab-l-hide tab-p-hide m-visible">02 97 76 62 00</a>
  138.                     </p>
  139.                 </div>
  140.             </div>
  141.             <div class="grid-container marginT60">
  142.                 <h2 class="titre01 txtnormal marginB20"><strong>{{ 'frontend.landing.auction.content.item08.title'|trans({}, 'landing') }}</strong></h2>
  143.                 <div class="bg-avis padding10">
  144.                     <iframe id='AV_widget_iframe' frameBorder="0" width="100%" height="100%" src="//cl.avis-verifies.com/fr/cache/3/7/7/3777ea35-f312-e844-e539-4448e34bc940/widget4/3777ea35-f312-e844-e539-4448e34bc940horizontal_index.html"></iframe>
  145.                 </div>
  146.             </div>
  147.         </div>
  148.     </div>
  149. </div>
  150. <!--Footer -->
  151. {% include 'frontend/footer.html.twig' %}
  152. <!-- FIN Footer -->
  153. {% endblock body_content %}