diff --git a/wherehows-web/app/templates/components/dataset-compliance.hbs b/wherehows-web/app/templates/components/dataset-compliance.hbs
index 03051d975f..55ac07a5d1 100644
--- a/wherehows-web/app/templates/components/dataset-compliance.hbs
+++ b/wherehows-web/app/templates/components/dataset-compliance.hbs
@@ -1,5 +1,5 @@
- {{#if privacyCompliancePolicy}}
+ {{!--{{#if privacyCompliancePolicy}}
{{#if isNewPrivacyCompliancePolicy}}
This dataset does not have an associated "Privacy Compliance Policy".
@@ -80,6 +80,117 @@
{{else}}
An error occurred: Privacy Compliance Policy is not available.
+ {{/if}}--}}
+
+
+ {{#if showSubjectMemberIdPrompt}}
+
{{/if}}
+
+ {{#if showUrnIdPrompt}}
+
+ {{/if}}
+
+ {{#if showOrgIdPrompt}}
+
+ {{/if}}
+
+ {{dataset-schema-table
+ sortColumnWithName=sortColumnWithName
+ filterBy=filterBy
+ sortDirection=sortDirection
+ searchTerm=searchTerm
+ fields=complianceFields
+ fieldFormats=identifierTypes
+ onFormatChange=(action "onFieldFormatChange")
+ onPrivacyChange=(action "onFieldPrivacyChange")}}
+
+
+
-{{yield}}
+{{yield}}
\ No newline at end of file
diff --git a/wherehows-web/app/templates/components/dataset-confidential.hbs b/wherehows-web/app/templates/components/dataset-confidential.hbs
index 7a5b831e41..a23933d50e 100644
--- a/wherehows-web/app/templates/components/dataset-confidential.hbs
+++ b/wherehows-web/app/templates/components/dataset-confidential.hbs
@@ -1,108 +1,8 @@
- {{#if securitySpecification}}
- {{#if isNewSecuritySpecification}}
-
- This dataset does not have an associated "Security Specification".
- To create one update fields as required and click the "Create" button below.
-
- {{/if}}
-
-
-
-
-
{{yield}}