{# SPDX-FileCopyrightText: 2025 JWP Consulting GK #} {# SPDX-License-Identifier: AGPL-3.0-or-later #} {% extends "help_base.html" %} {% load i18n %} {% load projectify %} {% block title %} {% translate "Help - Projectify" %} {% endblock title %} {% block help_content %}

{% trans "Help and tips" %}

{% trans "Learn to fly through projects with speed and agility" %}

{% picture src="hero-help.png" alt=_("Our mascot poly flying into the air using a jetpack") fetchpriority="high" %}
{% for helptopic in helptopics %}

{% trans helptopic.title %}

{% trans helptopic.description %}

{% blocktrans with topic=helptopic.title %} {{ topic }} help{% endblocktrans %}
{% endfor %}
{% endblock help_content %}