{% extends "base_content.html" %} {% load extra_tags %} {% load i18n %} {% load humanize %} {% block title %}{% spaceless %}{% trans "Privacy policy" %}{% endspaceless %}{% endblock %} {% block forejs %} {% endblock %} {% block content %}
{% trans "Privacy policy" %}

{% trans "general message about privacy" %}

{% trans "Site Visitors" %}

{% trans "what technical information is collected about visitors" %}

{% trans "Personal Information" %}

{% trans "details on personal information policies" %}

{% trans "Other Services" %}

{% trans "details on sharing data with third parties" %}

Cookies

{% trans "cookie policy details" %}

{% trans "Policy Changes" %}

{% trans "how privacy policies can be changed" %}

{% endblock %}