1 {% extends "base_content.html" %}
6 {% block title %}{% spaceless %}{% trans "Privacy policy" %}{% endspaceless %}{% endblock %}
10 <div class="headNormal">
11 {% trans "Privacy policy" %}
13 <div id="main-body" style="width:100%">
15 {% trans "general message about privacy" %}
18 <h3 class="subtitle">{% trans "Site Visitors" %}</h3>
20 {% trans "what technical information is collected about visitors" %}
23 <h3 class="subtitle">{% trans "Personal Information" %}</h3>
25 {% trans "details on personal information policies" %}
28 <h3 class="subtitle">{% trans "Other Services" %}</h3>
30 {% trans "details on sharing data with third parties" %}
33 <h3 class="subtitle">Cookies</h3>
35 {% trans "cookie policy details" %}
37 <h3 class="subtitle">{% trans "Policy Changes" %}</h3>
38 <p>{% trans "how privacy policies can be changed" %}
42 <!-- end privacy.html -->