pflaenz.li/pflaenzli/pflaenzli/templates/app/imprint.html
2023-09-15 19:19:45 +02:00

52 lines
2.4 KiB
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}
{% trans 'Imprint' %}
{% endblock %}
{% block meta %}
<meta name="description" content="Pflänz.li - {% trans 'Imprint' %}">
{% endblock %}
{% block content %}
<h1>{% trans "Imprint" %}</h1>
<h2 class="mb-1">{% trans "Mailing Address" %}</h2>
<p class="mb-4">
Pflänz.li
<br>
c/o Jannis Portmann
<br>
Marbachweg 22
<br>
8041 Zürich
</p>
<h2 class="mb-1">{% trans "Disclaimer of Liability" %}</h2>
<p class="mb-4">
{% trans "Pflänz.li assumes no liability for the correctness, accuracy, timeliness, reliability, and completeness of the information." %}
</p>
<hr>
<h2 class="mb-1">{% trans "Privacy Policy" %}</h2>
<p class="mb-4">
{% trans "With this privacy policy, we inform you about the processing of personal data in connection with our website" %}
<a href="{% url "index" %}">{% trans "pflaenz.li" %}</a>.
</p>
<h3>{% trans "Processing of Personal Data" %}</h3>
<p class="mb-4">
{% trans "We process only the personal data that we receive in the context of using Pflänz.li. This includes all input through the website and also server log data (such as IP address, device type, etc.)." %}
</p>
<h3>{% trans "Cookies / Tracking" %}</h3>
<p class="mb-4">
{% trans "Cookies are used exclusively to persist the session (for functions like 'Stay logged in' or language settings). To analyze user behavior, we use the open-source tracking tool <a href='https://umami.is'>umami</a>, which is also operated by Pflänz.li, and no data is shared with third parties. Only anonymous data is used." %}
</p>
<h3>{% trans "Retention Period" %}</h3>
<p>
{% trans "We process and store your personal data for as long as it is necessary to fulfill our legal obligations or the purposes pursued with the processing." %}
</p>
<h3>{% trans "Data Security" %}</h3>
<p>
{% trans "We take appropriate technical and organizational security measures to protect your personal data from unauthorized access and misuse." %}
</p>
<h3>{% trans "Changes" %}</h3>
<p>
{% trans "We may amend this privacy policy at any time without prior notice. The current version published on our website shall apply. If the privacy policy is part of an agreement with you, we will inform you by email of any changes." %}
</p>
{% endblock content %}