{# SPDX-FileCopyrightText: 2025 JWP Consulting GK #} {# SPDX-License-Identifier: AGPL-3.0-or-later #} {% extends "onboarding_base.html" %} {% load i18n %} {% block title %} {% translate "Onboarding - Projectify" %} {% endblock title %} {% block onboarding_content %} {% include "onboarding/common/form_description.html" with title=_("Welcome") text_1=_("In the following steps you will create a new workspace and create your first task.") text_2=_("You can use the workspace in trial mode at the beginning, and upgrade to a paid version anytime by going to the workspace settings.") target_blank="True" href="/help/quota#quotas-for-trial-workspaces" href_label=_("Learn more about features available during trial mode") %} {% trans "Continue" %} {% endblock onboarding_content %}