diff --git a/primed/templates/cdsa/cdsaworkspace_audit.html b/primed/templates/cdsa/cdsaworkspace_audit.html
index 9f0b1fe7..c4a92fd7 100644
--- a/primed/templates/cdsa/cdsaworkspace_audit.html
+++ b/primed/templates/cdsa/cdsaworkspace_audit.html
@@ -22,17 +22,18 @@
Audit results
Verified includes the following:
- - CDSA workspaces that have a valid, primary Signed Agreement from the same study, and the PRIMED CDSA group is in the auth domain of the workspace.
- - CDSA workspaces that do not have a valid, primary Signed Agreement from the same study, and the PRIMED CDSA group is not in the auth domain of the workspace.
+ - CDSA workspaces with an active primary Data Affiliate Agreement, and the PRIMED CDSA group is in the auth domain of the workspace.
+ - CDSA workspaces without an active primary Data Affiliate Agreement, and the PRIMED CDSA group is not in the auth domain of the workspace.
Needs action includes the following:
- - CDSA workspaces that have an associated valid, primary Signed Agreement for the same study, but the PRIMED CDSA group is not in the auth domain of the workspace.
+ - CDSA workspaces with an active primary Data Affiliate Agreement, but the PRIMED CDSA group is not in the auth domain of the workspace.
+ - CDSA workspaces with an inactive primary Data Affiliate Agreement, and the PRIMED CDSA group is in the auth domain of the workspace.
Errors
- - The PRIMED CDSA group is in the auth domain of the workspace, but there is no associated valid, primary Signed Agreement for the study.
+ - The PRIMED CDSA group is in the auth domain of the workspace, but there is no primary Signed Agreement from the study.
diff --git a/primed/templates/cdsa/signedagreement_audit.html b/primed/templates/cdsa/signedagreement_audit.html
index 0e5751f7..cbe7f914 100644
--- a/primed/templates/cdsa/signedagreement_audit.html
+++ b/primed/templates/cdsa/signedagreement_audit.html
@@ -20,14 +20,17 @@ Audit results
Verified includes the following:
- - Primary Signed Agreements that are in the PRIMED CDSA group on AnVIL.
- - Component Signed Agreements with a primary that are in the PRIMED CDSA group on AnVIL.
- - Component Signed Agreements without a primary that are not in the PRIMED CDSA group on AnVIL.
+ - Active primary Signed Agreements that are in the PRIMED CDSA group on AnVIL.
+ - Active component Signed Agreements with an active primary that are in the PRIMED CDSA group on AnVIL.
+ - Active component Signed Agreements without an active primary that are not in the PRIMED CDSA group on AnVIL.
+ - Inctive primary Signed Agreements that are not in the PRIMED CDSA group on AnVIL.
+ - Inctive component Signed Agreements that are not in the PRIMED CDSA group on AnVIL.
Needs action includes the following:
- - Valid Signed Agreements that are not in the PRIMED CDSA group on AnVIL.
+ - Active primary Signed Agreements that are not in the PRIMED CDSA group on AnVIL.
+ - Active component Signed Agreements with an active primary that are not in the PRIMED CDSA group on AnVIL.
Errors