+
+ To have access to a Collaborative Analysis Workspace, an account must meet both of the following criteria:
+
+
+ - Be in the analyst group associated with the workspace
+ - Be in the auth domain for all source workspaces
+
+
+
The audit result categories are explained below.
+
+
+ - Verified includes the following:
+
+ - An account in the analyst group is in the auth domain for this workspace and is in all auth domains for all source workspaces.
+ - An account in the analyst group is not in the auth domain for this workspace and is not in all auth domains for all source workspaces.
+
+
+ - Needs action includes the following:
+
+ - An account in the analyst group is not in the auth domain for this workspace and is in all auth domains for all source workspaces.
+ - An account in the analyst group is in the auth domain for this workspace and is not in all auth domains for all source workspaces.
+
+
+ - Errors
+
+ - A group is unexpectedly in the auth domain.
+
+
+
+
Any errors should be reported!
+
+
+{% include "__audit_tables.html" with verified_table=verified_table needs_action_table=needs_action_table errors_table=errors_table %}
+
+{% endblock content %}
diff --git a/primed/templates/collaborative_analysis/collaborativeanalysisworkspace_audit_all.html b/primed/templates/collaborative_analysis/collaborativeanalysisworkspace_audit_all.html
new file mode 100644
index 00000000..40730a51
--- /dev/null
+++ b/primed/templates/collaborative_analysis/collaborativeanalysisworkspace_audit_all.html
@@ -0,0 +1,52 @@
+{% extends "anvil_consortium_manager/base.html" %}
+
+{% block title %}Collaborative analysis workspace audit{% endblock %}
+
+
+{% block content %}
+
+
+ This page shows the audit results for all Collaborative Analysis Workspaces in this app.
+
+
+ To have access to a Collaborative Analysis Workspace, an account must meet both of the following criteria:
+
+
+ - Be in the analyst group associated with the workspace
+ - Be in the auth domain for all source workspaces
+
+
+
The audit result categories are explained below.
+
+
+ - Verified includes the following:
+
+ - An account in the analyst group is in the auth domain for this workspace and is in all auth domains for all source workspaces.
+ - An account in the analyst group is not in the auth domain for this workspace and is not in all auth domains for all source workspaces.
+ - The PRIMED_CC_WRITERS group is in the auth domain for this workspace.
+
+
+ - Needs action includes the following:
+
+ - An account in the analyst group is not in the auth domain for this workspace and is in all auth domains for all source workspaces.
+ - An account in the analyst group is in the auth domain for this workspace and is not in all auth domains for all source workspaces.
+ - An account is not in the analyst group but is in the auth domain of this workspace.
+ - The PRIMED_CC_WRITERS group needs to be added to the auth domain for this workspace.
+
+
+ - Errors
+
+ - A group is unexpectedly in the auth domain.
+
+
+
+
Any errors should be reported!
+
+
+{% include "__audit_tables.html" with verified_table=verified_table needs_action_table=needs_action_table errors_table=errors_table %}
+
+{% endblock content %}
diff --git a/primed/templates/collaborative_analysis/collaborativeanalysisworkspace_detail.html b/primed/templates/collaborative_analysis/collaborativeanalysisworkspace_detail.html
new file mode 100644
index 00000000..e8d77c71
--- /dev/null
+++ b/primed/templates/collaborative_analysis/collaborativeanalysisworkspace_detail.html
@@ -0,0 +1,35 @@
+{% extends "anvil_consortium_manager/workspace_detail.html" %}
+
+{% block workspace_data %}
+