{# SPDX-FileCopyrightText: 2025 JWP Consulting GK #} {# SPDX-License-Identifier: AGPL-3.0-or-later #} {% extends "help_base.html" %} {% load markdownify %} {% load i18n %} {% block title %} {% blocktrans with topic=helptopic.title %}{{ topic }} help - Projectify{% endblocktrans %} {% endblock title %} {% block help_content %}

{% trans helptopic.title %}

{% trans helptopic.description %}

{% if toc_html %} {% endif %}
{{ help_html }}
{% endblock help_content %}