{# SPDX-FileCopyrightText: 2025 JWP Consulting GK #} {# SPDX-License-Identifier: AGPL-3.0-or-later #} {% extends "onboarding_base.html" %} {% load i18n %} {% load projectify %} {% block title %} {% blocktrans with task_title=new_task.title%}Task "{{ task_title }}" has been assigned to you - Projectify{% endblocktrans %} {% endblock title %} {% block onboarding_content %}

{% translate "You've created your first task!" %}

{% trans "You're all set." %}

{% trans "If you wish to add new team members to your workspace, please go to the workspace settings menu next to your workspace name." %}

{% anchor href="help:topic:billing" label=_("Learn more about workspace billing settings") external=True %} {% anchor href="dashboard:workspaces:billing" label=_("Go to workspace billing settings") external=True workspace_uuid=new_task.project.workspace.uuid %}
{% trans "Get started" %}
{% endblock onboarding_content %} {% block onboarding_stepcounter %} {% include "onboarding/common/step_counter.html" with step=4 step_count="4" %} {% endblock onboarding_stepcounter %} {% block onboarding_preview %}
{% icon "briefcase" size=4 %} {{ new_task.workspace.title }}
{% icon "folder" size=4 %}
{% trans "Projects" %}
{% icon "chevron-up" size=4 %}
{% icon "folder" size=4 %}
{{ new_task.project.title }}

{{ new_task.project.title }}

{% include "workspace/project_detail.html#task_done" %} {{ new_task.title }}
{% endblock onboarding_preview %}