{# SPDX-FileCopyrightText: 2025 JWP Consulting GK #} {# SPDX-License-Identifier: AGPL-3.0-or-later #} {% extends "storefront_base.html" %} {% load markdownify %} {% load projectify %} {% load i18n %} {% block title %} {% translate "Privacy policy - Projectify" %} {% endblock title %} {% block storefront_content %}
{% include "storefront/privacy/pp-ja-formatted.html" %}
{% anchor href="#top" label=_("Jump back to top") %}
{% include "storefront/privacy/pp-en-formatted.html" %}
{% anchor href="#top" label=_("Jump back to top") %}
{% include "storefront/privacy/pp-gdpr-ja-formatted.html" %}
{% anchor href="#top" label=_("Jump back to top") %}
{% include "storefront/privacy/pp-gdpr-en-formatted.html" %}
{% anchor href="#top" label=_("Jump back to top") %}
{% endblock storefront_content %}