How I may differentiate in the DTML method or
external method
the superuser from the rest users?
f.e.
<!--#if "authenticated_user == superuser()"-->
This is superuser.
<!--#else-->
This is not superuser.
<!--#/if-->