From 8ae70bc5665a929eca033b460bfffcfa7e98d8ab Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 9 Apr 2018 12:22:00 -0400 Subject: [PATCH] consent.tpl for nodebb/nodebb#6430 --- templates/account/consent.tpl | 55 +++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 templates/account/consent.tpl diff --git a/templates/account/consent.tpl b/templates/account/consent.tpl new file mode 100644 index 0000000..3417eb4 --- /dev/null +++ b/templates/account/consent.tpl @@ -0,0 +1,55 @@ +
+ +

[[user:consent.title]]

+

[[user:consent.lead]]

+

[[user:consent.intro]]

+ +
+ +
+
+ +
+ + [[user:consent.received]] +
+ +
+ [[user:consent.not_received]] +

+
+ +
+
+ +
+
+

[[user:consent.email_intro]]

+ +

[[user:consent.digest_frequency, {digest.frequency}]]

+ + [[user:consent.digest_off]] + + + +
+
+
+
+
+
+

[[user:consent.right_of_access]]

+

[[user:consent.right_of_access_description]]

+

[[user:consent.right_to_rectification]]

+

[[user:consent.right_to_rectification_description]]

+

[[user:consent.right_to_erasure]]

+

[[user:consent.right_to_erasure_description]]

+

[[user:consent.right_to_data_portability]]

+

[[user:consent.right_to_data_portability_description]]

+
+
\ No newline at end of file