]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/privacy.html
initial import
[osqa.git] / forum / skins / default / templates / privacy.html
1 {% extends "base_content.html" %}
2 <!-- privacy.html -->
3 {% load extra_tags %}
4 {% load i18n %}
5 {% load humanize %}
6 {% block title %}{% spaceless %}{% trans "Privacy policy" %}{% endspaceless %}{% endblock %}
7 {% block forejs %}
8 {% endblock %}
9 {% block content %}
10 <div class="headNormal">
11         {% trans "Privacy policy" %}
12 </div>
13 <div id="main-body" style="width:100%">
14     <p>
15                 {% trans "general message about privacy" %}
16     </p>
17     
18         <h3 class="subtitle">{% trans "Site Visitors" %}</h3>
19     <p>    
20         {% trans "what technical information is collected about visitors" %}
21     </p>
22     
23         <h3 class="subtitle">{% trans "Personal Information" %}</h3>
24     <p>   
25                 {% trans "details on personal information policies" %}
26     </p>
27    
28         <h3 class="subtitle">{% trans "Other Services" %}</h3>
29      <p>   
30          {% trans "details on sharing data with third parties" %}
31     </p>
32     
33         <h3 class="subtitle">Cookies</h3>
34     <p>
35                 {% trans "cookie policy details" %}
36     </p>
37         <h3 class="subtitle">{% trans "Policy Changes" %}</h3>
38     <p>{% trans "how privacy policies can be changed" %}
39     </p>
40 </div>
41 {% endblock %}
42 <!-- end privacy.html -->