{# 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 %}
{% 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 %}