{% extends "base.html" %} {% block title %}Workspaces — SimpleAudit{% endblock %} {% block content %}
Each workspace keeps its own scenarios, models, and audits.
{% if card.project.description %}{{ card.project.description }}{% else %}No description{% endif %}
{{ card.member_count }} member{{ card.member_count|pluralize }}
You don't belong to any workspace yet.
{% if can_create %}Create your first workspace to get started.
{% endif %}| User | Role | {% if managed.can_manage %}Actions | {% endif %}|
|---|---|---|---|
| {{ m.user.username }} {% if m.user.is_superuser %}System{% endif %} | {{ m.user.email|default:"—" }} | {% if managed.can_manage and not m.user.is_superuser %} {% else %} {{ m.get_role_display }} {% endif %} | {% if managed.can_manage %}{% if not m.user.is_superuser %} {% endif %} | {% endif %}
| No members yet. | |||
Only possible while the workspace is empty.