src/Resources/views/Frontend/review/index.html.twig line 75

Open in your IDE?
  1. {% extends 'frontend/frontend.html.twig' %}
  2. {% block meta_robot %}
  3.     {{ parent() }}
  4.     <link rel="canonical" href="{{ url('frontend_client_opinion') }}"/>
  5.     {{ source('stubs/seo/robots_index_follow.html.twig') }}
  6. {% endblock %}
  7. {% block meta_title %}{{ 'seo.landing.clientOpinion.title'|trans({}, "seo") }}{% endblock %}
  8. {% block meta_desc %}{{ 'seo.landing.clientOpinion.desc'|trans({}, "seo") }}{% endblock %}
  9. {% block body_content %}
  10. <div class="avis-client">
  11.     <div class="landing-header">
  12.         <h1 class="titre05">
  13.             {{ 'frontend.landing.review.header.title'|trans({}, 'landing') }}
  14.             <span>{{ 'frontend.landing.review.header.subtitle'|trans({}, 'landing') }}</span>
  15.         </h1>
  16.     </div>
  17.     <div class="landing-content">
  18.         <div>
  19.             <h2 class="titre01">{{ 'frontend.landing.review.content.title'|trans({}, 'landing')|raw }}</h2>
  20.             <p class="marginT20">{{ 'frontend.landing.review.content.text01'|trans({}, 'landing') }}</p>
  21.             <p class="marginT20">{{ 'frontend.landing.review.content.text02'|trans({}, 'landing') }}</p>
  22.             <p class="marginT20">{{ 'frontend.landing.review.content.text03'|trans({}, 'landing') }}</p>
  23.             <div class="grid-container block-3col">
  24.                 <div class="grid-33 tab-l-33 tab-p-100 m-100">
  25.                     <div>
  26.                         <h3 class="titre01">{{ 'frontend.landing.review.content.list01.item01.title'|trans({}, 'landing') }}</h3>
  27.                         <p><strong>{{ 'frontend.landing.review.content.list01.item01.desc'|trans({}, 'landing') }}</strong></p>
  28.                     </div>
  29.                 </div>
  30.                 <div class="grid-33 tab-l-33 tab-p-100 m-100">
  31.                     <div>
  32.                         <h3 class="titre01">{{ 'frontend.landing.review.content.list01.item02.title'|trans({}, 'landing') }}</h3>
  33.                         <p><strong>{{ 'frontend.landing.review.content.list01.item02.desc'|trans({}, 'landing') }}</strong></p>
  34.                     </div>
  35.                 </div>
  36.                 <div class="grid-33 tab-l-33 tab-p-100 m-100">
  37.                     <div>
  38.                         <h3 class="titre01">{{ 'frontend.landing.review.content.list01.item03.title'|trans({}, 'landing')}}</h3>
  39.                         <p><strong>{{ 'frontend.landing.review.content.list01.item03.desc'|trans({}, 'landing') }}</strong></p>
  40.                     </div>
  41.                 </div>
  42.             </div>
  43.             <h2 class="titre04 marginT40">{{ 'frontend.landing.review.content.item01.title'|trans({}, 'landing') }}</h2>
  44.             <p class="marginT10">{{ 'frontend.landing.review.content.item01.desc'|trans({}, 'landing') }} <a href="https://www.avis-verifies.com/avis-clients/vpauto.fr" title="" target="_blank" class="lien03">{{ 'frontend.landing.review.content.item01.link.title'|trans({}, 'landing') }}</a></p>
  45.             {% if app.request.locale == 'fr' %}
  46.                 <div class="txtcenter marginT40">
  47.                     <iframe id='AV_widget_iframe' frameBorder="0" width="100%" height="100%"
  48.                             src="//cl.avis-verifies.com/fr/cache/3/7/7/3777ea35-f312-e844-e539-4448e34bc940/widget4/3777ea35-f312-e844-e539-4448e34bc940horizontal_index.html"></iframe>
  49.                 </div>
  50.                 <h2 class="titre04 marginT60">{{ 'frontend.landing.review.content.item02.title'|trans({}, 'landing') }}</h2>
  51.                 <p class="marginT10">{{ 'frontend.landing.review.content.item02.desc'|trans({}, 'landing') }}</p>
  52.                 <div class="block01">
  53.                     <div class="video-container">
  54.                         <object type="application/x-shockwave-flash"  data="https://www.youtube.com/v/4u6O5zwOq2o?showinfo=0&rel=0">
  55.                             <param name="movie" value="https://www.youtube.com/v/4u6O5zwOq2o?showinfo=0&rel=0" />
  56.                             <param name="wmode" value="transparent" />
  57.                         </object>
  58.                     </div>
  59.                 </div>
  60.             {% else %}
  61.                 <p class="marginT10"><a href="https://www.avis-verifies.com/avis-clients/vpauto.fr" title="" target="_blank"><img src="{{ asset('bundles/vpauto/frontend/images/logo-avis-verifies.webp') }}" width="242" height="40" alt="logo avis verifies"></a></p>
  62.             {% endif %}
  63.         </div>
  64.     </div>
  65. </div>
  66. <!--Footer -->
  67. {% include 'frontend/footer.html.twig' %}
  68. <!-- FIN Footer -->
  69. {% endblock body_content %}