src/Resources/views/Frontend/landing/accessMap/room-rouen.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_room_rouen') }}"/>
  5.     {{ source('stubs/seo/robots_index_follow.html.twig') }}
  6. {% endblock %}
  7. {% block meta_title %}{{ 'seo.landing.roomRouen.title'|trans({}, "seo") }}{% endblock %}
  8. {% block meta_desc %}{{ 'seo.landing.roomRouen.desc'|trans({}, "seo") }}{% endblock %}
  9. {% block tawkto %}
  10.     {% if type is not defined or type == 'private' %}
  11.         {{ parent() }}
  12.     {% endif %}
  13. {% endblock %}
  14. {% block body_content %}
  15. <div class="salle-vente rouen">
  16.     <div class="landing-header">
  17.         <h1 class="titre05">
  18.             {{ 'frontend.landing.room_rouen.header.title'|trans({}, 'landing') }}
  19.             <span>{{ 'frontend.landing.room_rouen.header.subtitle'|trans({}, 'landing') }}</span>
  20.         </h1>
  21.     </div>
  22.     <div class="landing-content">
  23.         <div>
  24.            <div>
  25.                 <iframe width="100%" height="500px" frameborder="0" allowfullscreen src="//umap.openstreetmap.fr/fr/map/salles-de-vente-vpauto_687299#13/49.5720/1.0500?scaleControl=false&miniMap=false&scrollWheelZoom=false&zoomControl=true&allowEdit=false&moreControl=true&searchControl=null&tilelayersControl=null&embedControl=null&datalayersControl=true&onLoadPanel=undefined&captionBar=false"></iframe>
  26.             </div>
  27.             <div>
  28.                 <div>
  29.                     <h2 class="titre01 txtnormal bold marginT20">{{ 'frontend.landing.room.content.commun.title01'|trans({}, 'landing') }}</h2>
  30.                     <p class="marginT10">{{ 'frontend.landing.room_rouen.content.text01'|trans({}, 'landing')|raw }}</p>
  31.                     <p class="marginT10">{{ 'frontend.landing.room_rouen.content.text02'|trans({}, 'landing')|raw }}</p>
  32.                 </div>
  33.                 <ul class="liste01 marginT40">
  34.                     <li>
  35.                         <img src="{{ asset('bundles/vpauto/frontend/images/voiture.png') }}" alt="picto voiture">
  36.                         <p>{{ 'frontend.landing.room.content.commun.block01.text01'|trans({}, 'landing') }} <i class="icon-waze"></i></p>
  37.                     </li>
  38.                     <li>
  39.                         <img src="{{ asset('bundles/vpauto/frontend/images/bus.png') }}" alt="picto bus">
  40.                         <p>
  41.                             <a href="{% if app.request.locale == 'de' %}https://www.blablacar.de/bus{% elseif app.request.locale == 'en' %}https://www.blablacar.co.uk/bus{% elseif app.request.locale == 'es' %}https://www.blablacar.es/bus{% elseif app.request.locale == 'it' %}https://www.blablacar.it/bus{% elseif app.request.locale == 'nl' %}https://www.nl.blablacar.be/bus{% elseif app.request.locale == 'pl' %}https://www.blablacar.pl/bus{% elseif app.request.locale == constant('App\\Twig\\Extension\\CountryExtension::LOCALE_PORTUGUESE') %}https://www.blablacar.com.br/bus{% else %}https://www.blablacar.fr/bus{% endif %}" target="_blank" title="">OUIBUS</a><br>
  42.                             <a href="{% if app.request.locale == 'de' %}https://www.flixbus.de{% elseif app.request.locale == 'en' %}https://www.flixbus.com{% elseif app.request.locale == 'es' %}https://www.flixbus.es{% elseif app.request.locale == 'it' %}https://www.flixbus.it{% elseif app.request.locale == 'hu' %}https://www.flixbus.hu{% elseif app.request.locale == 'nl' %}https://www.flixbus.be{% elseif app.request.locale == 'pl' %}https://www.flixbus.pl{% elseif app.request.locale == constant('App\\Twig\\Extension\\CountryExtension::LOCALE_PORTUGUESE') %}https://www.flixbus.pt{% elseif app.request.locale == 'ro' %}https://www.flixbus.ro{% else %}https://www.flixbus.fr/{% endif %}" target="_blank" title="">FLIXBUS</a>
  43.                         </p>
  44.                     </li>
  45.                     <li>
  46.                         <img src="{{ asset('bundles/vpauto/frontend/images/train.png') }}" alt="picto train">
  47.                         <p><a href="{% if app.request.locale == 'de' %}https://www.sncf-connect.com/de-de/{% elseif app.request.locale == 'en' %}https://www.sncf-connect.com/en-en/{% elseif app.request.locale == 'nl' %}https://www.sncf-connect.com/en-be/{% elseif app.request.locale == 'it' %}https://www.sncf-connect.com/it-it/{% else %}https://www.sncf-connect.com{% endif %}" target="_blank" title="">{{ 'frontend.landing.room_rouen.content.block03.link01'|trans({}, 'landing') }}</a><br>
  48.                         {{ 'frontend.landing.room_rouen.content.block03.text01'|trans({}, 'landing') }}</p>
  49.                     </li>
  50.                     <li>
  51.                         <img src="{{ asset('bundles/vpauto/frontend/images/taxi.png') }}" alt="picto taxi">
  52.                         <p>{{ 'frontend.landing.room_rouen.content.block04.text01'|trans({}, 'landing')|raw }}</p>
  53.                     </li>
  54.                     {% include '/Frontend/landing/accessMap/_search-by-sale.html.twig' with { 'href': path('frontend_search_by_sale', {'sale': 'rouen'}) } %}
  55.                 </ul>
  56.                 <p>
  57.                     <a href="{{ path('frontend_salesrooms') }}" title="">
  58.                         <span class="fleche14 prelative marginR10">
  59.                             <span class="fleche"><span class="ligne1"></span><span class="ligne2"></span></span>
  60.                         </span>
  61.                         <span class="lien-plan-acces font16">{{ 'frontend.landing.room.content.commun.link01'|trans({}, 'landing') }}</span>
  62.                     </a>
  63.                 </p>
  64.             </div>
  65.         </div>
  66.     </div>
  67. </div>
  68. <!--Footer -->
  69. {% if (app.user is not null and app.user is pro) or 'pro' == app.session.get('dimension') %}
  70.     {% include 'frontend/footer_pro.html.twig' %}
  71. {% else %}
  72.     {% include 'frontend/footer.html.twig' %}
  73. {% endif %}
  74. <!-- FIN Footer -->
  75. {% endblock body_content %}