{# SPDX-FileCopyrightText: 2024-2025 JWP Consulting GK #} {# SPDX-License-Identifier: AGPL-3.0-or-later #} {% extends "storefront_base.html" %} {% load markdownify %} {% load i18n %} {% block title %} {% translate "Free software - Projectify" %} {% endblock title %} {% block storefront_content %}
{% include "storefront/common/storefront_header.html" with title=_("Free Software and License Information") %}
{{ markdowntext|markdownify }}
{% endblock storefront_content %}