2021-08-20 16:48:07 +02:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
title: meta.titles.privacy_policy
|
|
|
|
description: meta.descriptions.privacy_policy
|
2021-12-15 14:49:28 +01:00
|
|
|
permalink: /privacy-policy/
|
|
|
|
permalink: /privacy-policy/
|
2021-08-20 16:48:07 +02:00
|
|
|
tags: privacy policy unitoo
|
|
|
|
---
|
|
|
|
<section class="jumbotron jumbotron-fluid bg-transparent">
|
|
|
|
<div class="container">
|
|
|
|
<h1 class="text-center mb-0">{% t privacy_policy.title %}</h1>
|
|
|
|
<div class="text-center">{% t privacy_policy.subtitle %}</div>
|
|
|
|
<hr class="border-primary mb-5 mt-5">
|
|
|
|
<p>
|
|
|
|
<strong>{% t privacy_policy.strong_1 %}</strong>
|
|
|
|
<div>{% t privacy_policy.text_1 %}</div>
|
|
|
|
<br>
|
|
|
|
<div>{% t privacy_policy.text_2 %}</div>
|
|
|
|
<br>
|
|
|
|
<div>{% t privacy_policy.text_3 %}</div>
|
|
|
|
<br>
|
|
|
|
<div>{% t privacy_policy.text_4 %}</div>
|
|
|
|
<ol>
|
|
|
|
{% for i in (1..8) %}
|
|
|
|
<li>
|
|
|
|
<strong>{% t privacy_policy.pp_{{ i }}_title %}</strong>
|
|
|
|
<br>
|
|
|
|
{% t privacy_policy.pp_{{ i }}_text %}
|
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
</ol>
|
|
|
|
{% t privacy_policy.endtext %}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|