{# SPDX-FileCopyrightText: 2025 JWP Consulting GK #} {# SPDX-License-Identifier: AGPL-3.0-or-later #} {% extends "workspace/workspace_settings_base.html" %} {% load i18n %} {% load projectify %} {% load rules %} {% block title %} {% blocktrans with workspace_title=workspace.title %}{{ workspace_title }} settings - Projectify{% endblocktrans %} {% endblock title %} {% block workspace_settings_content %} {% has_perm "workspace.update_workspace" user workspace as can_update_workspace %} {% if can_update_workspace %}
{% trans "If you would like to delete this workspace, please send us an email using the link below. We have not implemented self-serve workspace deletion at this point, and would like to apologize for the inconvenience." %}
{% anchor href="mailto:hello@projectifyapp.com?subject=Workspace+deletion" label=_("Request workspace deletion (opens email client)") %}{{ workspace.title }}
{{ workspace.description }}