+
Module Selection
-
-
-
- {#if perms.filter((x) => x.startsWith("document.read") || x.startsWith("document.write")).length > 0}
-
- {/if}
+
+
+ {#if perms.filter((x) => x.startsWith('document.read') || x.startsWith('document.write')).length > 0}
+
+ {/if}
-
- {#if perms.filter((x) => x.startsWith("tools")).length > 0}
-
- {/if}
-
+
+ {#if perms.filter((x) => x.startsWith('tools')).length > 0}
+
+ {/if}
+
- {#if perms.filter((x) => x.startsWith("document.read") || x.startsWith("document.write") || x.startsWith("tools")).length == 0}
+ {#if perms.filter((x) => x.startsWith('document.read') || x.startsWith('document.write') || x.startsWith('tools')).length == 0}
+
+ No modules are available. Please check your account with admin.
+
+ {/if}
-
No modules are available.
- Please check your account with admin.
-
- {/if}
-
-
-
-
-
-
-
-
-