{# 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 "Terms of service - Projectify" %} {% endblock title %} {% block storefront_content %}
{% include "storefront/tos/tos-ja-formatted.html" %}
{% anchor label=_("Jump back to top") href="#top" %}
{% include "storefront/tos/tos-en-formatted.html" %}
{% anchor label=_("Jump back to top") href="#top" %}
{% endblock storefront_content %}