src/Resources/views/Frontend/landing/guarantee.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_guarantee') }}"/>
  5.     {{ source('stubs/seo/robots_index_follow.html.twig') }}
  6. {% endblock %}
  7. {% block meta_title %}{{ 'seo.landing.guarantee.title'|trans({}, "seo") }}{% endblock %}
  8. {% block meta_desc %}{{ 'seo.landing.guarantee.desc'|trans({}, "seo") }}{% endblock %}
  9. {% block body_content %}
  10.     <div class="garantie-premium">
  11.         <div class="landing-header">
  12.             <h1 class="titre05">
  13.                 {{ 'frontend.landing.guarantee.header.title'|trans({}, 'landing') }}
  14.                 {% if is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_FRANCE')) %}
  15.                     <span>{{ 'frontend.landing.guarantee.header.subtitle'|trans({}, 'landing') }}</span>
  16.                 {% endif %}
  17.             </h1>
  18.         </div>
  19.         <div class="landing-content bg-color01">
  20.             {% if is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL')) %}
  21.                 <div class="content-block-pt">
  22.                     {{ 'frontend.landing.guarantee.pt.content.section00.text01'|trans({}, 'landing')|raw }}
  23.                     <h2 class="titre01 marginT10 bold">{{ 'frontend.landing.guarantee.pt.content.section01.title'|trans({}, 'landing') }}</h2>
  24.                     {{ 'frontend.landing.guarantee.pt.content.section01.text01'|trans({'%href%': asset('bundles/vpauto/pdf/CPS-notice-d-information.pdf')}, 'landing')|raw }}
  25.                     <h2 class="titre01 marginT10 bold">{{ 'frontend.landing.guarantee.pt.content.section02.title'|trans({}, 'landing') }}</h2>
  26.                     <p>
  27.                         {{ 'frontend.landing.guarantee.pt.content.section02.text01'|trans({}, 'landing') }}
  28.                         <a href="mailto:cliente@carprotectionservices.com" class="lien03">cliente@carprotectionservices.com</a>
  29.                     </p>
  30.                     <p>
  31.                         {{ 'frontend.landing.guarantee.pt.content.section02.text02'|trans({}, 'landing') }}
  32.                         <a href="mailto:avaria@carprotectionservices.com" class="lien03">avaria@carprotectionservices.com</a>
  33.                     </p>
  34.                     <div class="bg-img03 m-hide">
  35.                         <div class="titre01">{{ 'frontend.landing.guarantee.pt.content.section03.text01'|trans({}, 'landing')|raw }}</div>
  36.                     </div>
  37.                 </div>
  38.             {% elseif is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_BELGIUM')) %}
  39.                 <div class="content-block-be">
  40.                     <div class="grid-container">
  41.                         {% if 'fr' == app.request.locale %}
  42.                             <div class="left marginR20"><img src="{{ asset('bundles/vpauto/frontend/images/icones/garantie-premium-fr.png') }}" alt="Garantie premium"></div>
  43.                         {% endif %}
  44.                         <div>
  45.                             {{ 'frontend.landing.guarantee.be.content.section00.text01'|trans({}, 'landing')|raw }}
  46.                         </div>
  47.                     </div>
  48.                     <h2 class="titre01 marginT40 bold">{{ 'frontend.landing.guarantee.be.content.section01.title'|trans({}, 'landing') }}</h2>
  49.                     {{ 'frontend.landing.guarantee.be.content.section01.text01'|trans({}, 'landing')|raw }}
  50.                     <h2 class="titre01 marginT40 bold">{{ 'frontend.landing.guarantee.be.content.section02.title'|trans({}, 'landing') }}</h2>
  51.                     <p>
  52.                         {{ 'frontend.landing.guarantee.be.content.section02.text01'|trans({}, 'landing') }}
  53.                         <a href="mailto:src@carprotectionservices.com" class="lien03">src@carprotectionservices.com</a>
  54.                     </p>
  55.                     <p>
  56.                         {{ 'frontend.landing.guarantee.be.content.section02.text02'|trans({}, 'landing') }}
  57.                         <a href="mailto:sinistres@carprotectionservices.com" class="lien03">sinistres@carprotectionservices.com</a>
  58.                     </p>
  59.                     {% if 'fr' == app.request.locale or 'nl' == app.request.locale %}
  60.                         <p><a href="{{ asset('bundles/vpauto/pdf/FPST486TA_PREMIUM_VPAUTO_vf.pdf') }}" class="lien03" target="_blank">{{ 'frontend.landing.guarantee.be.content.section02.link01'|trans({}, 'landing') }}</a></p>
  61.                     {% endif %}
  62.                 </div>
  63.             {% else %}
  64.                 <div>
  65.                     <h2 class="titre01 txtnormal">{{ 'frontend.landing.guarantee.content.title01'|trans({}, 'landing')|raw }}</h2>
  66.                     <p class="marginT20">{{ 'frontend.landing.guarantee.content.text01'|trans({}, 'landing')|raw }}</p>
  67.                     <div class="block01 max-width-800">
  68.                         <div class="txtcenter">
  69.                             <img src="{{ asset('bundles/vpauto/frontend/images/garantie-premium01.webp') }}" width="104px" alt="Garantie premium">
  70.                         </div>
  71.                         <div class="grid-container block-box-shadow">
  72.                             <div class="marginT20 paddingR20 marginB20 marginL20">
  73.                                 <h3 class="titre03 color10 bold txtcenter marginB20">{{ 'frontend.landing.guarantee.content.item01.title'|trans({}, 'landing')|raw }}</h3>
  74.                                 <ul class="liste01 max-width-500">{{ 'frontend.landing.guarantee.content.item01.list'|trans({}, 'landing')|raw }}</ul>
  75.                                 <div class="txtcenter marginT20">
  76.                                     <a href="{% if is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_PORTUGAL')) %}{{ asset('bundles/vpauto/pdf/Garantia_VP_2021.pdf') }}{% else %}{{ asset('bundles/vpauto/pdf/Fiche-produit-VP-premium.pdf') }}{% endif %}" target="_blank" title="" class="lien12">{{ 'frontend.landing.guarantee.content.item01.link'|trans({}, 'landing')|raw }}</a>
  77.                                 </div>
  78.                                 <div class="max-width-500 marginT20 txtcenter">{{ 'frontend.landing.guarantee.content.item01.text01'|trans({}, 'landing')|raw }}</div>
  79.                             </div>
  80.                         </div>
  81.                     </div>
  82.                     <div
  83.                         style="
  84.                             margin: 20px;
  85.                             width: 100%;
  86.                             position: relative;
  87.                             overflow: visible;
  88.                         "
  89.                     >
  90.                         <img
  91.                             src="{{ asset('bundles/vpauto/frontend/images/garantie-premium02.svg') }}"
  92.                             class="disapear-on-mobile page-guarantee-image2"
  93.                             alt="Étape suivante"
  94.                         >
  95.                         <div class="max-width-800">
  96.                             <h2 class="titre01 txtnormal txtcenter bold">{{ 'frontend.landing.guarantee.content.title02'|trans({}, 'landing')|raw }}</h2>
  97.                         </div>
  98.                     </div>
  99.                     <div
  100.                         class="grid-container block-box-shadow max-width-800"
  101.                         style="
  102.                             position: relative;
  103.                             overflow: visible;
  104.                             display: flex;
  105.                             flex-direction: column;
  106.                             align-items: center;
  107.                             padding: 20px;
  108.                         "
  109.                     >
  110.                         <h3 class="titre03 color10 bold txtcenter marginB20">{{ 'frontend.landing.guarantee.content.item02.title01'|trans({}, 'landing')|raw }}</h3>
  111.                         <ul class="liste01 max-width-500" style="margin-bottom: 10px">{{ 'frontend.landing.guarantee.content.item02.list'|trans({}, 'landing')|raw }}</ul>
  112.                         <img
  113.                             src="{{ asset('bundles/vpauto/frontend/images/garantie-premium03.svg') }}"
  114.                             class="page-guarantee-image3"
  115.                             alt="Un conseiller dédié"
  116.                         >
  117.                         <div class="txtcenter" style="margin-top: 10px">
  118.                             <p class="titre03 color10 bold marginT20">{{ 'frontend.landing.guarantee.content.item02.title02'|trans({}, 'landing')|raw }}</p>
  119.                             <p class="marginT10">
  120.                                 {{ 'frontend.landing.guarantee.content.item02.tel'|trans({}, 'landing')|raw }} :
  121.                                 <span class="m-hide">09 70 77 28 59</span>
  122.                                 <a href="tel:0970772859" title="" class="lien-tel-m grid-hide tab-l-hide tab-p-hide m-visible">09 70 77 28 59</a>
  123.                             </p>
  124.                             <p class="marginT10">E-mail : <a href="mailto:contact@carprotectionservices.com" title="">contact@carprotectionservices.com</a></p>
  125.                         </div>
  126.                     </div>
  127.                     <div
  128.                         class="grid-container block-box-shadow max-width-800"
  129.                         style="
  130.                             position: relative;
  131.                             overflow: visible;
  132.                             margin-top: 120px;
  133.                             display: flex;
  134.                             flex-direction: column;
  135.                             align-items: center;
  136.                             padding: 20px;
  137.                         "
  138.                     >
  139.                         <h3 class="titre03 color10 bold txtcenter" style="margin-bottom: 10px">{{ 'frontend.landing.guarantee.content.item03.title'|trans({}, 'landing')|raw }}</h3>
  140.                         <img
  141.                             src="{{ asset('bundles/vpauto/frontend/images/garantie-premium04.svg') }}"
  142.                             class="page-guarantee-image4"
  143.                             alt="CPS, un partenaire de référence"
  144.                         >
  145.                         <ul class="liste01 max-width-500" style="margin-top: 10px">{{ 'frontend.landing.guarantee.content.item03.list'|trans({}, 'landing')|raw }}</ul>
  146.                         <div class="max-width-500 marginT40 txtcenter color11 bold">{{ 'frontend.landing.guarantee.content.item03.text01'|trans({ '%tel%': '09 70 77 28 50', '%telMobile%': '0970772850', '%email%' : 'sinistres@carprotectionservices.com' }, 'landing')|raw }}</div>
  147.                     </div>
  148.                     <div
  149.                         class="grid-container block-box-shadow max-width-800"
  150.                         style="
  151.                             position: relative;
  152.                             overflow: visible;
  153.                             margin-top: 120px;
  154.                             display: flex;
  155.                             flex-direction: column;
  156.                             align-items: center;
  157.                             padding: 20px;
  158.                         "
  159.                     >
  160.                         <img
  161.                             src="{{ asset('bundles/vpauto/frontend/images/garantie-premium05.svg') }}"
  162.                             class="page-guarantee-image5"
  163.                             alt="Professionnels de l'automobile"
  164.                         />
  165.                         <div
  166.                             style="
  167.                                 max-width: 500px;
  168.                                 display: flex;
  169.                                 flex-direction: column;
  170.                                 align-items: center;
  171.                             "
  172.                         >
  173.                             <h3 class="titre03 color10 bold txtcenter marginB20" style="margin-top: 10px">{{ 'frontend.landing.guarantee.content.item04.title'|trans({}, 'landing')|raw }}</h3>
  174.                             <div class="marginT20 txtcenter">{{ 'frontend.landing.guarantee.content.item04.text01'|trans({ '%tel%': '09 70 77 28 59', '%telMobile%': '0970772859' }, 'landing')|raw }}</div>
  175.                         </div>
  176.                     </div>
  177.                 </div>
  178.             {% endif %}
  179.         </div>
  180.     </div>
  181.     <!--Footer -->
  182.     {% include 'frontend/footer.html.twig' %}
  183.     <!-- FIN Footer -->
  184. {% endblock body_content %}