{# SPDX-FileCopyrightText: 2025 JWP Consulting GK #} {# SPDX-License-Identifier: AGPL-3.0-or-later #} {% extends "storefront/storefront_hero.html" %} {% load projectify %} {% load i18n %} {% block title %} {% translate "Privacy policy - Projectify" %} {% endblock title %} {% block hero_title %} {% trans "Privacy policy" %} {% endblock hero_title %} {% block hero_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 hero_content %}