{# 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 "Terms of service - Projectify" %} {% endblock title %} {% block hero_title %} {% trans "Terms of service" %} {% endblock hero_title %} {% block hero_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 hero_content %}