templates/privacy.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block body %}
  3.     <div class="container">
  4.         <div class="row">
  5.             <div class="col-12">
  6.                 <h2>{{ 'privacy.Headline'|transedit|raw }}</h2>
  7.                 <hr>
  8.                 <h3>Cookies</h3>
  9.                 <p>
  10.                     Please see the cookie settings <a href="{{ path('cookies') }}">here</a>.
  11.                 </p>
  12.                 <br>
  13.                 <h3>Google Analytics</h3>
  14.                 <p>On our website we use Google Analytics, a web analytics service provided by Google LLC, 1600
  15.                     Amphitheater Parkway, Mountain View, CA 94043, USA ("Google"). Google Analytics uses so-called
  16.                     "cookies", text files that are stored on your device and that enable an analysis of your use of the
  17.                     website. The information generated by the cookie about your use of this website (including your
  18.                     shortened IP address) is transmitted to a Google server in the USA and stored there. Google will use
  19.                     this information to evaluate your use of the website, to compile reports on website activity for the
  20.                     website operator and to provide other services related to the use of our website. Google may also
  21.                     transfer this information to third parties if this is required by law or if third parties process
  22.                     this data on behalf of Google.</p>
  23.                                 <p>You can find more information about how Google uses your data in Google's privacy
  24.                     policy: https://www.google.com/policies/privacy/</p>
  25.                                 <p>You can deactivate Google Analytics using a browser add-on if you do not want the
  26.                     website analysis. You can download this here: http://tools.google.com/dlpage/gaoptout?hl=de.</p>
  27.                                 <p>The use of Google Analytics is based on our legitimate interest in a needs-based
  28.                     design, the statistical evaluation as well as the efficient advertising of our website and the fact
  29.                     that your legitimate interests do not prevail, Art. 6 para. 1 lit. f GDPR.</p>
  30.             </div>
  31.         </div>
  32.     </div>
  33. {% endblock %}