src/Resources/views/Frontend/landing/privacy-policy.html.twig line 1

Open in your IDE?
  1. {% extends "base_frontend.html.twig" %}
  2. {% block meta_title %}{{ 'seo.landing.privacyPolicy.title'|trans({}, "seo") }}{% endblock %}
  3. {% block meta_desc %}{{ 'seo.landing.privacyPolicy.desc'|trans({}, "seo") }}{% endblock %}
  4. {% block meta_robot %}
  5.     {{ parent() }}
  6.     {% if type is defined and type == 'pro' %}
  7.         <link rel="canonical" href="{{ absolute_url(path('frontend_privacy_policy', {'type': 'pro'})) }}" />
  8.     {% else %}
  9.         <link rel="canonical" href="{{ url('frontend_privacy_policy') }}" />
  10.     {% endif %}
  11.     {{ source('stubs/seo/robots_noindex_nofollow.html.twig') }}
  12. {% endblock %}
  13. {% block tawkto %}
  14.     {% if type is not defined or type != 'pro' %}
  15.         {{ parent() }}
  16.     {% endif %}
  17. {% endblock %}
  18. {% block layout_content %}
  19. {% if (app.user is not null and app.user is pro) or 'pro' == app.session.get('dimension') %}
  20.     {% include 'frontend/header_pro.html.twig' %}
  21. {% else %}
  22.     {% include 'frontend/header.html.twig' %}
  23. {% endif %}
  24. <div class="main-content clearfix">
  25. {% block body_content %}
  26. <div class="politique-confidentialite">
  27.     <div class="landing-header">
  28.         <h1 class="titre05">{{ 'frontend.landing.privacy-policy.header.title'|trans({}, 'landing') }}</h1>
  29.     </div>
  30.     <div class="landing-content">
  31.         {% if is_current_country(constant('App\\Twig\\Extension\\CountryExtension::COUNTRY_BELGIUM')) %}
  32.             <div>
  33.                 <div>
  34.                     <span>{{ 'frontend.landing.privacy-policy.content.section01.desc'|trans({}, 'landing')|raw }}</span>
  35.                 </div>
  36.                 <div>
  37.                     <h2 class="titre04">{{ 'frontend.landing.privacy-policy.content.section02.title'|trans({}, 'landing') }}</h2>
  38.                     <span>{{ 'frontend.landing.privacy-policy.content.section02.desc'|trans({}, 'landing')|raw }}</span>
  39.                 </div>
  40.                 <div>
  41.                     <h2 class="titre04">{{ 'frontend.landing.privacy-policy.content.section03.title'|trans({}, 'landing') }}</h2>
  42.                     <span>{{ 'frontend.landing.privacy-policy.content.section03.desc'|trans({}, 'landing')|raw }}</span>
  43.                 </div>
  44.                 <div>
  45.                     <h2 class="titre04">{{ 'frontend.landing.privacy-policy.content.section04.title'|trans({}, 'landing') }}</h2>
  46.                     <span>{{ 'frontend.landing.privacy-policy.content.section04.desc'|trans({}, 'landing')|raw }}</span>
  47.                 </div>
  48.                 <div>
  49.                     <h2 class="titre04">{{ 'frontend.landing.privacy-policy.content.section05.title'|trans({}, 'landing') }}</h2>
  50.                     <span>{{ 'frontend.landing.privacy-policy.content.section05.desc'|trans({}, 'landing')|raw }}</span>
  51.                 </div>
  52.                 <div>
  53.                     <h2 class="titre04">{{ 'frontend.landing.privacy-policy.content.section06.title'|trans({}, 'landing') }}</h2>
  54.                     <span>{{ 'frontend.landing.privacy-policy.content.section06.desc'|trans({}, 'landing')|raw }}</span>
  55.                 </div>
  56.                 <div>
  57.                     <h2 class="titre04">{{ 'frontend.landing.privacy-policy.content.section07.title'|trans({}, 'landing') }}</h2>
  58.                     <span>{{ 'frontend.landing.privacy-policy.content.section07.desc'|trans({}, 'landing')|raw }}</span>
  59.                 </div>
  60.                 <div>
  61.                     <h2 class="titre04">{{ 'frontend.landing.privacy-policy.content.section10.title'|trans({}, 'landing') }}</h2>
  62.                     <span>{{ 'frontend.landing.privacy-policy.content.section10.desc'|trans({}, 'landing')|raw }}</span>
  63.                 </div>
  64.                 <div>
  65.                     <h2 class="titre04">{{ 'frontend.landing.privacy-policy.content.section11.title'|trans({}, 'landing') }}</h2>
  66.                     <span>{{ 'frontend.landing.privacy-policy.content.section11.desc'|trans({}, 'landing')|raw }}</span>
  67.                 </div>
  68.                 <div>
  69.                     <h2 class="titre04">{{ 'frontend.landing.privacy-policy.content.section12.title'|trans({}, 'landing') }}</h2>
  70.                     <span>{{ 'frontend.landing.privacy-policy.content.section12.desc'|trans({}, 'landing')|raw }}</span>
  71.                 </div>
  72.             </div>
  73.         {% else %}
  74.             <div>
  75.                 <div>
  76.                     {{ 'frontend.landing.privacy-policy.v2.introduction'|trans({}, 'landing')|raw }}
  77.                 </div>
  78.                 <div>
  79.                     <h2 class="titre04">{{ 'frontend.landing.privacy-policy.v2.content.A.title'|trans({}, 'landing') }}</h2>
  80.                     {{ 'frontend.landing.privacy-policy.v2.content.A.desc'|trans({}, 'landing')|raw }}
  81.                 </div>
  82.                 <div>
  83.                     <h2 class="titre04">{{ 'frontend.landing.privacy-policy.v2.content.B.title'|trans({}, 'landing') }}</h2>
  84.                     {{ 'frontend.landing.privacy-policy.v2.content.B.desc'|trans({}, 'landing')|raw }}
  85.                 </div>
  86.                 <div>
  87.                     <h2 class="titre04">{{ 'frontend.landing.privacy-policy.v2.content.C.title'|trans({}, 'landing') }}</h2>
  88.                     {{ 'frontend.landing.privacy-policy.v2.content.C.desc'|trans({}, 'landing')|raw }}
  89.                 </div>
  90.                 <div>
  91.                     <h2 class="titre04">{{ 'frontend.landing.privacy-policy.v2.content.D.title'|trans({}, 'landing') }}</h2>
  92.                     {{ 'frontend.landing.privacy-policy.v2.content.D.desc'|trans({}, 'landing')|raw }}
  93.                 </div>
  94.                 <div>
  95.                     <h2 class="titre04">{{ 'frontend.landing.privacy-policy.v2.content.E.title'|trans({}, 'landing') }}</h2>
  96.                     {{ 'frontend.landing.privacy-policy.v2.content.E.desc'|trans({}, 'landing')|raw }}
  97.                 </div>
  98.                 <div>
  99.                     <h2 class="titre04">{{ 'frontend.landing.privacy-policy.v2.content.F.title'|trans({}, 'landing') }}</h2>
  100.                     {{ 'frontend.landing.privacy-policy.v2.content.F.desc'|trans({}, 'landing')|raw }}
  101.                 </div>
  102.                 <div>
  103.                     <h2 class="titre04">{{ 'frontend.landing.privacy-policy.v2.content.G.title'|trans({}, 'landing') }}</h2>
  104.                     {{ 'frontend.landing.privacy-policy.v2.content.G.desc'|trans({}, 'landing')|raw }}
  105.                 </div>
  106.                 <div>
  107.                     <h2 class="titre04">{{ 'frontend.landing.privacy-policy.v2.content.H.title'|trans({}, 'landing') }}</h2>
  108.                     {{ 'frontend.landing.privacy-policy.v2.content.H.desc'|trans({}, 'landing')|raw }}
  109.                 </div>
  110.                 <div>
  111.                     <h2 class="titre04">{{ 'frontend.landing.privacy-policy.v2.content.I.title'|trans({}, 'landing') }}</h2>
  112.                     {{ 'frontend.landing.privacy-policy.v2.content.I.desc'|trans({}, 'landing')|raw }}
  113.                 </div>
  114.             </div>
  115.         {% endif %}
  116.     </div>
  117. </div>
  118. <!--Footer -->
  119. {% if (app.user is not null and app.user is pro) or 'pro' == app.session.get('dimension') %}
  120.     {% include 'frontend/footer_pro.html.twig' %}
  121. {% else %}
  122.     {% include 'frontend/footer.html.twig' %}
  123. {% endif %}
  124. <!-- FIN Footer -->
  125. {% endblock body_content %}
  126. </div>
  127. {% endblock layout_content %}