{# 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 %}Task "{{ task }}" has been assigned to you - Projectify{% endblocktrans %} {% endblock title %} {% block onboarding_content %}

{% blocktrans %}Task "{{task}}" has been assigned to you!{% endblocktrans %}

{% 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=workspace.uuid %}
{% trans "Get started" %} {% endblock onboarding_content %} {% block onboarding_stepcounter %} {% include "onboarding/common/step_counter.html" with step=5 step_count="5" %} {% endblock onboarding_stepcounter %} {% block onboarding_preview %}
{% icon "briefcase" size=4 %} {{ task.workspace.title }}
{% icon "folder" size=4 %}
{% trans "Projects" %}
{% icon "chevron-up" size=4 %}
{% icon "folder" size=4 %}
{{ task.section.project.title }}
{% icon "chevron-down" size=4 %}

{{ task.section.title }}

#1 {{ task.title }}
{% if task.labels.first %}
{{ task.labels.first.name }}
{% user_avatar task.assignee %}
{% endif %}
{% endblock onboarding_preview %}